Have you heard of the observer pattern?

Read more here:
https://bgh.st/rgp4jm

#csharp #dotnet #dotnetcore #designpattern #designpatterns

Do you use enums in CSharp?

Read more here:
https://bgh.st/62rpbo

#csharp #dotnet #dotnetcore #beginner #tutorial

Looking for a quick way to share CSharp snippets?

Read more here:
https://bgh.st/e7kk5i

#dotnet #csharp #dotnetfiddle #dotnetcore

High-Performance Distributed Caching with .NET and Postgres on Azure - .NET Blog

Adding caching to your application architecture can significantly improve key performance metrics, cut latency, and reduce load across downstream systems. In this walkthrough, we highlight the latest caching best practices and incorporate these design patterns into a reusable .NET application that you can reference when adding new capabilities to your application stack.

.NET Blog
Stored Procedures with Entity Framework Core in .NET

Subscibe to my weekly .NET newsletter

Medium
.NET 10.0.7 Out-of-Band Security Update - .NET Blog

We are releasing .NET 10.0.7 as an out-of-band security update to address CVE-2026-40372.

.NET Blog

Modernizing .NET Part 21! 📂

Moving custom WebDAV server logic to .NET Core.

✅ Cross-platform support
✅ ~40% faster request processing
✅ Single codebase strategy

https://medium.com/@michael.kopt/modernizing-net-part-21-migrating-webdav-server-functionality-to-net-core-2770bca6f374
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #webdav #backend

📂 Modernizing .NET — Part 21: Migrating WebDAV Server Functionality to .NET Core

Transition specialized protocols like WebDAV to .NET Core using conditional compilation and controller-based wrappers.

Medium

Want to know what my favorite design pattern is?

Read more here:
https://bgh.st/u0esi2

#csharp #dotnet #dotnetcore #designpattern #designpatterns

Modernizing .NET Part 20! 🏗️

Migrating legacy .aspx pages to .NET Core without a full rewrite.

✅ Zero ViewState overhead
✅ Keep existing .aspx URLs
✅ Modern API-driven UI

https://medium.com/@michael.kopt/%EF%B8%8F-modernizing-net-part-20-migrating-legacy-aspx-pages-to-asp-net-core-d855946c3db0
#dotnet #dotnetcore #aspnet #aspnetcore #csharp #webforms

🏗️ Modernizing .NET — Part 20: Migrating Legacy ASPX Pages to ASP.NET Core

Don’t rewrite — migrate! Learn the hybrid static-API approach to move ASP.NET WebForms (.aspx) to .NET Core while keeping the same URLs.

Medium