All Articles
5 articles on .NET development and cloud hosting
EF Core Raw SQL Queries — When and How to Use Them
Learn when raw SQL beats LINQ in EF Core, how to use FromSqlRaw, FromSqlInterpolated, and ExecuteSqlRaw safely, and how to prevent SQL injection with parameterization.
EF Core Many-to-Many Relationships in .NET 8
Complete guide to EF Core many-to-many relationships: implicit junction tables, explicit join entities, querying through collections, and adding or removing items with EF Core 8.
EF Core One-to-Many Relationships — The Complete Explanation
Master EF Core one-to-many relationships: navigation properties, foreign keys, Fluent API configuration, eager/lazy/explicit loading, and cascade delete options.
EF Core Migrations: The Definitive Walkthrough
A complete walkthrough of EF Core migrations: adding, understanding, applying, rolling back, squashing, and safely deploying migrations to production databases.
Entity Framework Core Complete Guide — Setup, Queries, Migrations
Everything you need to get started with Entity Framework Core 8: installation, DbContext, entities, migrations, CRUD, LINQ queries, and relationships with runnable code examples.