Remigiusz Zalewski
Subscribe
Sign in
Home
Notes
Archive
About
Latest
Top
File-Based Applications in .NET 10
Run C# scripts without a project or solution - this changes how we write throwaway code and quick scripts.
May 9
•
Remigiusz Zalewski
April 2026
EF Core IEntityTypeConfiguration: Clean Up Your DbContext in .NET
How to replace a bloated OnModelCreating method with separate entity configuration classes using IEntityTypeConfiguration<T>
Apr 18
•
Remigiusz Zalewski
EF Core Database First: Scaffold a DB Context from an Existing Database
Stop writing models by hand - let EF Core do it for you.
Apr 11
•
Remigiusz Zalewski
Refit - The Better Way to Consume APIs in .NET
Stop writing the same HttpClient boilerplate for every external API endpoint - there’s a cleaner way.
Apr 4
•
Remigiusz Zalewski
March 2026
EF Core Stored Procedures: Complete Guide for .NET Developers
Learn how to create and call stored procedures in Entity Framework Core using Code First migrations. Covers FromSqlRaw, FromSqlInterpolated, and…
Mar 28
•
Remigiusz Zalewski
1
EF Core Performance: N+1, Cartesian Explosion and How to Fix Both
Your app is making 1501 SQL queries per request - and the code looks completely fine.
Mar 21
•
Remigiusz Zalewski
How to Set Up a Release Pipeline for ASP.NET Core in Azure DevOps
Deploy your ASP.NET Core app automatically to IIS on an Azure VM - zero manual steps required.
Mar 14
•
Remigiusz Zalewski
1
Setup CI Build Pipeline in Azure DevOps for ASP.NET Core Web API
From zero to a working CI pipeline that builds your .NET app, runs unit tests, and produces a deployable artifact - step by step.
Mar 7
•
Remigiusz Zalewski
February 2026
Insane Performance Boost in EF Core using Entity Framework Extensions
Learn how to replace slow EF Core bulk operations with Entity Framework Extensions
Feb 28
•
Remigiusz Zalewski
Authentication using ASP.NET Core Identity (.NET 10)
Add authentication to your .NET 10 Web API in minutes using the built-in Identity API endpoints - no custom controllers needed.
Feb 21
•
Remigiusz Zalewski
Entity Framework Core Loading Strategies - Lazy, Eager, and Explicit Loading Explained
Learn the three fundamental loading strategies in Entity Framework Core: Lazy Loading, Eager Loading, and Explicit Loading with practical examples.
Feb 14
•
Remigiusz Zalewski
Minimal API Validation in .NET 10 - Built-In Support with Data Annotations
Learn how .NET 10 introduces built-in validation for Minimal APIs using Data Annotations - no extra libraries needed
Feb 7
•
Remigiusz Zalewski
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts