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

Share your testimonial →

Today's Articles

️ Custom Session Store for Complex Objects in ASP.NET Core

https://medium.com/@michael.kopt/%EF%B8%8F-custom-session-store-for-complex-objects-in-asp-net-core-1349b680ce12?source=rss------dotnet-5

ASP.NET Core’s default session fails with complex objects. This post shows how to store them safely in memory.

.NET Core Concepts (IoT)

https://medium.com/@meriffa/net-core-concepts-iot-00701ad63d97?source=rss------dotnet-5

.NET Concepts

When NOT to use the repository pattern in EF Core

https://blog.elmah.io/when-not-to-use-the-repository-pattern-in-ef-core/

If you design an application with a data source, the repository pattern often comes to mind as a prominent choice. In fact, many developers see it as the default choice. However, the pattern is not he...

Is Your .NET Architecture a Mess?

https://frontend2backend.medium.com/is-your-net-architecture-a-mess-bd4610115dc6?source=rss------dotnet-5

If you’re still jumping between five different folders just to update one API, you’re doing it the hard way. Clean Architecture is cool…

Modernizing .NET for AI-ready apps

https://medium.com/@bART.Solutions/modernizing-net-for-ai-ready-apps-be6d42ff108f?source=rss------dotnet-5

Modernizing .NET is no longer just about cleaning up technical debt or staying on a supported runtime. It is about preparing…

OrionGuard: The Guard Clause Library .NET Developers Have Been Waiting For

https://medium.com/@tunahan.ali.ozturk/orionguard-the-guard-clause-library-net-developers-have-been-waiting-for-0dd81e983d3a?source=rss------dotnet-5

Stop writing the same null checks, range validations, and format guards over and over again. There is a better way.

Securing ASP.NET Core APIs with API Keys

https://www.c-sharpcorner.com/article/securing-asp-net-core-apis-with-api-keys/

Protect your ASP.NET Core APIs with API Keys! This guide explores 5 practical patterns, from simple middleware to database-backed solutions, complete with code examples.

Azure Skills Plugin - Let's Get Started!

https://devblogs.microsoft.com/all-things-azure/azure-skills-plugin-lets-get-started/

Part 2 of the Azure Skills Plugin series Previously: Announcing the Azure Skills Plugin This post is all about getting you up and running. I won't go d

Rewriting My Backend Identity Part 2) Roadmap to Become a .NET Developer

https://medium.com/@bumuthuchamod/rewriting-my-backend-identity-part-2-roadmap-to-become-a-net-developer-a5f5bfd2be50?source=rss------dotnet-5

In my previous article, I shared my experience transitioning from Node.js to .NET during my internship. That change forced me to rebuild…

How to Reduce Latency in High-Performance Backend Systems?

https://www.c-sharpcorner.com/article/how-to-reduce-latency-in-high-performance-backend-systems/

Boost backend performance! Learn proven strategies to slash latency in your systems. Caching, async processing, and more for faster, scalable applications.

Pin Clustering in .NET MAUI Maps

https://devblogs.microsoft.com/dotnet/pin-clustering-in-dotnet-maui-maps/

.NET MAUI 11 adds pin clustering to the Map control, automatically grouping nearby pins into cluster markers. Learn how to enable clustering, create separate clustering groups, and handle cluster taps...

How to C#: Add Configuration to your .NET 8 Web API Application

https://medium.com/@roelvs/how-to-c-add-configuration-to-your-net-8-web-api-application-a038e446d447?source=rss------csharp-5

Adding Custom Configuration to a .NET 8 Web API

Visual Studio Code 1.112

https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.112

Learn what's new in Visual Studio Code 1.112 Read the full article

Keep Reading