Exploring ASP.NET Core (Part 2 of 6): Apps and MVC
Interactive

Exploring ASP.NET Core (Part 2 of 6): Apps and MVC

Biz Library
Updated Feb 04, 2020

Explore how to bootstrap an application in .NET Core and learn how to build a Hello World app into an ASP.NET MVC application. Discover ways to launch web applications from the browser as well as how to use MVC and the administration of the Kestrel web server.


Lesson 1:

  • Demo: Getting Started
  • Demo: Compilation
  • Command Line Tools.

Lesson 2:

  • ASP.NET Core: The Next Generation
  • Demo: ASP.NET Application
  • Demo: Startup
  • Demo: project.json
  • Middleware
  • Demo: How Code is Called
  • Demo: Running with Middleware.

Lesson 3:

  • Demo: MVC
  • Demo: MVC Setup
  • Demo: Add Features
  • Demo: Troubleshooting
  • Demo: Passing to the View
  • Where is IIS?.