Asp.Net Core MVC Tutorial

Welcome to the Asp.Net Core MVC tutorial. This is a free, complete, and step by step Asp.Net Core MVC 3.1 tutorial.

This Asp.Net Course is divided into the following parts. Each part contains the text and video.

The entire code of this Asp.Net Core tutorial is available on this GitHub repository –

https://github.com/webgentle/aspnet-core-mvc

  1. Introduction to the course (Asp.Net Core)
  2. What is Asp.Net Core
  3. Setup the machine for dot net core development
  4. Create an Asp.Net Core application using Visual Studio and CLI
  5. What is MVC (Model, View, Controller) in asp.net core
  6. Convert console application to web application in asp.net core
  7. Setup application on GitHub repository
  8. Middleware (Http Pipeline) in Asp.net Core
  9. launchsettings.json in Asp.Net Core
  10. Environment variables in asp.net core
  11. Setup MVC in .Net Core application using AddControllersWithViews method
  12. AddMVC() vs AddControllersWithViews() vs AddControllers() vs AddRazorPages() in Asp.Net Core

To be added soon.