...

/

MVC Website Structure and ASP.NET Core Identity Database Review

MVC Website Structure and ASP.NET Core Identity Database Review

Learn about the default ASP.NET Core MVC project structure and explore the ASP.NET Core Identity database.

Reviewing an MVC website project structure

In the code editor, in Visual Studio Solution Explorer (toggle on Show All Files) or Visual StudioCode “EXPLORER,” review the structure of an MVC website project, as shown in the figure:

Press + to interact
The default folder structure of an ASP.NET Core MVC project
The default folder structure of an ASP.NET Core MVC project
...