Skip to product information
1 of 1

.NET 8 step by step Training

.NET 8 step by step Training

Regular price Rs. 15,000.00
Regular price Sale price Rs. 15,000.00
Sale Sold out
View full details

Step by Step build website using MVC Core (.NET 8) Training Syllabus

.Net 8 Architecture

ASP.NET Core MVC in .Net 8

Understanding Routing

Helpers

  • Html Helpers
  • Tag Helpers
  • Custom Tag Helper

Partial Views & View Component

Forms & ModelState 

Data Validation

  • Server-Side Validator
  • Client-Side Validator

Different State Management Techniques

Introduction to EF Core (SqlServer)

  • Data Modelling
  • Code First & Migration
  • Db First

Clean Architecture & Repository Design Pattern

CRUD operation with database

Understanding Dependency Injection (DI) in .Net 8

Understanding Middleware

  • Custom Middleware
  • Error Handling

Authentication & Authorization using MVC.

Understanding WebAPI.

Content Negotiation.

Consuming WebAPI using Javascript.