How to create cshtml page in Asp.Net Core
Step:1 Create a new project in visual studio. Select ASP.NET Core(Model, View, Controller) template. Name your project as you want and set your location. Step:2 Once your project is created the solution will look like as below image: Here in my case my project name is Matdarshan. You can set all the static files like […]
How to create cshtml page in Asp.Net Core Read More »