0007 - Creating a View in ASP NET MVC Core tutorial

Опубликовано: 16 Июнь 2026
на канале: clouddeveloper.io
1,566
8

Title: Creating a View in ASP NET MVC Core

In this video we cover the topic of creating a new view in ASP.NET Core application.

We walk through the basic folder structure and then go through a series of steps where we create a view and a controller using the scaffolding feature within visual studio. Once the views and controller are created, we go through a high level explanation as well as a quick demo of the created view.
We then update the main navigation menu of the application to add a link to the newly created view for ease of access.

#dotnet #aspnetcore #asp.net #mvc #entityframework #tutorial