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

Share your testimonial →

Today's Articles

Publish–Subscribe Messaging in .NET 9 Using Redis Channels

https://medium.com/@mariammaurice/publish-subscribe-messaging-in-net-9-using-redis-channels-9fa66dd2fdbf?source=rss------csharp-5

Part 1 — Understanding Redis Pub/Sub + Setting Up .NET 9 Messaging Architecture Continue reading on .Net Programming »

Trying out the Zed editor on Windows for .NET and Markdown

https://andrewlock.net/trying-out-the-zed-editor-on-windows-for-dotnet-and-markdown/

In this post I try out Zed on Windows to see if it can replace my VS Code usages for quick edits of .NET projects and writing Markdown documents

We Let Cursor Write Our .NET Code. Then “Stupid Bugs” Exploded — Here’s the Fix

https://medium.com/@mikhail.petrusheuski/we-let-cursor-write-our-net-code-then-stupid-bugs-exploded-heres-the-fix-d03fdae0424f?source=rss------dotnet-5

Last month we did what everyone is doing in 2025:

Fix It Before They Feel It: Proactive .NET Reliability with Azure SRE Agent

https://www.youtube.com/watch?v=Kx_6SB-mhgg

Learn more: https://aka.ms/agentic-modernization Mastodon: https://aka.ms/dotnet/mastodon

Streaming vs Buffering in .NET APIs — The Performance Difference Nobody Measures

https://medium.com/@mohsho10/streaming-vs-buffering-in-net-apis-the-performance-difference-nobody-measures-437c1e71fcc1?source=rss------dotnet-5

(And why your “fast” API falls apart under real load)

Securing Your API in .NET 9: A Complete Developer’s Guide

https://medium.com/@maged_/securing-your-api-in-net-9-a-complete-developers-guide-ac7495a501b5?source=rss------dotnet-5

Building secure APIs has never been more critical in today’s interconnected world.

C# Access Modifiers: Private, Protected, Internal, Public

https://medium.com/@hedaguler25/c-access-modifiers-private-protected-internal-public-2775421a5a68?source=rss------csharp-5

Neyi, kimden, ne kadar gizliyoruz? Gerçek OOP tasarımının temelinde bu soru yatar.

.NET 9 Changed Everything — You Won’t Believe How APIs Work Now!

https://medium.com/dot-net-sql-learning/net-9-changed-everything-you-wont-believe-how-apis-work-now-289d04eaf3e0?source=rss------dotnet-5

.NET 9 is here. In other words — it’s not just an upgrade, it’s a game-changer for API development. Minimal API, AOT, new Hosting Model… Continue reading on Dot Net, API & SQL Learning »

Modern Software Development with C# in 2026: What’s New in .NET 9 and Best Practices

https://medium.com/@kerimkkara/modern-software-development-with-c-in-2026-whats-new-in-net-9-and-best-practices-f920d83a1d70?source=rss------dotnet-5

As we step into 2026, C# continues to stand as one of the most reliable, scalable, and developer-friendly programming languages in the…

Dotnet Agents: Building Autonomous Systems with SK Tools

https://medium.com/@AIbatros/dotnet-agents-building-autonomous-systems-with-sk-tools-b198fc4adc3d?source=rss------dotnet-5

Alright, C# developers, gather ‘round! We all love the robustness of Dotnet, but let’s be honest, writing code that handles complex…

Events & EventHandlers — How .NET Reacts Automatically (A Practical 2025 Guide)

https://medium.com/@curiosity.orbit/events-eventhandlers-how-net-reacts-automatically-a-practical-2025-guide-80f4e352e069?source=rss------dotnet-5

If delegates are the “function pointers” of C#, events are the notification system built on top of them.

Resolving Overload Ambiguity with Collection Expressions

https://www.meziantou.net/resolving-overload-ambiguity-with-collection-expressions.htm

OverloadResolutionPriority allows you to specify which method overload should be preferred by the compiler when multiple overloads are applicable. This can be useful in scenarios where you have multip...

Stop Using IMemoryCache in .NET 10: The HybridCache Revolution

https://medium.com/@riturajpokhriyal/stop-using-imemorycache-in-net-10-the-hybridcache-revolution-f5ac4776929b?source=rss------dotnet-5

Why your custom Redis wrapper is killing your performance — and how to fix it.

Polymorphism in C#: Simple Guide with Examples for Beginners

https://www.c-sharpcorner.com/article/polymorphism-in-c-sharp-simple-guide-with-examples-for-beginners/

Explore C# polymorphism: static (compile-time) and dynamic (run-time). Learn function/operator overloading, abstract classes, method overriding, and interfaces. Enhance code reusability!

Scott Guthrie Interstitial - Performance

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

Why the Future of C# Is Faster

https://medium.com/@schmidt.jeanbaptiste/why-the-future-of-c-is-faster-0949e30fe8bd?source=rss------csharp-5

.NET 10+ Runtime-Async: The End of the State Machine (Benchmark & Analysis)

C# Switch Statement: A Complete Guide for Beginners

https://medium.com/@TechnologyDiaries/c-switch-statement-a-complete-guide-for-beginners-35927b324ce6?source=rss------csharp-5

Are you tired of writing endless if-else statements in your C# code? The switch statement is your answer! In this guide, you’ll learn how…

Microsoft Learn MCP Server Elevates Development

https://devblogs.microsoft.com/dotnet/microsoft-learn-mcp-server-elevates-development/

Explore how the Learn MCP server enhances the developer experience with Copilot, showcase practical examples, and provide straightforward integration instructions for Visual Studio, Visual Studio Code...

Automate Word Chart Creation Using C#

https://medium.com/@sirio1234/automate-word-chart-creation-using-c-4395702e4b11?source=rss------dotnet-5

Generating reports and visualizing data are crucial tasks in many business applications. While Microsoft Word is a ubiquitous tool for…

Keep Reading

No posts found