Complete ASP.NET Core MVC 6: A Project guide 2023
Course Introduction
Course Curriculum
How to Get course requirements
Getting Started on Windows, Linux or Mac
How to Ask great Questions
FAQ’s
Section Introduction
What you can build with ASP.NET Core
What is ASP.NET Core
How to get Visual Studio
Installing Visual Studio and ASP.NET
Creating New project
Summary
Section Introduction
HTML Overview
Paragraph
HTML List Items
Forms
CSS Overview
CSS Internal
CSS External
CSS Forms
Bootstrap Overview
First Bootstrap Website
Bootstrap Grids System
Bootstrap Cards
Summary
Section Introduction
Source Code Reference
MVC – Model View Controller
Create a MVC project
Exploring the MVC Template
Add A Controller
URL Routing logic
Add a view
Change views and layout pages
Passing Data from Controller To View
Add a model
Add Entity Framework packages
Scaffold movie pages-CRUD
Initial migration
Generated database context class
Dependency injection
Database connection String
Summary
Section Introduction
SQL Server Express Local DB
Seed The Database
Add The Seed Initializer
Summary
Section Introduction
Add Search method to Controller
Add Search To page
Search By Parameter
Summary
Section Introduction
Add A New Field To Model
Add-Migration
Update Database
Summary
Add Validation Rules To Model
Required And Minimum Length
Regular Expression
Range
String Length
Validation on Error UI
Enable JavaScript on Browser
Code Review on Details method
Code Review on Delete method
Source File