.NET 8 - Curated .NET Articles & Tutorials

Curated .NET news, articles, and tutorials about .NET 8, drawn from .NET News Daily issues.

115 curated issues

ASP.NET Web API CRUD Operations

ASP.NET Web API CRUD Operations - .NET8 And Entity Framework Core Tutorial (yY7pLCuHov)

Featured in Issue #451 May 08, 2026

Issue also covered: ASP.NET Core, Authentication, C#, .NET Core, EF Core, FluentValidation, Performance, Serilog

Read this issue →

What Are Primary Constructors in C# 12 and Their Benefits?

Discover C# 12's primary constructors! Simplify code, boost readability, and reduce boilerplate. Learn how they streamline data models and dependency injection.

Featured in Issue #432 April 13, 2026

Issue also covered: C#, Performance, PostgreSQL, Redis, Security

Read this issue →

Top Core Concepts Every Senior C#/.NET Developer Should Know in 2026

The .NET ecosystem has never moved faster. From minimal APIs and cloud-native architecture to AI integration and advanced concurrency —…

Featured in Issue #428 April 07, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Benchmarking, Blazor, C#, Dapper, Design Patterns

Read this issue →

Pin Clustering in .NET 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...

Featured in Issue #420 March 26, 2026

Issue also covered: ASP.NET Core, Azure, EF Core, .NET MAUI, Performance, Security, Visual Studio Code

Read this issue →

CQRS in Practice with .NET 8

Separating Write and Read Models with Independent Databases and Eventual Consistency

Featured in Issue #399 February 25, 2026

Issue also covered: Azure, C#, .NET 10, EF Core, Semantic Kernel

Read this issue →

Getting Started With Azure Functions: HTTP & Timer Triggers

A Complete Guide to Building Serverless Apps with .NET 8 Isolated Worker Model Continue reading on Artificial Intelligence in Plain English »

Featured in Issue #396 February 20, 2026

Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, .NET 10, JWT, .NET MAUI, Web API

Read this issue →

A Comprehensive Technical Analysis of .NET Framework and Modern .NET

What Is A Message Queue? RabbitMQ + MassTransit Integration in .NET 8

Featured in Issue #394 February 18, 2026

Issue also covered: Domain-Driven Design, .NET 10, EF Core, GitHub Copilot, gRPC, Performance, REST API, Security

Read this issue →

Checkpointing & Resuming AI Workflows in .NET

When building real-world AI workflows — especially long-running ones — you can’t always expect the entire process to complete in a single… Continue reading on GoPenAI »

Featured in Issue #391 February 13, 2026

Issue also covered: Azure, Clean Architecture, CQRS, C#, Design Patterns, .NET Core, EF Core, Minimal APIs

Read this issue →

New in .NET 10 and C# 14: Multi-Tenant Rate Limiting

.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...

Featured in Issue #385 February 05, 2026

Issue also covered: Azure, C#, .NET 10, GitHub Copilot, OpenAI, Performance, Source Generators, Visual Studio Code

Read this issue →

Designing Resilient ASP.NET Core APIs Using .NET 8 Resilience Pipelines

Explore .NET 8 Resilience Pipelines, Microsoft's built-in solution for building fault-tolerant ASP.NET Core APIs. Learn how to implement retry, timeout, and circuit breaker patterns for robust applica...

Featured in Issue #384 February 04, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, Domain-Driven Design, .NET 10, EF Core, ML.NET

Read this issue →

Designing Resilient ASP.NET Core APIs Using .NET 8 Resilience Pipelines

Explore .NET 8 Resilience Pipelines, Microsoft's built-in solution for building fault-tolerant ASP.NET Core APIs. Learn how to implement retry, timeout, and circuit breaker patterns for robust applica...

Featured in Issue #383 February 03, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET 10, EF Core, OAuth, OpenAI

Read this issue →

Mastering .NET 8 Resilience Pipelines: Internals, Custom Strategies, and Production-Grade Patterns

Unlock .NET 8's Resilience Pipelines for robust ASP.NET Core apps. Master strategy ordering, custom policies, tenant isolation, testing, and observability for production.

