Can I use Visual Basic.net in V.S. Community 2022 tu build asp.net web applications

Gino Palmia 0 Reputation points
2023-01-11T16:44:03.6466667+00:00

Hi all,

I install V.S. Community 2022 on my desktop PC but I do not found the possibility to build an ASP.NET web application with VB.NET (only C#)

Is it possible add this language to the installation?

Thank you for the answer...

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,606 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,570 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Jiachen Li-MSFT 26,506 Reputation points Microsoft Vendor
    2023-01-12T01:47:39.05+00:00

    Hi @Gino Palmia ,

    Please check the following issues.
    Visual Basic .NET (VB.NET) support in ASP.NET Core Surprise: VB.NET has built-in razor pages, so let's have VB.NET project template for ASP.NET MVC Core! Best Regards.
    Jiachen Li
    ----------
    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Bruce (SqlWork.com) 56,026 Reputation points
    2023-01-12T17:52:55.48+00:00

    you can build classic 4.8 framework web apps with vb.net. for the net 6/7 (core) web apps only c# and f# are supported.

    note: the 4.8 framework is mature and receives no new features, only bug fixes.

    0 comments No comments