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

Share your testimonial →

Today's Articles

The Right Timeout Strategy for .NET — 3 Levels You Must Configure

https://medium.com/@mohsho10/the-right-timeout-strategy-for-net-3-levels-you-must-configure-b5ef208a646b?source=rss------csharp-5

(And why your “just increase it” fix keeps making things worse) Continue reading on AWS in Plain English »

A Complete Guide to ASP.NET Development Services in 2026

https://medium.com/@Quickway_Infosystems/a-complete-guide-to-asp-net-development-services-in-2026-bd863eccd127?source=rss------dotnet-5

In today’s fast-moving digital world, organizations need sophisticated, secure, and scalable web applications to be competitive. Selecting…

How Do I Fix “Object Reference Not Set to an Instance of an Object” in C#?

https://www.c-sharpcorner.com/article/how-do-i-fix-object-reference-not-set-to-an-instance-of-an-object-in-c-sharp4/

Learn simple, clear, and practical ways to fix the common C# error "Object reference not set to an instance of an object." Understand why it happens, how to identify the root cause, and how ...

(RoomSharp) Source-Generated Data Layer for Modern .NET

https://medium.com/@sfwanabdualghni/roomsharp-source-generated-data-layer-for-modern-net-9bc78cf6bd35?source=rss------csharp-5

If you’ve ever envied Android’s Room stack and wished you could have the same attribute-driven ergonomics, source-generated DAOs, and… Continue reading on JavaScript in Plain English »

Building your own named entity recognition model in .NET

https://medium.com/@f.sazanavets/building-your-own-named-entity-recognition-model-in-net-630e3e2a2854?source=rss------dotnet-5

Imagine you’re reading a captivating novel or a breaking news article. As you move through the sentences, you effortlessly pick out the…

Elegant Global Error Handling Using Middleware In .NET 9

https://medium.com/@maged_/elegant-global-error-handling-using-middleware-in-net-9-d2653a1f77df?source=rss------csharp-5

If you want the full source code, join our community: Here

⚡ Extremely FAST Paging With Cursor Pagination & Index Seek

https://medium.com/@mariammaurice/extremely-fast-paging-with-cursor-pagination-index-seek-786c29065e05?source=rss------csharp-5

SQL Server • PostgreSQL • MySQL • MongoDB Compared — with Full .NET 9 Code (Part 1)

Stop writing stopwatch code to everywhere, here is a story about automatic method profiling in .NET

https://medium.com/the-syntax-hub/stop-writing-stopwatch-code-to-everywhere-here-is-a-story-about-automatic-method-profiling-in-net-7b33b7c8bc36?source=rss------dotnet-5

Let me tell you about a problem I kept running into. You know that moment when your API starts slowing down, and you’re sitting there… Continue reading on The Syntax Hub »

.NET MAUI Community Standup - .NET 10 Announcements Roundup

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

Mastering Callbacks in C#: Delegates, Events, Async/Await & Real UI Examples (Complete Guide)

https://medium.com/@mdmaksudul80/mastering-callbacks-in-c-delegates-events-async-await-real-ui-examples-complete-guide-397430f583a3?source=rss------dotnet-5

Suppose you’re building real-world applications in C#. In that case, you will eventually face scenarios where some tasks take time — such…

TDD in .NET: Practicing with String Calculator

https://medium.com/@ajaykumar1807/tdd-in-net-practicing-with-string-calculator-15b74749a783?source=rss------dotnet-5

Practicing TDD with a simple String Calculator

Using ASP.NET Core Data Protection with SQL Server

https://www.c-sharpcorner.com/article/using-asp-net-core-data-protection-with-sql-server/

Secure ASP.NET Core apps by storing Data Protection keys in SQL Server. Learn to encrypt data, manage keys, and ensure consistency across multiple servers.

Working With Database Transactions in EF Core 9: A Deep-Dive Guide for Real-World .NET

https://medium.com/@mariammaurice/working-with-database-transactions-in-ef-core-9-a-deep-dive-guide-for-real-world-net-2862275e6ca7?source=rss------dotnet-5

By someone who has broken production databases so you don’t have to.

How To Use The Specification Design Pattern in .NET 9

https://medium.com/@maged_/how-to-use-the-specification-design-pattern-in-net-9-90fe397fb583?source=rss------csharp-5

If you want the full source code, download it from this link: https://www.elitesolutions.shop/

From EF Core to Dapper — Is Raw SQL Worth the Hype?

https://medium.com/@maged_/from-ef-core-to-dapper-is-raw-sql-worth-the-hype-e8810cb40615?source=rss------csharp-5

📚 Found this article useful? You’ll love what I have in my store — Shop Now. What’s the story about? Everyone raves about Dapper’s raw…

How to Use the Domain Event Pattern | DDD, Clean Architecture, .NET 10

https://medium.com/@michaelmaurice410/how-to-use-the-domain-event-pattern-ddd-clean-architecture-net-10-8bea0a4f0bb6?source=rss------csharp-5

Domain events are the moment your domain model stops being a boring CRUD database wrapper and starts acting like an actual system.

Automatically Registering Services in .NET DI with Scrutor

https://medium.com/@rserit/automatically-registering-services-in-net-di-with-scrutor-476ee0a6e393?source=rss------dotnet-5

.NET contains a very basic DI (Dependency Injection) container sufficient to meet the application’s own needs. This built-in container is…

Keep Reading

No posts found