简体   繁体   中英

VS2017 ASP.NET Core Web Application

Just installed VS 2017 and wanted to start a new ASP.NET Core Web Application - under Templates Visual Basic it shows

Windows Classic Desktop | Web | Cloud | Extensibility | Test | WCF

Opening Web it only has the options for MVC or Web Forms

Under Visual C# there is an option for .NET Core - what am I missing? Where did they hide the VB template for this?

Thanks

Update: .NET Core 2.0 allows to use Visual Basic to develop .Net Core apps.

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.

For starting here is a tutorial for building a Visual Basic Hello World application with .NET Core .


ASP.NET Core 1.1 still doesn't have support for VB compiler. You may monitor progress by this issue in dotnet/cli repo.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM