⚙️

.NET Ecosystem

.NET Ecosystem Intermediate 1 min read 100 words

.NET Ecosystem

ASP.NET Core, Entity Framework Core, and related technologies.

ASP.NET Core

Entity Framework Core

Cheatsheets

Quick references for daily development:

Topics Covered

ASP.NET Core

  • Request pipeline and middleware
  • Dependency injection
  • Configuration and options pattern
  • Authentication and authorization
  • Minimal APIs vs Controllers
  • Background services
  • Response caching

Entity Framework Core

  • DbContext and DbSet
  • Querying with LINQ
  • Change tracking
  • Migrations
  • Performance optimization
  • Raw SQL queries

📚 Related Articles