Level 3 · Advanced Advanced¶
Goal: build real services — ASP.NET Core, Entity Framework Core, dependency injection, and the design patterns and performance techniques production code relies on.
Modules¶
- ASP.NET Core Basics
- Entity Framework Core Basics
- Dependency Injection Deep Dive
- Advanced Async & Task Parallel Library
- Design Patterns in C#
- Testing Advanced (Moq, integration tests)
- Working with Databases (EF Core migrations)
- Middleware & Filters in ASP.NET Core
- Performance & Memory (Span, structs)
- Project — REST API Service