Remigiusz Zalewski
Subscribe
Sign in
Home
Notes
Archive
About
Latest
Top
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
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
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
January 2026
AddSingleton vs AddScoped vs AddTransient in ASP.NET Core Dependency Injection
A clear, practical guide to ASP .NET Core DI lifetimes - explaining the difference between Singleton, Scoped, and Transient services with real-world C…
Jan 31
•
Remigiusz Zalewski
Factory Design Pattern in C#
Learn how to dynamically create objects without tight coupling using real-world examples.
Jan 24
•
Remigiusz Zalewski
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts