Introduction to ASP.NET Core
-
Learn structure of ASP NET Core 3.1 Project -
Create basic CRUD Operation project using MVC -
Create basic CRUD Operation project using Razor Pages -
Entity Framework Code First Methodology -
Basic overview of ASP NET Core 3.1
- 3-6 months familiarity with C# and SQL
- Visual Studio 2019
- SQL Server Management Studio
- .NET Core 3.1
This is an introductory course on ASP.NET Core 3.1. This course is for anyone who is new to asp.net core 3.1 or who is familiar with ASP.NET and wants to take the first stab at understanding what is different in asp.net core 3.1.
Throughout this course, we would understand the evolution of ASP.NET Core and then we would take a look at the modified files and folder structure.
We would then take a look at new concepts in ASP.NET Core 3.1 with Razor Pages
We would build a small book list application with CRUD operations using entity framework for integration with a database with asp.net core Razor Pages.
We would then take a look at new concepts in ASP.NET Core 3.1 with MVC
We would build a small book list application with CRUD operations using entity framework for integration with a database with asp.net core MVC.
We will also see how we can use Datatables with API Calls in a Razor Project.
- Anyone who wants to learn fundamentals of ASP NET Core 3.1
- Anyone who wants to understand new file structure in ASP NET Core 3.1
- Create basic CRUD operation application using ASP NET MVC Core 3.1
- Create basic CRUD operation application using ASP NET Core 3.1 Razor Pages