This website uses cookies

Read our Privacy policy and Terms of use for more information.

Enjoying the newsletter? Your feedback helps us grow and reach more developers.

Share your testimonial →

Today's Articles

Working with Span, Memory, and ref structs in High-Performance Apps using .NET 9

https://www.c-sharpcorner.com/article/working-with-span-memory-and-ref-structs-in-high-performance-apps-using-net-9/

Unlock peak .NET 9 performance! Dive into Span, Memory, and ref structs for allocation-free, high-speed code. Master stack-based memory and reduce GC pressure.

Why not have changes in API behavior depend on the SDK you link against?

https://devblogs.microsoft.com/oldnewthing/20260506-00/?p=112303

Some time ago, I noted that the Co­Initialize­Security function demands an absolute security descriptor, even though many functions in Windows produce self-relat

Modernising a Legacy Fleet Platform: Architectural Decisions, Scope Uncertainty, and a Phased Path…

https://medium.com/@ibrahimahmed9578/modernising-a-legacy-fleet-platform-architectural-decisions-scope-uncertainty-and-a-phased-path-27a94ec9eaa3?source=rss------dotnet-5

While working for a client at DevNauts, I often have discussions about how to modernise the application. In the IT world, where AI is…

Optimistic Concurrency in EF Core 10: ASP.NET Core Web API Guide

https://codewithmukesh.com/blog/concurrency-control-optimistic-locking-efcore/

Learn how to prevent data conflicts in ASP.NET Core Web API using optimistic concurrency with EF Core 10. RowVersion tokens, conflict resolution, retry strategies, and a decision matrix.

Prompt Engineering in C#: System Messages, Few-Shot Examples & Structured Output

https://medium.com/@bhargavkoya56/prompt-engineering-in-c-system-messages-few-shot-examples-structured-output-5de99c78a56b?source=rss------dotnet-5

The Problem

Durable Workflows in the Microsoft Agent Framework

https://devblogs.microsoft.com/dotnet/durable-workflows-in-microsoft-agent-framework/

Build durable AI agent workflows with the Microsoft Agent Framework. Start with in-process console apps, add durability with the Durable Task runtime, scale with parallel AI agents, and host on Azure ...

The Complete C# Guide: From Access Modifiers to Zero-Allocation Memory — Everything a Production…

https://medium.com/jin-system-architect/the-complete-c-guide-from-access-modifiers-to-zero-allocation-memory-everything-a-production-8b40a5e1eb0f?source=rss------csharp-5

C# is one of the most feature-rich languages on the planet. The problem isn’t learning it — it’s knowing which parts actually matter when… Continue reading on JIN System Architect »

5 MAUI UI Techniques Behind a Complete Netflix-Style App

https://medium.com/@artillustration391/5-maui-ui-techniques-behind-a-complete-netflix-style-app-6e95adfdbbb1?source=rss------csharp-5

I built a full Netflix-style UI in .NET MAUI from scratch — no libraries. Here are the five techniques that made it work.

Containerization Assist Integration with AKS VSCode Extension

https://www.youtube.com/watch?v=keiuYN6kbb8

In this episode, we explore how Containerisation Assist integrates seamlessly with the Azure Kubernetes Service (AKS) VS Code Extension within Visual Studio Code, helping developers go from applicatio...

BackgroundService exceptions now propagate in .NET 11

https://steven-giesel.com/blogPost/00fcb870-6bf7-4f97-824f-8eab1b8838be

Here's a bug that lived in .NET for over four years. If your BackgroundService threw an exception after its first await, your host would catch it, log a critical message, and then exit cleanly with ex...

Announcing the WinApp VS Code Extension — Run, Debug, and Package Windows Apps in VS Code

https://devblogs.microsoft.com/ifdef-windows/announcing-the-winapp-vs-code-extension-run-debug-and-package-windows-apps-in-vs-code/

VS Code is where m