How to create ASP .Net Core MVC Project in Visual Studio 2022
Please Subscribe Youtube| Like Facebook | Follow Twitter
Video Link: https://youtu.be/dDvAKLRLNO4
Introduction
In this article we will create ASP .Net Core MVC Project step by step.
Steps
1 Open Visual Studio 2022
2 Click on Create a New Project
3 Select on ASP .Net Core Web App (Model-View-Controller) and click on Next button
4 Enter name to your project and click on Next button
5 Finally Click on Create button
6 After creating your project, run you project