Featured in Issue #382 February 02, 2026

Issue also covered: ASP.NET Core, Cosmos DB, C#, .NET 10, EF Core, .NET MAUI, MediatR, OpenAI

Read this issue →

Modern Task Management in .NET with ConfigureAwaitOptions — Advanced ConfigureAwait

The Task.ConfigureAwait(false) we’ve been using for years is no longer enough on its own. With .NET 8, a new enum has been introduced that…

Featured in Issue #377 January 26, 2026

Issue also covered: C#, .NET 10, EF Core, Performance, RabbitMQ, Security

Read this issue →

Collection Performance: High-Performance Collection Randomization in .NET

The article examines shuffling options in .NET 8, highlighting the performance of three APIs: LINQ.Shuffle(), Random.Shuffle(), and RandomNumberGenerator.Shuffle().

Featured in Issue #375 January 22, 2026

Issue also covered: Azure, Azure Functions, C#, .NET 10, Performance, Redis

Read this issue →

Difference Between .NET Core and .NET 8?

.NET Core vs .NET 8: Understand the evolution from the older, cross-platform framework to the modern, unified .NET platform. Discover key differences and benefits. .NET 8 is the recommended choice!

Featured in Issue #374 January 21, 2026

Issue also covered: .NET Aspire, Azure, C#, .NET 10, .NET Core, GitHub Copilot, SQL Server, System.Text.Json

Read this issue →

New in .NET 10 and C# 14: Enhancements in APIs Request/Response Pipeline

.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...

Featured in Issue #373 January 20, 2026

Issue also covered: Azure Functions, Blazor, C#, .NET 10, .NET Framework, .NET MAUI, Performance, Visual Studio

Read this issue →

New in .NET 10 and C# 14: EF Core 10's Faster Production Queries

.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...

Featured in Issue #370 January 15, 2026

Issue also covered: ASP.NET Core, Azure DevOps, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET Core, EF Core

Read this issue →

“Object Cannot Be Cast from DBNull to Other Types” — The Hidden Null Trap in .NET 8 / 9

If you’ve worked long enough with .NET and SQL, this one probably found you eventually:

Featured in Issue #359 December 31, 2025

Issue also covered: ASP.NET Core, CQRS, C#, .NET 10, .NET 9, GitHub Copilot, MediatR, ML.NET

Read this issue →

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...

Featured in Issue #355 December 25, 2025

Issue also covered: ASP.NET Core, Authentication, C#, Dapper, Docker, .NET 10, .NET Framework, EF Core

Read this issue →

I Removed 80% of My DI Boilerplate Using One Feature in .NET 8/9

A practical walkthrough of Keyed Services — cleaner architecture, zero factory clutter, and dependency injection made elegant. Continue reading on Stackademic »

Featured in Issue #350 December 18, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, Cosmos DB, C#, Domain-Driven Design, Design Patterns

Read this issue →

Implementing Cross-Platform In-App Billing in .NET MAUI Applications

Learn how to implement in-app purchases in your .NET MAUI apps with our new cross-platform billing sample for Android, iOS, Mac Catalyst, and Windows. The post Implementing Cross-Platform In-App Bill...

Featured in Issue #347 December 15, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, Design Patterns, .NET 10, EF Core, GitHub Copilot

Read this issue →

Stop Using AutoMapper: Mapperly & Mapster in 2025

Tired of reflection-heavy AutoMapper setups? Learn how Mapster and Mapperly give you source-generated, zero-allocation mapping in .NET 8. Continue reading on .Net Code Chronicles »

Featured in Issue #345 December 11, 2025

Issue also covered: C#, Design Patterns, .NET 10, .NET Core, EF Core, OpenAI, Performance, Source Generators

Read this issue →

Wait — Isn’t DbContext Already a Repository?

The Real-World Case for the Repository Pattern in Clean Architecture & .NET 8 (with EF Core)

Featured in Issue #338 December 02, 2025

Issue also covered: AutoMapper, Clean Architecture, CQRS, C#, Dapper, Domain-Driven Design, Design Patterns, .NET 10

