Entity Framework Core is the standard ORM for modern .NET applications. In the “NET Entity Framework Core” workshop, we teach developers and architects hands-on how to use EF Core efficiently, securely, and performantly—from fundamentals to production-ready implementations.
Request WorkshopArchitecture and core principles of EF Core.
Key configurations, navigation properties, DTOs, and project types.
Using SQL Server, PostgreSQL, SQLite, and other providers.
LINQ queries, tracking, projections, and lazy vs. eager loading.
Caching, indexes, no-tracking, and split queries for optimization.
Code First workflows, EF CLI, and migration handling.
Diagnostics with ILogger, EF events, and tools like MiniProfiler.
In-memory providers, mocking, and integration tests.
Automating migrations and integrating EF tools into build pipelines.