.NET
Coming Soon
This section is not written yet. The nav entry exists so the structure is in place — content is planned, not delivered.
Planned Coverage
- ASP.NET Core fundamentals — hosting model, dependency injection, configuration
- Web API — controllers, minimal APIs, model binding, validation
- Entity Framework Core — DbContext, migrations, relationships, query performance
- Authentication — Identity, JWT bearer, policy-based authorization
- Middleware pipeline and error handling
- Deployment — Docker, Azure App Service, CI/CD
Until Then
The concepts overlap heavily with the Node.js & Express section — REST design, status codes, middleware ordering, authentication trade-offs, N+1 queries, connection pooling and error handling are the same problems in a different syntax. That section is written and covers the transferable parts.
For .NET specifics: