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

Share your testimonial →

Today's Articles

C# Rounding Demystified: The Ultimate Guide to Rounding Numbers in .NET

https://medium.com/@ahmad.sohail/c-rounding-demystified-the-ultimate-guide-to-rounding-numbers-in-net-5f0b99e694ad?source=rss------csharp-5

If you’ve ever Googled “C# round” hoping for clear, practical guidance on rounding numbers in .NET, you’re not alone. Rounding is one of…

C# vs Java — Which Language Should You Choose in 2026?

https://medium.com/@ahmad.sohail/c-vs-java-which-language-should-you-choose-in-2026-d3cc2e43bf0c?source=rss------dotnet-5

Choosing between C# and Java in 2026 isn’t just about syntax or company loyalty — it’s about building software that lasts, scales, and…

The Real Difference Between record and class Isn’t About Syntax

https://donmahsu.medium.com/the-real-difference-between-record-and-class-isnt-about-syntax-3744489e15a4?source=rss------dotnet-5

When I first saw record, I honestly couldn’t grasp the point at all.

Claude Code — A Practical Guide to Automating Your Development Workflow

https://henriquesd.medium.com/claude-code-a-practical-guide-to-automating-your-development-workflow-675714db08ed?source=rss-6c0c2fb74009------2

This file contains structure guidance so Claude understands how to build and run the project, the architecture and folder structure, coding conventions and patterns, testing strategy and important com...

How We Built an Asynchronous Email Notification System Using Azure Queue Storage and Azure…

https://medium.com/@sahansaamarasinghe/how-we-built-an-asynchronous-email-notification-system-using-azure-queue-storage-and-azure-e92014630405?source=rss------dotnet-5

In almost every modern application, emails power critical workflows, account verifications, password resets, invoices, and many other…

How Routing Works in ASP.NET Core

https://malshikay.medium.com/how-routing-works-in-asp-net-core-7eb1c055f0b6?source=rss------csharp-5

Routing is one of the most important concepts in ASP.NET Core. Every HTTP request that comes into your application is mapped to a specific…

Things I Stopped Doing While Building Real-World .NET Software

https://medium.com/@wiemks408/things-i-stopped-doing-while-building-real-world-net-software-e37fa756f152?source=rss------dotnet-5

When I started learning .NET, everything felt structured and reassuring.

Scheduled jobs using Background Service in .NET

https://medium.com/@shahzadadil07/scheduled-jobs-using-background-service-in-net-8b791b3f0c48?source=rss------dotnet-5

When building .NET applications, developers often focus on user-facing features — APIs, UI, and business logic. But behind the scenes…

Studying compiler error messages closely: Input file paths

https://devblogs.microsoft.com/oldnewthing/20260202-00/?p=112027

A colleague was working in a project that used a number of data files to configure how the program worked. They wanted one portion of the configuration file to be included only if a particular build f...

How to Use Cursor for .NET Development: Top 5 Ways Explained

https://medium.com/@mahyavanshjay/how-to-use-cursor-for-net-development-top-5-ways-explained-96b66b54ba61?source=rss------dotnet-5

Do you need expert help for software development? Explore how you can use cursor for .NET development in this guide

Adding Licensing to C# Applications: The Easy and Simple Way

https://medium.com/@va.riley/adding-licensing-to-c-applications-the-easy-and-simple-way-9fce3e61c78c?source=rss------dotnet-5

The problem

Are exceptions exposing vulnerabilities in your .NET App?

https://www.roundthecode.com/dotnet-blog/are-exceptions-exposing-vulnerabilities-dotnet-app

Unhandled exceptions in ASP.NET Core can expose sensitive data. Learn when it happens, why it's dangerous, and how to fix it. The page Are exceptions exposing vulnerabilities in your .NET App? appeare...

Creating .Net Core Microservices using Clean Architecture using .Net 10 & Angular 21

https://rahulsahay19.medium.com/creating-net-core-microservices-using-clean-architecture-using-net-10-angular-21-66772a0409b9?source=rss------dotnet-5

Over the last few years, I’ve seen one pattern repeat itself again and again.

How to Organize Helpers Without Breaking Design?

https://medium.com/@kittikawin_ball/how-to-organize-helpers-without-breaking-design-e95c49f6caac?source=rss------csharp-5

Helper methods are useful, until they quietly destroy your design. Here’s how to organize helper methods without cluttering your code.

Building Workflows with Branching Logic in .NET (Microsoft Agent Framework)

https://blog.gopenai.com/building-workflows-with-branching-logic-in-net-microsoft-agent-framework-a2cf94ff2de6?source=rss------csharp-5

Modern applications often involve complex decision trees, where the flow of operations depends on conditions, user input, or model results… Continue reading on GoPenAI »

How to Set Background Colors and Images in Word Documents Using C#

https://medium.com/@natebennett2/how-to-set-background-colors-and-images-in-word-documents-using-c-7e69a51422fc?source=rss------csharp-5

Automating Word document formatting is a common requirement in .NET development. Setting document backgrounds — whether solid colors or…

Keep Reading