Latest Posts
csharp dotnet
Day 20: Relationships in EF Core
Mastering Relational Databases. Designing One-to-Many and Many-to-Many entity relationships.
Read Article
csharp dotnet
Day 19: CRUD Operations Part 2 (Update & Delete)
Finishing the CRUD cycle. How to modify and remove rows using EF Core.
Read Article
csharp dotnet
Day 18: CRUD Operations Part 1 (Create & Read)
How to Save and Query data using EF Core and LINQ.
Read Article
csharp dotnet
Day 17: EF Core Migrations
How to physically generate and update database tables using Code-First Migrations.
Read Article
csharp dotnet
Day 16: Entity Framework Core Setup
Ditching in-memory lists. Connecting your ASP.NET Core app to a real database using an ORM.
Read Article
csharp dotnet
Day 15: Introduction to Controllers
When Minimal APIs get too messy: Structuring your ASP.NET Core apps with the MVC pattern.
Read Article
csharp dotnet
Day 14: Returning Data & Status Codes
Mastering HTTP responses. How to use IResult to send the correct status codes to clients.
Read Article
csharp dotnet
Day 13: Routing & Parsing Parameters
How to extract data from the URL path, query strings, and headers.
Read Article
csharp dotnet
Day 12: Building Your First Minimal API
Creating lightweight, insanely fast HTTP endpoints without the Controller boilerplate.
Read Article