ASP.NET Core MVC Quick Start
- Understanding Middleware and Startup
- Exploring Middleware
- Dependency Injection
- Exploring IApplicationBuilder
- IHostingEnvironment and Exception
- Understanding Static File
- Discover Logging
- Routing
- Understanding Routing
- Working with Conventional Routing
- Attribute Routing
- Demo Creating a Custom Routing
- Controllers
- Introduction to the MVC Pattern
- What Is a Controller
- Demo Creating Our First Controller
- Serving Views
- Models
- What Is a Model
- Demo Creating a Model
- Creating Mock Data
- What Is View Model
- Validating Models
- Demo Validation
- Motivating Validation
- Doing Validation
- Setting Up DI for Mock Repository
- Views and Razor Syntax
- What Is a View
- Creating Views
- Razor Syntax
- More Razor Syntax
- Using Razor Syntax in Our View
- Completing the Order
- Entity Framework Core
- EF Core Overview
- SQL Server Local Db
- Installing Entity Framework
- Repository and DbContext
- Configuring EF Core
- EF Core Data Migration
Understanding Middleware and Startup
- Exploring Middleware
- Dependency Injection
- Exploring IApplicationBuilder
- IHostingEnvironment and Exception
- Understanding Static File
- Discover Logging
Routing
- Understanding Routing
- Working with Conventional Routing
- Attribute Routing
- Demo Creating a Custom Routing
Controllers
- Introduction to the MVC Pattern
- What Is a Controller
- Demo Creating Our First Controller
- Serving Views
Models
- What Is a Model
- Demo Creating a Model
- Creating Mock Data
- What Is View Model
- Validating Models
- Demo Validation
- Motivating Validation
- Doing Validation
- Setting Up DI for Mock Repository
Views and Razor Syntax
- What Is a View
- Creating Views
- Razor Syntax
- More Razor Syntax
- Using Razor Syntax in Our View
- Completing the Order
Entity Framework Core
- EF Core Overview
- SQL Server Local Db
- Installing Entity Framework
- Repository and DbContext
- Configuring EF Core
- EF Core Data Migration
Comments (
)
Link to this page:
//www.vb-net.com/QuickHelp/Core1/Core0.htm
|