Read this issue →

‍♂️ Modernizing .NET — Part 2: HttpContext and the Dark Magic of Migration

How I revived HttpContext.Current in .NET 8 to support legacy ASP.NET Framework code — without rewriting thousands of endpoints.

Featured in Issue #330 November 20, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET Core

Read this issue →

DotNet: 9 Versions of .NET Performance Enhancements

Are you stuck on a prior version of .NET? 3.5 or 4.8 or maybe .NET CORE. It’s time to think about migrating to .NET 10. Read this digest…

Featured in Issue #320 November 06, 2025

Issue also covered: .NET Aspire, Authentication, AutoMapper, Azure, Azure DevOps, Clean Architecture, C#, Domain-Driven Design

Read this issue →

Azure with .NET

In this comprehensive article, we explore Azure-integrated .NET 8 hybrid cloud architectures, focusing on on-prem to cloud data…

Featured in Issue #318 November 04, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, .NET 10, .NET Core, EF Core, MediatR

Read this issue →

Title: .NET Framework (4.x) to .NET 8 Migration Challenges

Author: Enamul Hasan | Software Engineer (.NET)

Featured in Issue #313 October 28, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Azure Functions, Clean Architecture, Cosmos DB, CQRS

Read this issue →

🧠 GC.Collect() vs GC.SuppressFinalize() in .NET — Deep Dive (with Real-World Examples)

Unlock .NET memory management secrets! This deep dive explores GC.Collect() and GC.SuppressFinalize(), revealing when and how to use them effectively. Learn the nuances of garbage collection in .NET 8...

Featured in Issue #309 October 22, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure, Clean Architecture, C#, Domain-Driven Design, Docker, .NET 9

Read this issue →

Dapper + Entity Framework Core (EF Core) together against PostgreSQL in .NET 8

Combine the power of Entity Framework Core (EF Core) for schema management and Dapper for raw SQL performance in .NET 8 with PostgreSQL. This guide explores two approaches: using EF Core for CRUD and ...

Featured in Issue #304 October 15, 2025

Issue also covered: ASP.NET Core, C#, Dapper, Design Patterns, .NET Core, EF Core, Minimal APIs, Performance

Read this issue →

Master Integration Testing in .NET 8: Automate Your Azure Logic Apps Like a Pro

Hi friends! happy to see you again 👋😃. Today let’s dive into very intresting tuitorial topic i.e “Integration testing with .Net for… Continue reading on Dev Genius »

Featured in Issue #302 October 13, 2025

Issue also covered: Azure, .NET 10, EF Core, Performance, REST API

Read this issue →

Zero-Cost, Insurance Quote App in .NET 8 with Azure DevOps Zip Deploy

This article guides you through creating a CI/CD pipeline with Zip Deploy, automated health checks, and SQLite database persistence, all without paid tools. Learn modern DevOps practices accessible to...

Featured in Issue #297 October 06, 2025

Issue also covered: ASP.NET Core, Azure, Azure DevOps, Blazor, Clean Architecture, CQRS, C#, Domain-Driven Design

Read this issue →

Modernize .NET apps in days with GitHub Copilot

