Midweek is here, and it feels as satisfying as discovering an elegant one-liner solution for a tangled C# conundrum. This Wednesday edition is packed with .NET insights, from the latest framework tricks you didn’t know you needed to those architectural debates that mimic the epic battles of your favorite sci-fi sagas. Unleash your inner coding Jedi and propel through our carefully curated selection—because even seasoned developers deserve a touch of midweek magic.
Today’s Articles
Memory Leaks in .NET: From Obvious to Tricky Scenarios
.NET 8 has officially arrived, and it’s packed with powerful features. But beyond the headline features, there are hidden gems that can…
Deep dive into the upcoming AI-assisted tooling to upgrade .NET apps
You will learn how generative AI agents can help you save time and effort to port hundreds of .NET applications to a modern platform. Microsoft Learn: https://aka.ms/learndotnet
Let’s say you want to execute a code block when Book table is not empty. In Entity Framework Core, we can achieve this in two ways (there… Continue reading on CodeX »
.NET 9 WebAPI + SQL Server — creating and running API tests in Azure DevOps pipeline
By Jonathan “JD” Danylko Today’s quick tip demonstrates how to limit users to a small number of pages Restricting pages to a user on a website can be tricky. There are times when users are…
Storing Event Streams in a Database Using Cosmos DB with C#
This article covers real-time data ingestion, NoSQL storage design, and integration with event-driven architectures—ideal for developers building scalable and responsive cloud applications with .NET a…
Beyond If-Else: Clean Conditional Logic with C# and Design Patterns
Leave a Reply