Building Your First ASP.NET Core Web Application

Pluralsight
Course Summary
In this hands-on course, you'll build your first fully-working MVC web application using the new ASP.NET Core MVC framework. You'll start from the blank project and finish with a site running in Azure.
-
+
Course Description
After 15 years of ASP.NET, Microsoft has introduced the most radical change to the framework with the introduction of ASP.NET Core. ASP.NET Core is a complete new framework in which many concepts have changed. In this course, Building Your First ASP.NET Core Web Application, you'll learn how you can build a fully working website with ASP.NET Core, Bethany's Pie Shop. First, you'll start from scratch and you can follow along to build the entire solution in a practical way. Next, you'll learn about the project structure and project files and will see how the application is built up starting from the model and the database using Entity Framework Core. Then, you'll learn about controllers, how routing is handled in ASP.NET Core, and how you'll build several views using the new tag helpers and Razor. Finally, you'll explore what Dependency Injection is and why it plays a central role in ASP.NET Core and when the app is ready, you'll deploy it to Azure. At the end of this course, you'll have built a real-life application and that will give you a solid understanding of the ASP.NET core platform. You can use the application as a starting point for your own websites you'll want to build after finishing this course.
-
+
Course Syllabus
Course Overview- 1m 36s
—Course Overview 1m 36sIntroduction- 21m 2s
—Course Overview 6m 21s
—Demo: Taking a Look at the Finished Application 1m 58s
—An Introduction to ASP.NET Core 8m 48s
—Getting Your Machine Ready 1m 34s
—Demo: Getting Your Machine Ready 1m 39s
—Summary 0m 40sSetting up the Solution- 21m 39sCreating the Overview Page- 48m 6sAdding Data with EF Core- 31m 36sDesigning More Pages- 41m 51sAdding Navigation- 25m 40sOrdering with the Form- 27m 34sAdding Client-side Functionality- 22m 46sAdding Security Using ASP.NET Identity- 29m 15sDeploying the Site to Azure- 22m 35s