ASP.NET Core 6.0 MVC Tutorial Day 1

ASP.NET Core 6.0 MVC Tutorial Day 1

Learning Objective: Let’s start with ASP.NET Core 2.0 MVC with fundamental to advance Level.

History of ASP.NET

Classic ASP 1.0 to 3.0

ASP.NET 1.0 to 4.8

ASP.NET Core 1.0 to 6.0

Before you start with ASP.Net Core you need to understand the following concepts:

HTML Language

C# Language

We are going to discuss the following concepts:

Controller

Razor

Routing

Views

CRUD Operation using Entity Framework

and more..