Building Your First ASP.NET Core 2 MVC Application
In this course, you'll learn how to build a complete application with ASP.NET Core 2 MVC using Visual Studio 2017 in a practical, hands-on way.
What you'll learn
ASP.NET Core 2 brings many new features to the table, allowing developers to more easily build apps with ASP.NET Core MVC. In this course, Building Your First ASP.NET Core 2 MVC Application, you will learn how to build a simple site in a hands-on way using ASP.NET Core 2.2. First, you will delve into the project structure and project files, including the new csproj project file. Then, you will see how to build a page using the MVC pattern. Next, you will explore how a page is built up with the model, the controller, and the view. Finally, you’ll see where Razor comes into play and add a basic database using Entity Framework Core 2.2. At the end of this course, you will be ready to explore the different topics of ASP.NET Core 2 MVC in much more depth!
Table of contents
- Module Introduction 2m
- Hello MVC 1m
- Creating the Model and the Repository 4m
- Demo: Creating the Domain and Repository 5m
- Creating the Controller 3m
- Demo: Adding a Controller 3m
- Adding the View 7m
- Demo: Adding the View and Layout 11m
- Styling the View 2m
- Demo: Adding Style with Bootstrap Using Bower 4m
- Demo: Adding Style with Bootstrap Manually 4m
- Introducing the Library Manager 1m
- Demo: Using Library Manager 6m
- Summary 1m