Missing option for C# but only F# when creating new ASP.NET Core Web App (Model-View-Controller) template in Visual Studio 2019

Himanshu kumar Sharma 0 Reputation points
2023-03-10T12:06:56.7466667+00:00
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,376 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,620 questions
F#
F#
A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
62 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Zhi Lv - MSFT 32,086 Reputation points Microsoft Vendor
    2023-03-13T01:33:51.8333333+00:00

    Hi @Himanshu kumar Sharma

    Please check your screenshot, the fourth project template ("Web Application (Model-View-Controller)") is for creating an Asp.net core MVC application. You can use it.

    User's image

    Besides, to select only the C# template, you can select the C# language to filter the template, like this (since I'm using VS 2022, the following screenshot might have some difference with yours):

    User's image


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    Best regards,

    Dillion

    0 comments No comments