VS2017 ASP.NET 核心 Web 应用程序
VS2017 ASP.NET Core Web Application
刚刚安装了 VS 2017 并想启动一个新的 ASP.NET 核心 Web 应用程序 - 在模板 Visual Basic 下显示
Windows 经典桌面 |
网页 |
云 |
可扩展性 |
测试 |
WCF
打开 Web 它只有 MVC 或 Web Forms 的选项
在 Visual C# 下有一个 .NET Core 选项 - 我错过了什么?他们把 VB 模板藏在哪里了?
谢谢
更新:.NET Core 2.0 allows 使用 Visual Basic 开发 .Net Core 应用程序。
Support for Visual Basic
In addition to supporting C# and F#, 15.3 now also supports using Visual Basic to develop .NET Core apps. Our aim with Visual Basic this
release was to enable .NET Standard 2.0 class libraries. This means
Visual Basic only offers templates for class libraries and console
apps at this time, while C# and F# also include templates for ASP.NET
Core 2.0 apps. Keep an eye on this blog for updates.
这里是 building a Visual Basic Hello World application with .NET Core 的教程。
ASP.NET Core 1.1 仍然不支持 VB 编译器。您可以通过 dotnet/cli 存储库中的 issue 监控进度。
刚刚安装了 VS 2017 并想启动一个新的 ASP.NET 核心 Web 应用程序 - 在模板 Visual Basic 下显示
Windows 经典桌面 | 网页 | 云 | 可扩展性 | 测试 | WCF
打开 Web 它只有 MVC 或 Web Forms 的选项
在 Visual C# 下有一个 .NET Core 选项 - 我错过了什么?他们把 VB 模板藏在哪里了?
谢谢
更新:.NET Core 2.0 allows 使用 Visual Basic 开发 .Net Core 应用程序。
Support for Visual Basic
In addition to supporting C# and F#, 15.3 now also supports using Visual Basic to develop .NET Core apps. Our aim with Visual Basic this release was to enable .NET Standard 2.0 class libraries. This means Visual Basic only offers templates for class libraries and console apps at this time, while C# and F# also include templates for ASP.NET Core 2.0 apps. Keep an eye on this blog for updates.
这里是 building a Visual Basic Hello World application with .NET Core 的教程。
ASP.NET Core 1.1 仍然不支持 VB 编译器。您可以通过 dotnet/cli 存储库中的 issue 监控进度。