Quick Introduction to ASP.NET Core MVC (.NET 6) with Entity Framework Core
In this introductory course on ASP.NET Core with Razor Pages (.NET 6), we touch base on the core project structure of Razor Page project, explain the various components and its functionality, provide detailed insights on create views, model, database objects using Entity Framework and developing project from scratch that will provide complete CRUD (Create, Read, Update & Delete) functionality using MSSQL Database.
During our development of project, we showcase how to implement validations, applying bootstrap, implementing partial views, setting up the dependency injection for database connection and much more.
Course Content
Introduction
- Welcome to Course
- Tools and Software Required for the Course
- Course Overview – Topics covered
- Introduction to .NET (History of Releases)
- Dependency Injection
- Razor Pages Introduction
- Default Views
- What is Partial Views?
- Project Structure
- All about Routing in Razor Pages
- TagHelper
Project – CRUD
- Setup Database Connection
- Create Model (Entity Class)
- DataAnnotations
- Packages Required for Projects (NuGet Manager)
- ApplicationDBContext
- Create Database and Tables using Migrations
- Fetch All Data from UnitMaster Table
- Applying Bootstrap
- Add UnitMaster Record
- Data Annotation and Display Properties
- Server Side Validation
- Client Side Validation
- Custom Validation
- Add Edit and Delete Link
- Edit UnitMaster Record
- Delete UnitMaster Record
- Scalfolding – Magic Setup
5.0
1 total
5
4
3
2
1
Reviews
-
Lovely Course