Home Archive The .NET News Daily Issue #355

The .NET News Daily Issue #355

Your Daily Dose of .NET Insights, Tools, and Trends

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

Share your testimonial →

Today's Articles

Essential .NET Maui Resources

https://medium.com/@_paramjit/essential-net-maui-resources-fd9ebfab50c7?source=rss------dotnet-5

.NET Maui is a Cross platform development framework for .NET developers which supports Mobile (iOS and Android), Tablet and Desktop…

Article preview

Jordan’s .NET Guide to Advanced HttpClientFactory

https://medium.com/@jordansrowles/jordans-net-guide-to-advanced-httpclientfactory-68041522eb3d?source=rss------csharp-5

In my other article, I covered the basics of using HttpClientFactory instead of HttpClient to prevent some common bugs like stale DNS, and…

Article preview

[C# Tip] How to create and access custom C# Attributes by using Reflection

https://www.code4it.dev/csharptips/custom-csharp-attributes-reflection/

In C#, Attributes are a handy mechanism to attach metadata to your classes, methods, properties, etc. In this article, we will see how to create custom Attributes and access them at runtime using Refl...

Article preview

Master EF Core Relationships & Migrations Like a Pro

https://nelsonyounus.medium.com/master-ef-core-relationships-migrations-like-a-pro-72cf7b857423?source=rss------dotnet-5

Article preview

ASP.NET Community Standup - ASP.NET Core planning kickoff for .NET 11

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

Article preview

EF Core Bulk Data Retrieval: 5 Methods You Should Know

https://antondevtips.com/blog/ef-core-bulk-data-retrieval-5-methods-you-should-know

Learn how to efficiently retrieve large datasets in Entity Framework Core without hitting SQL Server's 2,100 parameter limit. Discover 5 bulk data retrieval methods from Entity Framework Extensions th

Article preview

New in .NET 10 and C# 14: Optimizations in log aggregation jobs

https://blog.elmah.io/new-in-net-10-and-c-14-optimizations-in-log-aggregation-jobs/

.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...

Article preview

Implementing NuGet Central Package Management (CPM) in a .NET Solution using Visual Studio 2026

https://sachidevop.medium.com/implementing-nuget-central-package-management-cpm-in-a-net-solution-using-visual-studio-2026-c93f207edcb6?source=rss------dotnet-5

Managing NuGet package versions across multiple projects can quickly become painful as a solution grows. Duplicate versions, inconsistent…

Article preview

A shortcut gives me a weird path for a program shortcut that doesn't point to the executable, so what is it?

https://devblogs.microsoft.com/oldnewthing/20251219-00/?p=111885

Say you have a shortcut file and you want to see what its target is. The natural thing to do is to call IShellLink::GetPath, which returns S_FALSE if the shortcut does not target a path, or returns S_...

Article preview

Creating Objects Without a Model in C#

https://www.c-sharpcorner.com/article/creating-objects-without-a-model-in-c-sharp/

Creating Objects Without a Model in C#

Article preview

EF Core vs Dapper: Choosing the Right Tool in Real-World .NET Applications

https://achuchiwilliam.medium.com/ef-core-vs-dapper-choosing-the-right-tool-in-real-world-net-applications-c67693a74e09?source=rss------dotnet-5

Choosing a data access strategy in .NET is rarely about picking the most popular library. It’s about understanding trade-offs, performance…

Article preview

1 Simple Trick to Make Your C# Enums Smarter (And Why You’ll Never Go Back)

https://medium.com/@michaelmaurice410/1-simple-trick-to-make-your-c-enums-smarter-and-why-youll-never-go-back-0c65c57d30f7?source=rss------csharp-5

Let’s be honest — C# enums are kind of like that one friend who shows up to the party but never says anything. They’re nice to have around…

Article preview

C# Tuple: Organizing Multiple Business Data Points for Clear Insights

https://medium.com/@jonesemma72002/c-sharp-tuple-for-multiple-business-data-points-and-insights-d589db734d20?source=rss------csharp-5

Introduction

Article preview

Authentication in .NET — Part 12: Session & Cookie Security Hardening (Final Part)

https://dilankam.medium.com/authentication-in-net-part-12-session-cookie-security-hardening-final-part-a13e42a25a3b?source=rss------dotnet-5

In the previous parts of this series, we explored authentication flows, identity providers, JWTs, multi-tenancy, MFA, and API security…

Article preview

How to Build Your First Web API (.NET Examples)

https://medium.com/@pranitbhatt333/how-to-build-your-first-web-api-net-examples-9db4ddcfcddd?source=rss------dotnet-5

If you’re new to backend development, one of the best things you can build to understand how everything connects is a simple Web API…

Article preview

How to Build iOS Widgets with .NET MAUI

https://devblogs.microsoft.com/dotnet/how-to-build-ios-widgets-with-dotnet-maui/

Build professional iOS widgets with .NET MAUI, from static displays to interactive widgets. The post How to Build iOS Widgets with .NET MAUI appeared first on .NET Blog.

Article preview

Background Job Scheduling in .NET Applications Using Hangfire

https://medium.com/@rserit/background-job-scheduling-in-net-applications-using-hangfire-dd825488ef67?source=rss------dotnet-5

In modern software projects, handling long-running operations correctly is of great importance for the application to run in a stable and…

Article preview

📬 Get daily .NET content delivered to your inbox