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

Share your testimonial →

Today's Articles

Introducing the Coding Agent Explorer (.NET)

https://nestenius.se/ai/introducing-the-coding-agent-explorer-net/

I’m excited to introduce you to the Coding Agent Explorer, a new open-source .NET teaching tool I’ve created that lets you see exactly what happens under the hood when an AI coding agent works on your...

C# ASP.NET Core MVC: Building Your First Application — A Complete Guide from Models to Controllers

https://medium.com/@sumeetdugg022/c-asp-net-core-mvc-building-your-first-application-a-complete-guide-from-models-to-controllers-9579b66be95c?source=rss------csharp-5

A Step-by-Step Tutorial for Creating Models, Views, and Controllers from Scratch

Scalar for .NET Minimal APIs: A Modern Alternative to Swagger UI

https://medium.com/@wbayrakvlad/scalar-for-net-minimal-apis-a-modern-alternative-to-swagger-ui-eca59d71f611?source=rss------dotnet-5

I’m sure every web developer has used (or at least heard of) OpenAPI. In the .NET ecosystem, Swagger has been the de facto standard for…

LINQ in C# — The Complete Cheat Sheet

https://medium.com/@quizzesforyou/linq-in-c-the-complete-cheat-sheet-c19213e449ec?source=rss------csharp-5

C# Linq cheatsheet with examples

Modernizing Legacy .NET Applications Without Disrupting Production Systems

https://medium.com/@faciletechnolab_52308/modernizing-legacy-net-applications-without-disrupting-production-systems-7404d6ab2335?source=rss------dotnet-5

Blog Originaly Published on Facile Technolab

Building a Distributed Key-Value Store in .NET

https://medium.com/@heartbeats.zero/building-a-distributed-key-value-store-in-net-0e6a54a37099?source=rss------dotnet-5

Introducing Clustron DKV

C# .Net 10 MinimalAPI: Weather Service Migration from Azure to AWS — Part 4

https://pkoretic.medium.com/c-net-10-minimalapi-weather-service-migration-from-azure-to-aws-part-4-c06e082165fb?source=rss------dotnet-5

You never know when you will need to do this.

Mastering Database Transactions with Entity Framework Core

https://www.trevoirwilliams.com/mastering-database-transactions-with-entity-framework-core/

This article explores a crucial aspect of database management: database transactions using Entity Framework Core. Explore how to ensure the integrity of our operations when dealing with multiple datab...

How to Implement Custom Response Caching in ASP.NET Core

https://www.c-sharpcorner.com/article/how-to-implement-custom-response-caching-in-asp-net-core/

Boost ASP.NET Core performance with response caching! Learn how to implement it using NCache for scalable, multi-server environments. Reduce latency and server load.

Why Your App Feels Fast at First — Then Slowly Degrades

https://medium.com/@sweetondonie/why-your-app-feels-fast-at-first-then-slowly-degrades-455c80706e1f?source=rss------dotnet-5

A Simple Code Example + Visual Mental Model

A .NET Developer’s Perspective on Node.js — And Why One Hand Should Be There Too

https://medium.com/@enesefetokta009/a-net-developers-perspective-on-node-js-and-why-one-hand-should-be-there-too-4adb8c5df318?source=rss------dotnet-5

For more than four years, I’ve been building software within the .NET ecosystem. To me, .NET is not just a framework it’s a structured…

Nobody Tells You How .NET Core Really Runs Your Code — Here’s the Truth Every Developer Should Know

https://medium.com/@curiosity.orbit/nobody-tells-you-how-net-core-really-runs-your-code-heres-the-truth-every-developer-should-know-98e7b821298b?source=rss------dotnet-5

Have you ever opened your .NET Core project for the first time, looked at Program.cs, and thought, “Okay… but what exactly happens after I…

ASP.NET MVC vs ASP.NET Core MVC

https://www.c-sharpcorner.com/blogs/asp-net-mvc-vs-asp-net-core-mvc

Confused about ASP.NET MVC vs. ASP.NET Core MVC? This guide breaks down the key differences: platform support, performance, project structure, configuration, and more! Learn which is right for you.

New runtime async is hitting .NET 11 - Part 1

https://steven-giesel.com/blogPost/1fb10ed2-df84-4080-b660-72c04a4cc674

Some time back I wrote about "async2 - The .NET Runtime Async experiment concludes" basically moving the async state machine into the runtime. Now with .NET 11 we are seeing the fruits of th...

Keep Reading