Get started with modernizing your .NET apps (https://aka.ms/ghcp-appmod/dotNET) today and learn more about the details here: https://aka.ms/ghcp-appmod/blog Supercharge your .NET app modernization wi...

Featured in Issue #295 October 02, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, Docker, .NET 9, EF Core, GitHub Copilot

Read this issue →

Stripe in .NET MAUI: Android Was Easy, iOS Nearly Broke Me

Introduction

Featured in Issue #294 October 01, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 10, EF Core, .NET MAUI, Minimal APIs

Read this issue →

The Complete Guide to Migrating Legacy .NET Framework to .NET 8

Transform Your Legacy Applications into High-Performance Modern Solutions Continue reading on .Net Programming »

Featured in Issue #290 September 25, 2025

Issue also covered: ASP.NET Core, Azure, Benchmarking, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET 9

Read this issue →

Why .NET 8 Is the Best Upgrade You’re Ignoring

Hook: After chasing shiny features in .NET 9, .NET 8 turned out to be the upgrade that saved real dollars — without sacrificing… Continue reading on Dev Genius »

Featured in Issue #289 September 24, 2025

Issue also covered: ASP.NET Core, Azure, C#, Design Patterns, .NET 10, EF Core, GitHub, GitHub Copilot

Read this issue →

Unmanaged Memory Growth in .NET 8: Why Containers Crash Even When GC Looks Healthy

A deep dive into memory leaks and allocation pitfalls in .NET 8, with real-world case studies and practical fixes for developers.

Featured in Issue #288 September 19, 2025

Issue also covered: ASP.NET Core, Authentication, OpenAI, Performance, Security, Source Generators, Visual Studio

Read this issue →

Part 6 — GC in .NET 8 and Beyond: What’s New and What’s Next

The .NET Garbage Collector (GC) has come a long way — from basic memory cleanup to a finely tuned performance engine. With .NET 8…

Featured in Issue #286 September 17, 2025

Issue also covered: AOT, ASP.NET Core, Azure, Azure Functions, Benchmarking, C#, EF Core, GitHub

Read this issue →

Building a Real-Time Process Monitor in .NET 8

If you’ve ever worked on a Linux machine, you’re probably familiar with htop. It's a beloved command-line tool that provides a dynamic…

Featured in Issue #283 September 12, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Blazor, Clean Architecture, C#, .NET MAUI

Read this issue →

7 .NET 8 Features You're Not Using (But Should Be)

Find out 7 underused C# 12 and .NET 8 features for cleaner, faster, and more efficient code. Code examples included.

Featured in Issue #281 September 10, 2025

Issue also covered: ASP.NET Core, Azure, C#, Docker, .NET 10, EF Core, GitHub Copilot, Minimal APIs

Read this issue →

.NET Minimal API Nedir? Avantajları ve Performansı

Son zamanlarda .NET dünyasında en çok konuşulan konulardan biri Minimal API. Ben de projelerimde deneme fırsatı bulduğum için…

Featured in Issue #276 September 03, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, Dapper, .NET 9, .NET Core, EF Core

Read this issue →

The Complete Guide to Email & SMS in .NET 8 Using Azure Communication Services

Azure Communication Services (ACS) is Microsoft’s cloud-based communication platform that enables developers to add rich communication… Continue reading on ILLUMINATION »

Featured in Issue #275 September 02, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 9, EF Core, GitHub, .NET MAUI

Read this issue →

.NET Migration Checklist for Enterprise Apps

Migrating enterprise applications to a newer .NET version requires careful planning to minimize risks and maximize benefits. A structured…

Featured in Issue #267 August 21, 2025

Issue also covered: AOT, Application Insights, ASP.NET Core, .NET Aspire, Azure, Benchmarking, Blazor, Clean Architecture

Read this issue →

Event-Driven Microservices with Apache Kafka and .NET 8

Event-Driven Microservices with Apache Kafka and .NET 8

Featured in Issue #265 August 19, 2025

Issue also covered: AOT, ASP.NET Core, Azure, Clean Architecture, CQRS, C#, Dapper, Domain-Driven Design

Read this issue →

Supercharge Your .NET 8 Applications with Smart Caching Strategies

Performance is the silent hero of user experience. When your application responds instantly to user requests, users don’t notice — and… Continue reading on .Net Programming »

Featured in Issue #264 August 18, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Blazor, Clean Architecture, C#, .NET Core

Read this issue →

Mastering IOptions in .NET

A few days ago, I was watching an NDC conference talk, and the speaker casually mentioned something I’d seen before but never really…

Featured in Issue #263 August 15, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, Domain-Driven Design, Design Patterns, .NET 9, .NET Core

Read this issue →

On .NET Live | Supercharge your SQL development with modern .NET

.NET 8 vs .NET 9: Migration Guide and Best Practices

Featured in Issue #262 August 14, 2025

Issue also covered: ASP.NET Core, Azure, C#, .NET 10, .NET 9, .NET Core, GitHub Copilot, .NET MAUI

Read this issue →

Real-World Software Architecture in C#: Chapter 11 — Myths and Misinterpretations in .NET

This article series was born from frustration — and experience. Continue reading on Stackademic »

Featured in Issue #260 August 12, 2025

Issue also covered: ASP.NET Core, .NET Aspire, C#, EF Core, Minimal APIs, OpenAI, Performance, Test-Driven Development

Read this issue →

Prevent Multiple Instances in .NET 8 with Mutex (WPF Example)

When developing desktop applications, it’s often useful — or even critical — to ensure that only one instance of the application is…

Featured in Issue #257 August 07, 2025

Issue also covered: .NET Aspire, Authentication, Authorization, Azure, C#, .NET 10, EF Core, GitHub Copilot

Read this issue →

From Startup Tasks to Smarter Scheduling: Mastering Background Workers in .NET 8

https://blog.venturemagazine.net/from-startup-tasks-to-smarter-scheduling-mastering-background-workers-in-net-8-46c558d5fb99

Featured in Issue #252 July 31, 2025

Issue also covered: Application Insights, Authentication, Azure, Azure Functions, Benchmarking, Clean Architecture, C#, Domain-Driven Design

Read this issue →

The Evolution of .NET: From Framework to .NET 8

https://medium.com/@sanarana44/the-evolution-of-net-from-framework-to-net-8-b70448f27e80

Featured in Issue #249 July 28, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Blazor, Clean Architecture, C#, Design Patterns, .NET 9

Read this issue →

5 Mistakes That Crippled My .NET 8 Microservices on AWS (And How to Avoid Them)

https://medium.com/c-sharp-programming/5-mistakes-that-crippled-my-net-8-microservices-on-aws-and-how-to-avoid-them-b56e57788645

Featured in Issue #248 July 25, 2025

Issue also covered: ASP.NET Core, AutoMapper, Azure, Azure Functions, .NET 10, .NET 9, .NET MAUI, Minimal APIs

Read this issue →

15+ .NET Best Practices Every Developer Should Know in 2025 (From Real Projects)

https://medium.com/@saikatpaul960/15-net-best-practices-every-developer-should-know-in-2025-from-real-projects-31af9562be55

Featured in Issue #242 July 17, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, C#, EF Core, MediatR, Minimal APIs

Read this issue →

Build & Host a .NET 8 App on Azure — The Right Way (With Best Practices & Secure Connections)

https://medium.com/all-about-microsoft-azure/build-host-a-net-8-app-on-azure-the-right-way-with-best-practices-secure-connections-187a4c08e8cd

Featured in Issue #238 July 11, 2025

Issue also covered: ASP.NET Core, Azure, C#, EF Core, GitHub Copilot, OpenAI, Performance, Visual Studio Code

Read this issue →

Hangfire Integration in .NET 8: A Beginner's Guide

https://www.c-sharpcorner.com/article/hangfire-integration-in-net-8-a-beginners-guide/

Featured in Issue #232 July 03, 2025

Issue also covered: .NET Aspire, Blazor, C#, Dapper, .NET 9, EF Core, Minimal APIs, Performance

Read this issue →

The Future is Now: Predictive .NET with ML.NET

https://medium.com/@nagarajvela/the-future-is-now-predictive-net-with-ml-net-a1f488697237

Featured in Issue #226 June 25, 2025

Issue also covered: ASP.NET Core, Authorization, Azure, C#, EF Core, JWT, Minimal APIs, ML.NET

Read this issue →

The 3 Banned .NET Performance Tricks That AWS Devs Don’t Want You to Know

https://medium.com/inside-the-if/the-3-banned-net-performance-tricks-that-aws-devs-dont-want-you-to-know-dd349445d4ff

Featured in Issue #224 June 23, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Azure, Azure Functions, Clean Architecture, C#, EF Core, Kafka

Read this issue →

How I Handle Exceptions in C# .NET 8 — Practical Lessons from the Real World

https://medium.com/@sunita.rawat.cgi/how-i-handle-exceptions-in-c-net-8-practical-lessons-from-the-real-world-07aa5e87910d

Featured in Issue #214 June 11, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure, C#, Design Patterns, GitHub Copilot, .NET MAUI, Minimal APIs

Read this issue →

How I Handle Exceptions in C# .NET 8 — Practical Lessons from the Real World

https://medium.com/@sunita.rawat.cgi/how-i-handle-exceptions-in-c-net-8-practical-lessons-from-the-real-world-07aa5e87910d

Featured in Issue #216 June 09, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure, C#, Design Patterns, .NET 10, .NET 9, GitHub Copilot

Read this issue →

Understanding Dependency Injection in .NET 8 with Legal Practice Management Examples

https://medium.com/c-sharp-programming/understanding-dependency-injection-in-net-8-with-legal-practice-management-examples-9a5514d371f0

Featured in Issue #210 June 03, 2025

Issue also covered: C#, Domain-Driven Design, .NET 10, .NET Core, Performance, RabbitMQ, Service Bus, Visual Studio Code

Read this issue →

Blazor Just Got a Serious Upgrade in .NET 8 — But Most Devs Are Still Using It Like It’s 2020

https://medium.com/cloud-believers/blazor-just-got-a-serious-upgrade-in-net-8-but-most-devs-are-still-using-it-like-its-2020-81ec37643496

Featured in Issue #201 May 21, 2025

Issue also covered: .NET Aspire, Authentication, Authorization, Azure, Azure DevOps, Blazor, C#, .NET Core

Read this issue →

6 Essential C# Concepts That Prove You’re .NET 8 Ready

https://medium.com/@nirajranasinghe/6-essential-c-concepts-that-prove-youre-net-8-ready-a6c56168745c

Featured in Issue #199 May 19, 2025

Issue also covered: Azure, C#, Design Patterns, .NET 9, .NET Framework, Event Sourcing, GitHub Copilot, OpenAI

Read this issue →

Mastering AutoMapper in .NET 8

https://medium.com/@Adem_Korkmaz/mastering-automapper-in-net-8-36b021148ebd

Featured in Issue #197 May 15, 2025

Issue also covered: ASP.NET Core, Blazor, C#, Dapper, Docker, .NET 10, .NET Core, EF Core

Read this issue →

How to Upgrade Azure Functions from .NET 6 to .NET 8 (2025 Guide)

https://medium.com/@karthikns999/upgrade-azure-functions-dotnet6-to-dotnet8-isolated-model-49aef444a82f

Featured in Issue #196 May 14, 2025

Issue also covered: Application Insights, Azure, Azure Functions, C#, Domain-Driven Design, Design Patterns, .NET 9, EF Core

Read this issue →

2025 .Net Backend Developer Roadmap

https://medium.com/@iskenderatasoy/2025-net-backend-developer-roadmap-fcb23d2b3f25?source=rss------dotnet-5

Featured in Issue #195 May 13, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Blazor, C#, .NET 9, EF Core, JWT, OpenAI

Read this issue →

Memory Leaks in .NET: From Obvious to Tricky Scenarios

https://medium.com/@vikpoca/memory-leaks-in-net-from-obvious-to-tricky-scenarios-ccb6c01d82fc

Featured in Issue #191 May 07, 2025

Issue also covered: ASP.NET Core, Azure, Azure DevOps, Azure Functions, Cosmos DB, C#, Dapper, Design Patterns

Read this issue →

Getting Started with JWT Authentication in .NET 8 APIs: A Beginner’s Guide

https://medium.com/@ashokreddy343/37c72c86b1ff

Featured in Issue #189 May 05, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Azure DevOps, .NET 10, .NET Framework, EF Core, gRPC

Read this issue →

The Battle of C# Serializers: BinaryFormatter vs. MessagePack vs. Protobuf (with .NET 8 Benchmarks)

https://medium.com/c-sharp-programming/the-battle-of-c-serializers-binaryformatter-vs-messagepack-vs-protobuf-with-net-8-benchmarks-3fe2ba8944c0

Featured in Issue #185 April 29, 2025

Issue also covered: ASP.NET Core, C#, Design Patterns, .NET 9, EF Core, GitHub Copilot, Performance, Security

Read this issue →

How to Publish ASP.NET Core MVC Project.NET 8 with View Files

https://www.c-sharpcorner.com/article/how-to-publish-asp-net-core-mvc-project-net-8-with-view-files/

Featured in Issue #180 April 22, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, AutoMapper, Azure, .NET 9, Event Sourcing, .NET MAUI

Read this issue →

Farewell, BinaryFormatter! utf8Json — Fast & Secure Serialization in .NET 8/9.

https://medium.com/@anderson.buenogod/farewell-binaryformatter-utf8json-fast-secure-serialization-in-net-8-9-0a7eaa1c0ddc

Featured in Issue #178 April 18, 2025

Issue also covered: .NET Aspire, Blazor, C#, .NET 10, EF Core, Performance, Semantic Kernel, Solid Principles

Read this issue →

.NET 8 - System.Linq.Dynamic.Core – using SQL LIKE

https://www.c-sharpcorner.com/article/net-8-system-linq-dynamic-core-using-sql-like/

Featured in Issue #174 April 14, 2025

Issue also covered: ASP.NET Core, Blazor, C#, Design Patterns, .NET 9, Native AOT, Performance, Semantic Kernel

Read this issue →

Comprehensive and Advanced Guide to System.Environment in .NET 8/9

https://medium.com/@anderson.buenogod/comprehensive-and-advanced-guide-to-system-environment-in-net-8-9-a65e162a2bed

Featured in Issue #173 April 11, 2025

Issue also covered: ASP.NET Core, AutoMapper, Azure, C#, Domain-Driven Design, .NET 10, .NET 9, .NET Core

Read this issue →

Swagger Security in .NET 8 API

https://medium.com/c-sharp-programming/swagger-security-in-net-8-api-e67e8fb48037?source=rss------dotnet-5

Featured in Issue #167 April 03, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, GitHub Copilot, .NET MAUI, Minimal APIs, MongoDB

Read this issue →

The Ultimate Guide to Caching in .NET 8: Examples and Real-World Scenarios

https://medium.com/@ashokreddy343/the-ultimate-guide-to-caching-in-net-8-examples-and-real-world-scenarios-c7d5220adf57

Featured in Issue #163 March 28, 2025

Issue also covered: Application Insights, ASP.NET Core, .NET Aspire, Azure, C#, .NET 9, EF Core, GitHub Copilot

Read this issue →

Three Essential Performance Tips for .NET 8 and .NET 9

https://medium.com/@moochdt003/three-essential-performance-tips-for-net-8-and-net-9-a51c4010e6a2

Featured in Issue #156 March 19, 2025

Issue also covered: ASP.NET Core, Azure, C#, Dapper, .NET 9, .NET MAUI, Minimal APIs, OpenAI

Read this issue →

Using .net Aspire for integration tests with GitHub Actions

https://medium.com/@terryhammett/using-net-aspire-for-integration-tests-with-github-actions-bd62425864c0

Featured in Issue #155 March 18, 2025

Issue also covered: AOT, ASP.NET Core, Azure, Benchmarking, Blazor, Clean Architecture, C#, Docker

Read this issue →

Integrating Stripe in .NET 8: A Complete Guide Using C#

https://malik-rizwan.medium.com/integrating-stripe-in-net-8-a-complete-guide-using-c-b65787876535

Featured in Issue #149 March 10, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, .NET 10, GitHub Copilot, Performance, Security, Service Bus

Read this issue →

Building cloud application with .NET Aspire

https://medium.com/c-sharp-programming/building-cloud-application-with-net-aspire-fb9951074da9

Featured in Issue #139 February 24, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Benchmarking, Blazor, C#, .NET 9, .NET Framework

Read this issue →

CQRS and Mediator Pattern in a .NET 8 Web API

https://www.csharp.com/article/cqrs-and-mediator-pattern-in-a-net-8-web-api/

Featured in Issue #137 February 20, 2025

Issue also covered: ASP.NET Core, CQRS, C#, .NET Core, .NET Framework, EF Core, MediatR, ML.NET

Read this issue →

Related topics