Your Daily Dose of .NET Insights, Tools, and Trends
Jan 23, 2026
Enjoying the newsletter? Your feedback helps us grow and reach more developers.
Share your testimonial →
The .NET Core Feature That Saved Us 40% Cloud Cost Overnight
https://medium.com/dot-net-sql-learning/the-net-core-feature-that-saved-us-40-cloud-cost-overnight-91d8acc9cc57?source=rss------dotnet-5
When working in the cloud, one fear always looms overhead — 👉 The Monthly Bill Continue reading on Dot Net, API & SQL Learning »
Implementing Transactional Outbox Pattern in .NET Microservices — Ensuring Eventual Consistency
https://medium.com/@rserit/implementing-transactional-outbox-pattern-in-net-microservices-ensuring-eventual-consistency-6bbc1c1d4830?source=rss------dotnet-5
In monolithic systems, database operations rely on ACID principles. A transaction either completes entirely or not at all. However, in…
Secure file upload validation in .NET: A layered approach
https://medium.com/@chrhaase_71293/secure-file-upload-validation-in-net-a-layered-approach-e77c9d9433e3?source=rss------dotnet-5
I thought file uploads were simple… until I saw how often they aren’t. This article shows a practical .NET baseline that covers common…
Add Images to PDFs in C#: The Definitive Guide for Modern .NET Projects
https://medium.com/@ahmad.sohail/add-images-to-pdfs-in-c-the-definitive-guide-for-modern-net-projects-719c511ab22f?source=rss------csharp-5
If you’ve ever needed to add images to PDF in C#, you know it’s more than a checkbox on a requirements list. Whether you’re generating…
EF Core Tricks for Bulk Reading Large Data Sets
https://codingsonata.medium.com/ef-core-tricks-for-bulk-reading-large-data-sets-aba8173fa17d?source=rss------dotnet-5
Dive into the EF Core Tricks for Bulk reading Large Data Sets by exploring the 5 methods of Entity Framework Extensions of ZZZ Projects
Exception Handling in C#: Why Your App Still Crashes Even With Try-Catch
https://medium.com/@curiosity.orbit/exception-handling-in-c-why-your-app-still-crashes-even-with-try-catch-31f79fa840da?source=rss------dotnet-5
I used to think my application was “safe” because I wrapped everything in try-catch.
What the CLR Really Does While Your App Is Running
https://medium.com/@sweetondonie/what-the-clr-really-does-while-your-app-is-running-3decc9f1debe?source=rss------dotnet-5
Most developers know CLR stands for Common Language Runtime. Fewer developers know what it’s actually doing every millisecond your app is…
7 Entity Framework Core Optimization Techniques
https://medium.com/@cankutukoglu03/7-entity-framework-core-optimization-techniques-7c1757ed2b47?source=rss------dotnet-5
A summary of my work during my internship on a picking command handler, optimizing database operations in .NET applications with examples…
Modernizing .NET — Part 7: From Web References to Service References
https://medium.com/@michael.kopt/modernizing-net-part-7-from-web-references-to-service-references-540dcc8352be?source=rss------dotnet-5
How to migrate legacy SOAP clients from Web References in .NET Framework to Service References in .NET Core using dotnet-svcutil.
Dotnet vs. Java in 2026: One for the Brain, One for the Backbone.
https://medium.com/@sandipmryadav/dotnet-vs-java-in-2026-one-for-the-brain-one-for-the-backbone-1faca8e505c0?source=rss------dotnet-5
Hi everyone. I am a .NET developer. I’m new to writing blogs, and my English is not perfect. I make spelling mistakes and my sentences are…
⚠ Redis Batch Deadlock — A Hidden Async Bug
https://mahraz-hasnat.medium.com/redis-batch-deadlock-a-hidden-async-bug-61b92a2c9a88?source=rss------dotnet-5
While working with StackExchange.Redis, I faced a strange issue. My code looked correct, but this line never completed:
The Realistic .NET Developer Roadmap for Absolute Beginners
https://medium.com/@mpholoane/the-realistic-net-developer-roadmap-for-absolute-beginners-b497ded13112?source=rss------dotnet-5
Most Roadmaps Assume Some Experience
Extremely FAST Caching Repository With Decorator Pattern in ASP.NET Core
https://medium.com/@maged_/extremely-fast-caching-repository-with-decorator-pattern-in-asp-net-core-f85107a050d1?source=rss------dotnet-5
If You want the full source code Click :Here
Code Coverage in .NET: % to confidence
https://medium.com/@onu.khatri/code-coverage-in-net-to-confidence-c1f2ba828019?source=rss------dotnet-5
When we say “code coverage,” most people think it’s a single percentage that tells whether our tests are “good.” In reality, coverage is a…