2

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

1 Answer 1

3

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.

Sign up to request clarification or add additional context in comments.

4 Comments

Looks like that was closed last November - have marked your reply up and as the answer, but quite amazed that the full release is still about as good as the proverbial chocolate fire guard. There were comments about RC not having this, but that it would be fixed before VS was released
The full release is a mess. Even the basic core web application templates are broken in C#
damn...so VB.Net will not be supported in Core 2.0?
@JoshYates1980 actually you can use VB with .NET Core 2.0, have updated post

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.