ASP.NET Core - Curated .NET Articles & Tutorials

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

381 curated issues

Rate Limiting in ASP.NET Core (.NET 10) - Complete Guide

Production-grade rate limiting in ASP.NET Core .NET 10. All 4 algorithms, partitioning, Redis backplane, OnRejected with Retry-After, multi-tenant tiers, and a real decision matrix.

Featured in Issue #464 May 27, 2026

Issue also covered: Azure, Blazor, C#, Design Patterns, .NET 10, .NET 9, .NET Framework, EF Core

Read this issue →

25 Real-Time .NET Core Production Issues Every Senior Developer Must Solve

Real production issues, Azure architecture decisions, API bottlenecks, and microservices debugging scenarios for 8+ years of experienced…

Featured in Issue #460 May 20, 2026

Issue also covered: Azure, C#, EF Core, Performance, Redis, Visual Studio

Read this issue →

Getting the Client IP Address in ASP.NET Core

When I need to pick up the client IP Address in ASP.NET Core I always forget where to find the connection information. It's simple enough: HttpContext?.Connection?.RemoteIpAddress but I never reme...

Featured in Issue #459 May 19, 2026

Issue also covered: Azure, Cosmos DB, C#, .NET 10, EF Core, GitHub Copilot, OpenAI, Security

Read this issue →

OWASP Top 10 for .NET Developers - Part 1: Preventing Broken Access Control

Broken Access Control is ranked as the #1 security risk in the OWASP Top 10 because improperly enforced authorization allows attackers to…

Featured in Issue #454 May 12, 2026

Issue also covered: Authorization, Blazor, Clean Architecture, CQRS, C#, .NET 10, GitHub Copilot, .NET MAUI

Read this issue →

Building JWT Authentication with React + ASP.NET Core Web API

Authentication is one of the first real-world features most developers build when creating full-stack applications. In this article, we’ll…

Featured in Issue #465 May 28, 2026

Issue also covered: Authentication, Blazor, .NET Core, .NET Framework, GitHub Copilot, JWT, OpenAI, Performance

Read this issue →

Modernizing .NET — Part 24: Modern Monitoring with Prometheus and Grafana

Master application observability in .NET Core. Learn to implement OpenTelemetry, Prometheus, and Grafana for professional monitoring.

Featured in Issue #461 May 21, 2026

Issue also covered: C#, Design Patterns, .NET 10, GitHub Copilot, OpenTelemetry, Performance, Redis, Solid Principles

Read this issue →

Optimistic Concurrency in EF Core 10: ASP.NET Core Web API Guide

Learn how to prevent data conflicts in ASP.NET Core Web API using optimistic concurrency with EF Core 10. RowVersion tokens, conflict resolution, retry strategies, and a decision matrix.

Featured in Issue #456 May 14, 2026

Issue also covered: Azure, C#, .NET 9, EF Core, Kubernetes, .NET MAUI, OpenAI, Performance

Read this issue →

Refactoring an ASP.NET Core API with clean architecture

Learn how to refactor an ASP.NET Core API using clean architecture by separating validation, business logic, and database access into clear layers. The page Refactoring an ASP.NET Core API with clean ...

Featured in Issue #457 May 17, 2026

Issue also covered: Authentication, Azure, Blazor, Clean Architecture, C#, Domain-Driven Design, .NET 8, EF Core

Read this issue →

Implementing the Sidecar Pattern in Microservices-based ASP.NET Core Applications

Implementing the Sidecar Pattern in Microservices-based ASP.NET Core Applications

Featured in Issue #452 May 10, 2026

Issue also covered: C#, .NET Framework, ASP.NET MVC, EF Core, GitHub, GitHub Copilot, Performance, Visual Studio

Read this issue →

How to upload files in an ASP.NET Core Web API

Files are an integrated part of an application. From a social app to an ERP, some form of media exists in the ecosystem. .NET Core APIs provide built-in support for uploading and fetching documents. I...

Featured in Issue #462 May 25, 2026

Issue also covered: AOT, Azure, Clean Architecture, CQRS, .NET 10, EF Core, MediatR, OpenAI

Read this issue →

.NET 11 Preview 4 is now available!

Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more! The post .NET 11 Preview 4 is now available...

Featured in Issue #458 May 18, 2026

Issue also covered: .NET 10, .NET Framework, GitHub Copilot, .NET MAUI, Visual Studio, Visual Studio Code

Read this issue →

Repository Pattern in C#: Complete Guide with Generic Repository and Real-World Examples

When developers start building applications using ASP.NET

Featured in Issue #453 May 11, 2026

Issue also covered: C#, Design Patterns, Docker, .NET 10, OpenAI, Visual Studio Code

Read this issue →

AsGuard: A Lightweight Request & Exception Logger for ASP.NET Core (With Built-in Dashboard

Stop guessing what’s happening in your API — log, monitor, and debug requests in real time without external tools.

Featured in Issue #451 May 08, 2026

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

Read this issue →

ASP.NET Community Standup

ASP.NET Community Standup - Why Aren't You Using Minimal APIs? (avy3AoSZsS)

Featured in Issue #450 May 07, 2026

Issue also covered: Azure, C#, Design Patterns, Docker, EF Core, GitHub Copilot, Minimal APIs, OpenAI

Read this issue →

MERN vs .NET vs Node.js: How to Pick the Best Tech Stack for Your Project in 2026

Choosing the right technology stack is one of the most important decisions when starting a web development project. With multiple powerful…

Featured in Issue #447 May 04, 2026

Issue also covered: C#, Design Patterns, ML.NET, Performance, Security, Solid Principles, SQL Server

Read this issue →

.NET 10.0.7 Out-of-Band Security Update

We are releasing .NET 10.0.7 as an out-of-band (OOB) update to address a security issue introduced in Microsoft.AspNetCore.DataProtection Security update details This release includes a fix for

Featured in Issue #446 May 01, 2026

Issue also covered: C#, .NET 10, Native AOT, Performance, Security, Semantic Kernel, System.Text.Json

Read this issue →

Serving Media from Azure Blob Storage in ASP.NET Core : Downloads, Streaming and Secure Tickets

Azure Blob Storage is one of those services that quietly underpins a huge number of production systems. It’s where your audio recordings…

Featured in Issue #445 April 30, 2026

Issue also covered: Authentication, Azure, Azure DevOps, C#, EF Core, GitHub Copilot, .NET MAUI, Minimal APIs

Read this issue →

Setup CI Build Pipeline in Azure DevOps for ASP.NET Core Web API

Subscibe to my weekly .NET newsletter

Featured in Issue #444 April 29, 2026

Issue also covered: Authentication, Azure, Azure DevOps, Clean Architecture, Cosmos DB, C#, .NET Framework, EF Core

Read this issue →

ASP.NET Community Standup: Simplifying Entra ID authentication with AI

Tuesday Coding Tip 96 — Reference equality in C#

Featured in Issue #443 April 28, 2026

Issue also covered: Authentication, Blazor, C#, Design Patterns, .NET 10, EF Core, Minimal APIs, OpenAI

Read this issue →

Feature Management in .NET | Real Production Pattern with Targeting Filter

Modern applications don’t release features to everyone at once — they rely on controlled rollouts, user targeting, and safe deployments.

Featured in Issue #442 April 27, 2026

Issue also covered: Blazor, Clean Architecture, C#, .NET Framework, EF Core, GitHub Copilot, OpenAI, Performance

Read this issue →

Middleware in ASP.NET Core: What Actually Happens

I had been using middleware in ASP.NET Core without really understanding what it was doing.

Featured in Issue #441 April 24, 2026

Issue also covered: Authentication, Azure, C#, .NET 10, .NET Framework, EF Core, JWT, Minimal APIs

Read this issue →

Microsoft calls time on ASP.NET Core 2.3 on .NET Framework

Microsoft calls time on ASP.NET Core 2.3 on .NET Framework

Featured in Issue #440 April 23, 2026

Issue also covered: Azure, CQRS, C#, Design Patterns, .NET 10, .NET Framework, GitHub Copilot, .NET MAUI

Read this issue →

ASP.NET Community Standup: Combining API Versioning with OpenAPI

Difference Between Span and Memory in C# with Examples?

Featured in Issue #439 April 22, 2026

Issue also covered: Azure, Azure Functions, Clean Architecture, C#, Docker, EF Core, OpenAI, Performance

Read this issue →

Containerize an ASP.NET Core BFF and Angular frontend using Aspire

Using Damien Bowden's secure ASP.NET Core and Angular BFF template as a starting point, this post shows how to integrate Aspire to improve local development and prepare the application for containeriz...

Featured in Issue #436 April 17, 2026

Issue also covered: .NET Aspire, Azure, C#, Docker, FluentValidation, GitHub Copilot, gRPC, Semantic Kernel

Read this issue →

HybridCache in ASP.NET Core .NET 10 - Complete Guide

Master HybridCache in ASP.NET Core .NET 10. BenchmarkDotNet results, stampede protection demo, tag-based invalidation, Redis L2 setup, and migration from IDistributedCache.

Featured in Issue #435 April 16, 2026

Issue also covered: Benchmarking, Clean Architecture, C#, .NET 10, .NET Core, Performance, Redis, System.Text.Json

Read this issue →

ASP.NET Core 2.3 end of support announcement

ASP.NET Core 2.3 will reach end of support on April 7, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET. The post ASP.NET Core 2.3 end of sup...

Featured in Issue #434 April 15, 2026

Issue also covered: Clean Architecture, CQRS, C#, .NET 10, EF Core, Performance, Roslyn, Source Generators

Read this issue →

Beyond /health: Building Self‑Monitoring .NET Services

Turning health checks into a continuous runtime signal

Featured in Issue #431 April 10, 2026

Issue also covered: C#, .NET Core, EF Core, .NET MAUI, OpenAI, Performance

Read this issue →

The quickest way to edit code??

Mastering Connection Pooling with Dapper in ASP.NET Core Web API

Featured in Issue #430 April 09, 2026

Issue also covered: Azure, C#, Dapper, Design Patterns, Redis

Read this issue →

From Request to Response: A middleware journey in .NET

Let’s dive into the world of middleware in .NET.

Featured in Issue #429 April 08, 2026

Issue also covered: C#, EF Core, GitHub Copilot, OAuth, Performance, Source Generators, Visual Studio, Visual Studio Code

Read this issue →

Entity vs DTO vs ViewModel in ASP.NET Core: What Every .NET Developer Must Know

Early in my career building enterprise .NET applications, I made a mistake I see constantly in code reviews and mock interviews: I…

Featured in Issue #428 April 07, 2026

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

Read this issue →

Structured Logging with Serilog in ASP.NET

Serilog is a powerful, flexible, and easy-to-use logging library for .NET that enables developers to capture structured, queryable logs…

Featured in Issue #427 April 06, 2026

Issue also covered: Authentication, Authorization, C#, .NET Core, EF Core, OpenAI, Security, Serilog

Read this issue →

ASP.NET Core + JWT + OAuth 2.0 — Authentication Done Right in 2026

Most .NET auth tutorials show you what works in a demo. This one shows you what survives production — with token refresh, role-based…

Featured in Issue #426 April 03, 2026

Issue also covered: Authentication, Azure, Blazor, Clean Architecture, C#, Design Patterns, .NET 10, ASP.NET MVC

Read this issue →

Building Scalable SaaS with Multi-Tenant Architecture in .NET

Multi-tenant architecture has become a cornerstone in modern SaaS application design, especially within the .NET ecosystem. As businesses…

Featured in Issue #425 April 02, 2026

Issue also covered: Blazor, C#, .NET 10, .NET Framework, EF Core, Kafka, .NET MAUI, Performance

Read this issue →

ASP.NET Core .NET 10 Program.cs Explained: The Complete Guide to Everything You Can Configure

When developers first start working with ASP.NET Core, the Program.cs

Featured in Issue #424 April 01, 2026

Issue also covered: C#, .NET 10, .NET Core, EF Core, GitHub Copilot, Native AOT, Performance, Security

Read this issue →

High-Performance Bulk CRUD Operations in ASP.NET Core with Oracle

Boost ASP.NET Core performance with Oracle! Learn bulk CRUD using Global Temporary Tables, stored procedures, and Dapper for efficient handling of 100K+ records.

Featured in Issue #423 March 31, 2026

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

Read this issue →

45 .NET Web API Interview Questions That Actually Get Asked in 2026

45 practical .NET Web API interview questions with expert answers, code examples, and red flags. ASP.NET Core, EF Core 10, auth, caching, architecture.

Featured in Issue #422 March 30, 2026

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

Read this issue →

Build Real-Time Pub/Sub Messaging with MQTT, EMQX, .NET, and Angular

A hands-on guide to building client-server Pub/Sub messaging with MQTT and EMQX across ASP.NET, VB.NET, and Angular. We explore the basics…

Featured in Issue #421 March 27, 2026

Issue also covered: Azure, .NET Core, .NET Framework, GitHub Actions, Performance, RabbitMQ, Security, Serilog

Read this issue →

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

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

Featured in Issue #420 March 26, 2026

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

Read this issue →

Mastering DateTime & Time Zones in ASP.NET Core: Stop Breaking Your Users’ Clocks

A deep-dive into DateTimeOffset, TimeZoneInfo, and UTC-first architecture that scales globally — with real code, real scenarios, and zero…

Featured in Issue #419 March 25, 2026

Issue also covered: Benchmarking, C#, .NET 10, .NET 8, EF Core, OpenAI, Performance, Security

Read this issue →

Integrating Scalar API Documentation in ASP.NET Core

Clear and interactive API documentation is essential for modern software development. It helps developers understand endpoints, test APIs…

Featured in Issue #418 March 24, 2026

Issue also covered: Azure, C#, EF Core, .NET MAUI, OpenAI, Security, Visual Studio Code

Read this issue →

Scaling SignalR With a Redis Backplane

SignalR connections are server-local. Scale out to multiple instances and messages stop reaching the right clients. Here's how the Redis backplane fixes that - and what you still need to get right.

Featured in Issue #417 March 23, 2026

Issue also covered: Azure, CQRS, C#, Design Patterns, .NET Core, MediatR, Performance, Redis

Read this issue →

The Human Scale Problem in Platform Engineering

We keep doing this thing where we solve a problem, celebrate the victory, then realize we've created three new problems we didn't even know existed. Remember when manually configuring servers was the ...

Featured in Issue #416 March 20, 2026

Issue also covered: .NET Core, EF Core, GitHub Copilot, Minimal APIs, Performance, Security

Read this issue →

Modernizing .NET — Part 14: Migrating from WebHost to WebApplication in ASP.NET Core

WebHost was common in early ASP.NET Core apps. This post shows how to migrate to the modern WebApplication model.

Featured in Issue #415 March 19, 2026

Issue also covered: Azure, C#, Dapper, EF Core, GitHub Copilot, OpenAI, Performance, PostgreSQL

Read this issue →

Building High-Performance APIs with ASP.NET Core: A Practical Guide for Production

Modern applications live and die by API performance. Slow endpoints increase infrastructure costs, reduce scalability, and hurt user… Continue reading on Stackademic »

Featured in Issue #414 March 18, 2026

Issue also covered: Dapper, .NET 10, EF Core, MediatR, Performance, Source Generators, SQL Server, Visual Studio Code

Read this issue →

.NET AI Community Standup: Real-World AI Agent Architecture in .NET

Using the open-source Interview Coach sample, we’ll explore production patterns for building multi-agent systems in .NET using: - Microsoft Agent Framework - Microsoft Foundry as the model backend - M...

Featured in Issue #412 March 17, 2026

Issue also covered: .NET 10, GitHub Copilot, JWT, OpenAI, Performance, Redis, Visual Studio, Web API

Read this issue →

Building a Remote MCP Server with .NET 10 and Prompts

Model Context Protocol (MCP) gives AI clients a standard way to discover and call server capabilities. Most examples focus on tools first, but this project demonstrates an equally important direction:...

Featured in Issue #413 March 17, 2026

Issue also covered: AOT, Azure, Azure DevOps, Blazor, C#, Docker, .NET 10, .NET 8

Read this issue →

How Routing Works in ASP.NET Core

Routing is one of the most important concepts in ASP.NET Core. Every HTTP request that comes into your application is mapped to a specific…

Featured in Issue #410 March 12, 2026

Issue also covered: Azure, Azure Functions, Clean Architecture, C#, .NET 10, .NET Core, Minimal APIs, OpenAI

Read this issue →

Binding Sources in ASP .NET Core

In ASP.NET Core, binding sources are attributes that tell the framework exactly where to retrieve data from within an HTTP request. When a…

Featured in Issue #409 March 11, 2026

Issue also covered: Azure, Clean Architecture, C#, Design Patterns, .NET Core, EF Core, OpenAI, Performance

Read this issue →

Building Multitenant Web Apps in .NET with CShells

Modeling multitenancy through container isolation instead of runtime conditionals

Featured in Issue #408 March 10, 2026

Issue also covered: Design Patterns, EF Core, OpenAI, Performance

Read this issue →

How to Implement Redis Caching in ASP.NET Core?

Boost ASP.NET Core performance with Redis caching! Learn to implement it for faster response times, reduced database load, and improved scalability. Production-ready guide.

Featured in Issue #407 March 09, 2026

Issue also covered: Azure Functions, Benchmarking, C#, .NET Core, .NET Framework, EF Core, Performance, Profiling

Read this issue →

How to Upload Files in ASP.NET Core Web API?

Learn how to implement secure and efficient file uploads in ASP.NET Core Web API. Covers handling IFormFile, validation, storage, and security best practices.

Featured in Issue #406 March 06, 2026

Issue also covered: Azure Functions, Clean Architecture, C#, .NET Core, Security

Read this issue →

Binding Sources in ASP .NET Core

In ASP.NET Core, binding sources are attributes that tell the framework exactly where to retrieve data from within an HTTP request. When a…

Featured in Issue #405 March 05, 2026

Issue also covered: AOT, Azure, Clean Architecture, C#, Design Patterns, EF Core, ML.NET, OpenAI

Read this issue →

Building Multitenant Web Apps in .NET with CShells

Modeling multitenancy through container isolation instead of runtime conditionals

Featured in Issue #404 March 04, 2026

Issue also covered: C#, Design Patterns, EF Core, ML.NET, OpenAI, Performance, REST API, Visual Studio

Read this issue →

How to Implement Redis Caching in ASP.NET Core?

Boost ASP.NET Core performance with Redis caching! Learn to implement it for faster response times, reduced database load, and improved scalability. Production-ready guide.

Featured in Issue #403 March 03, 2026

Issue also covered: Azure, C#, .NET Core, EF Core, Performance, Redis, Security, Visual Studio Code

Read this issue →

Plan Mode in Claude Code - Think Before You Build with AI

Master Plan Mode in Claude Code with a real ASP.NET Core walkthrough, decision matrix, Ctrl+G plan editing, and daily usage tips.

Featured in Issue #402 March 02, 2026

Issue also covered: Azure, CQRS, C#, Docker, MediatR, OpenAI, Performance, Security

Read this issue →

How to Set Up Production-Ready Monitoring With ASP.NET Core Health Checks

Learn how to build a production-ready monitoring system using ASP.NET Core Health Checks. This guide covers adding health checks for Postgres, Redis, MongoDB, and MassTransit (RabbitMQ), creating cust

Featured in Issue #401 February 27, 2026

Issue also covered: AOT, .NET Aspire, Authentication, Authorization, Azure, C#, .NET Core, Minimal APIs

Read this issue →

Using Redis in ASP.NET Core

Boost your ASP.NET Core app's performance with Redis! Learn how to implement caching, reduce database load, and handle high traffic efficiently. Step-by-step guide included.

Featured in Issue #400 February 26, 2026

Issue also covered: Authentication, Authorization, Clean Architecture, C#, .NET Core, Performance, Redis, Security

Read this issue →

Step-by-step guide to create an ASP.NET Core project through Visual Studio

1.Install Visual Studio

Featured in Issue #398 February 24, 2026

Issue also covered: Azure, Azure Functions, C#, GitHub Copilot, Minimal APIs, OpenAI, OpenTelemetry, Performance

Read this issue →

Standardizing Global Errors: Using IExceptionHandler and Problem Details Services in ASP.NET 10

In this article, we’ll explore using the modern approach to error handling in ASP.NET 10 by using the IExceptionHandler interface. We will…

Featured in Issue #397 February 23, 2026

Issue also covered: Authorization, Blazor, Clean Architecture, C#, Dapper, Design Patterns, .NET 10, EF Core

Read this issue →

Connecting React and .NET Web API:How They Talk To Each Other??

When I first started learning web development, I thought that connecting a frontend to a backend was like magic. You click a button, and…

Featured in Issue #396 February 20, 2026

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

Read this issue →

.NET 11 Preview 1 is now available!

Find out about the new features in .NET 11 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 1 is now available! appeared firs...

Featured in Issue #395 February 19, 2026

Issue also covered: Azure, Blazor, C#, Domain-Driven Design, .NET 10, .NET Core, Performance, SQL Server

Read this issue →

Why Enterprises Prefer .NET Development Services: Real Industry Insights & Benefits

In a digital-first world where performance, security, and scalability matter more than ever, enterprises are constantly evaluating the…

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 →

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.

Featured in Issue #393 February 17, 2026

Issue also covered: AOT, C#, .NET 10, .NET 8, .NET 9, .NET Core, EF Core, Performance

Read this issue →

Synchronous vs Asynchronous API Calls

I have read a bunch of blog posts talking about synchronous and asynchronous API calls, but I found that most of them mix the idea of an API call being synchronous or asynchronous with the idea of the...

Featured in Issue #392 February 16, 2026

Issue also covered: AOT, Authentication, Authorization, C#, .NET Core, .NET Framework, EF Core, GitHub

Read this issue →

How Routing Works in ASP.NET Core

Routing is one of the most important concepts in ASP.NET Core. Every HTTP request that comes into your application is mapped to a specific…

Featured in Issue #390 February 12, 2026

Issue also covered: Azure, Clean Architecture, C#, .NET 10, .NET Core, Minimal APIs, OpenAI, Security

Read this issue →

Func vs EventCallback: They Look the Same — Until the UI Gets Involved

“It’s async. It compiles. It works.” So why does Blazor insist on having EventCallback?

Featured in Issue #387 February 09, 2026

Issue also covered: Azure, Azure Functions, Blazor, Cosmos DB, CQRS, Docker, .NET 10, Event Sourcing

Read this issue →

Why Scalar is Replacing Swagger in .NET 9 and 10

Discover why .NET 9 replaces Swagger with native OpenAPI using Microsoft.AspNetCore.OpenApi and modern UIs like Scalar. Streamline API testing with Postman!

Featured in Issue #386 February 06, 2026

Issue also covered: Azure, Cosmos DB, C#, .NET 9, EF Core, GitHub Copilot, OpenAI, Visual Studio Code

Read this issue →

Value vs Reference Types: Why My ASP.NET Core Code Behaved Unexpectedly

Have you ever been puzzled why changing a variable sometimes changes another one, but other times it doesn’t? Or why your program’s memory…

Featured in Issue #384 February 04, 2026

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

Read this issue →

Value vs Reference Types: Why My ASP.NET Core Code Behaved Unexpectedly

Have you ever been puzzled why changing a variable sometimes changes another one, but other times it doesn’t? Or why your program’s memory…

Featured in Issue #383 February 03, 2026

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

Read this issue →

Code That Breathes: Async/Await and Cooperative Flow in ASP.NET Core

In modern software systems, the greatest cost is rarely computation—it is waiting. Applications spend significant time waiting for I/O operations, network responses, or database queries. This waiting,...

Featured in Issue #382 February 02, 2026

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

Read this issue →

Microservices Architecture with .NET

Explore microservices architecture with .NET! Learn to build scalable, flexible apps using ASP.NET Core, Docker, and best practices. Includes practical examples.

Featured in Issue #380 January 29, 2026

Issue also covered: Azure, Benchmarking, Clean Architecture, Cosmos DB, C#, .NET Core, EF Core, GitHub Copilot

Read this issue →

An ASP.NET Core + React Template Overview

5 Minimal API myths and the real truth

Featured in Issue #379 January 28, 2026

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

Read this issue →

Nobody Tells You How ASP.NET Core Uses Reflection and Attributes to Wire Controllers and Routes

Have you ever spent hours debugging why your ASP.NET Core API routes aren’t hitting or why your model binding silently fails? You’re not…

Featured in Issue #378 January 27, 2026

Issue also covered: Authentication, Azure, Clean Architecture, C#, Design Patterns, .NET 10, .NET Core, ASP.NET MVC

Read this issue →

Secure file upload validation in .NET: A layered approach

I thought file uploads were simple… until I saw how often they aren’t. This article shows a practical .NET baseline that covers common…

Featured in Issue #376 January 23, 2026

Issue also covered: Azure, C#, Design Patterns, .NET Core, .NET Framework, EF Core, Performance, Security

Read this issue →

File logging in ASP.NET Core made easy with Serilog

Learn how to add file logging to an ASP.NET Core app using Serilog, including setup, configuration, and writing logs to daily rolling files. The page File logging in ASP.NET Core made easy with Serilo...

Featured in Issue #372 January 19, 2026

Issue also covered: Azure, C#, .NET 10, GitHub Copilot, Kafka, Minimal APIs, Security, Serilog

Read this issue →

Set the amr claim when using passkeys authentication in ASP.NET Core

The post shows how to set the correct amr value when authenticating using ASP.NET Core Identity and passkeys in .NET 10. When authenticating using OpenID Connect and passkeys authentication, the OpenI...

Featured in Issue #371 January 16, 2026

Issue also covered: C#, EF Core, Performance, Security, Source Generators

Read this issue →

Custom Validator in ASP.NET Core MVC (Beginner-Friendly)

Target audience: Absolute beginners learning ASP.NET MVC / ASP.NET Core MVC

Featured in Issue #370 January 15, 2026

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

Read this issue →

The Ultimate .NET Developer Roadmap 2026 - AI, Backend, Blazor & Full-Stack

A comprehensive, practical roadmap for .NET developers covering C#, AI Tools, ASP.NET Core APIs, Blazor, databases, architecture, cloud, and DevOps. Choose your path: Backend, Frontend with Blazor, or...

Featured in Issue #369 January 14, 2026

Issue also covered: AOT, Blazor, Clean Architecture, C#, Domain-Driven Design, Design Patterns, .NET 10, EF Core

Read this issue →

Environment-based Configuration in ASP.NET Core – appsettings.json, Environment Variables & Launch Profiles

Master configuration management in ASP.NET Core. Learn how to use appsettings.json, environment variables, launch profiles, and User Secrets to build applications that adapt seamlessly across Developm...

Featured in Issue #368 January 13, 2026

Issue also covered: Authentication, Authorization, Azure, Azure Functions, .NET 9, Native AOT, OpenAI, Performance

Read this issue →

ASP.NET Development Company: Building Secure, Scalable, and High-Performance Web Applications in…

In today’s digital-first world, businesses need web applications that are fast, secure, scalable, and future-ready. Microsoft’s ASP.NET…

Featured in Issue #366 January 09, 2026

Issue also covered: AOT, C#, .NET 10, EF Core, Performance, Solid Principles, Web API

Read this issue →

launchSettings.json Explained — The File Every ASP.NET Dev Ignores (Until It Breaks Something)

If you’ve worked with ASP.NET Core long enough, you’ve definitely seen a file called launchSettings.json.

Featured in Issue #364 January 07, 2026

Issue also covered: Authentication, Clean Architecture, C#, .NET 10, .NET Core, EF Core, REST API, Test-Driven Development

Read this issue →

.NET 10 and ASP.NET Core: Refinements That Matter in Production

Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!

Featured in Issue #361 January 02, 2026

Issue also covered: Clean Architecture, C#, .NET 10, EF Core, GitHub Copilot, Performance, Redis, Visual Studio

Read this issue →

ASP.NET Development Services: Building Secure, Scalable, and High-Performance Web Applications

In today’s rapidly evolving digital landscape, businesses require web applications that are not only visually appealing but also secure…

Featured in Issue #359 December 31, 2025

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

Read this issue →

DTOs in .NET

There are two kinds of .NET APIs in the wild:

Featured in Issue #358 December 30, 2025

Issue also covered: C#, EF Core, Performance, Visual Studio

Read this issue →

Why ASP.NET Core Feels Stable in a Fast-Changing World

Unpacking the Reliability of ASP.NET Core

Featured in Issue #357 December 29, 2025

Issue also covered: Azure, C#, GitHub, gRPC, OpenTelemetry, Performance, Visual Studio Code

Read this issue →

MediatR Implementation: The Industry-Standard Way to Build Serious .NET APIs

Mastering ASP.NET Core Middleware — How Every Request Flows

Featured in Issue #356 December 26, 2025

Issue also covered: AOT, .NET Aspire, Authentication, Authorization, Clean Architecture, Domain-Driven Design, Design Patterns, Event Sourcing

Read this issue →

Jordan’s .NET Guide to Advanced HttpClientFactory

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

Featured in Issue #355 December 25, 2025

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

Read this issue →

Modernize ASP.NET MVC Razor UI with AWS Transform

Modernize ASP.NET MVC Razor UI with AWS Transform

Featured in Issue #353 December 23, 2025

Issue also covered: AOT, Azure Functions, Clean Architecture, C#, .NET Core, EF Core, Kubernetes, Performance

Read this issue →

Latency Is a Feature, Not a Bug

Designing APIs for Perceived Performance in ASP.NET Core

Featured in Issue #352 December 22, 2025

Issue also covered: Azure, Blazor, C#, .NET 10, .NET Core, .NET Framework, EF Core, FluentValidation

Read this issue →

Token Authentication In ASP.NET Core 9 With JWT | Clean Architecture (.NET 9 & .NET 10)

🔥 Part 1 — Foundations: Architecture, JWT Theory, and Clean Project Setup

Featured in Issue #350 December 18, 2025

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

Read this issue →

✨ Unlocking ASP.NET Core Filters — Mastering the Request Pipeline

When building ASP.NET Core applications, there are times when you want to run logic before or after a controller action executes.

Featured in Issue #349 December 17, 2025

Issue also covered: Azure, Clean Architecture, CQRS, C#, Design Patterns, .NET 10, .NET 9, .NET Core

Read this issue →

The Myth of “Clean Architecture” in .NET: Why I Switched to Vertical Slices

Is Clean Architecture causing ‘lasagna code’ in your projects? Learn why Vertical Slice Architecture is the modern standard for…

Featured in Issue #348 December 16, 2025

Issue also covered: Azure, Blazor, Clean Architecture, C#, .NET 10, EF Core, Minimal APIs, Performance

Read this issue →

Building Reliable Webhooks in ASP.NET Core

A practical guide to request validation, retry handling, and idempotency with real-world examples

Featured in Issue #347 December 15, 2025

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

Read this issue →

The C# Skills Every .NET Backend Developer Must Master (2025 Edition)

If you’re learning .NET backend development in 2025, mastering C# is not optional — it’s the foundation of everything you build in ASP.NET…

Featured in Issue #346 December 12, 2025

Issue also covered: .NET Aspire, Authentication, C#, .NET 10, .NET Core, Minimal APIs, Performance, Redis

Read this issue →

Dependency Injection in .NET — The 9 Golden Rules Nobody Taught You

(And why your container isn’t fixing your architecture problems)

Featured in Issue #344 December 10, 2025

Issue also covered: AOT, Blazor, C#, Design Patterns, EF Core, .NET MAUI, Performance, Profiling

Read this issue →

How to Build a Production-Ready Invoice Builder in .NET Using IronPDF

Today, I want to show you how to build a production-ready invoice builder application (backend + frontend) Continue reading on Towards Dev »

Featured in Issue #343 December 09, 2025

Issue also covered: Azure, Clean Architecture, C#, Domain-Driven Design, EF Core, Native AOT, Performance, Security

Read this issue →

A Complete Guide to ASP.NET Development Services in 2026

In today’s fast-moving digital world, organizations need sophisticated, secure, and scalable web applications to be competitive. Selecting…

Featured in Issue #342 December 08, 2025

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

Read this issue →

Supercharging ASP.NET Core Apps with EF Core and AI

In this blog, I’ll explain in simple terms what ASP.NET Core and EF Core do, how AI fits into that picture, and how you can start adding AI features to your applications without rewriting everything f...

Featured in Issue #341 December 05, 2025

Issue also covered: Azure, C#, .NET 10, EF Core, Performance, REST API, Source Generators

Read this issue →

Blazor vs Razor Pages in .NET 10: The Moment Everything Changed (and Why I’m Betting on Components)

By Brian Mora — .NET Dev, Café con Leche–Fueled Builder Continue reading on Stackademic »

Featured in Issue #340 December 04, 2025

Issue also covered: Blazor, Clean Architecture, C#, .NET 10, .NET 9, .NET Core, EF Core, .NET MAUI

Read this issue →

The Nightmare of Blocking Calls in ASP.NET Core — and How to Detect Them

(A detective story: diagnosing thread starvation with live profiler traces)

Featured in Issue #339 December 03, 2025

Issue also covered: CQRS, C#, Domain-Driven Design, Design Patterns, Docker, .NET 10, .NET Core, EF Core

Read this issue →

ASP.NET Core Middleware: Every Built-in Component You Need to Know

Stop copying middleware code without understanding it. Here’s everything you need to know about the request pipeline. We’ll cover every…

Featured in Issue #337 December 01, 2025

Issue also covered: Azure Functions, Clean Architecture, C#, .NET 10, .NET Core, Redis

Read this issue →

Building an Event-Driven Web API Using Channels in .NET

When you build a Web API, sometimes you need to handle work that should not block the main request.

Featured in Issue #336 November 28, 2025

Issue also covered: .NET Aspire, Azure DevOps, Benchmarking, CQRS, C#, Design Patterns, .NET 10, .NET Core

Read this issue →

⭐ Stop Guessing! Here’s Exactly What Action Methods Do in ASP.NET Core

Action methods are one of the first things you must understand while building a Web API in ASP.NET Core. But beginners often get confused…

Featured in Issue #335 November 27, 2025

Issue also covered: Azure, C#, .NET 10, EF Core, Performance, Security, xUnit.net

Read this issue →

ASP.NET Core 9 APIs — Faster Endpoints for C# Developers

Minimal APIs just got a massive performance boost with 93% less memory consumption and 15% more throughput

Featured in Issue #334 November 26, 2025

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

Read this issue →

No more public partial class Program in .NET 10

If you are using API Tests with the WebApplicationFactory you might did something like this to have a public Program class: public partial class Program; No more!

Featured in Issue #333 November 25, 2025

Issue also covered: Azure, Cosmos DB, C#, .NET 10, GitHub Copilot, Performance, Unit Testing, Web API

Read this issue →

How to Make Your ASP.NET Core APIs Fast: Practical Optimization Tips

A simple and effective way to make your ASP.NET Core APIs faster without rewriting the entire codebase.

Featured in Issue #332 November 24, 2025

Issue also covered: Azure, .NET Core, EF Core, JWT, .NET MAUI, OAuth, SQL Server

Read this issue →

ASP.NET Core — Concept Overview

Explore ASP.NET Core: a cross-platform framework for building modern web apps, APIs, and microservices. Learn key concepts like MVC, DI, EF Core, and more with practical examples.

Featured in Issue #331 November 21, 2025

Issue also covered: .NET Aspire, C#, .NET 10, EF Core, MediatR, Performance, Redis, Security

Read this issue →

What's New in ASP.NET Core

Join us to see how ASP.NET Core continues to be the best framework for building cloud-native web applications with .NET. .NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms...

Featured in Issue #330 November 20, 2025

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

Read this issue →

ASP.NET Core Middleware: A Practical Guide to Building the Request Pipeline

In ASP.NET Core, every HTTP request passes through a pipeline of middleware components that handle tasks like routing, authentication…

Featured in Issue #329 November 19, 2025

Issue also covered: C#, Dapper, .NET 10, .NET Core, .NET Framework, EF Core, Native AOT, Performance

Read this issue →

Modern Windows Development with .NET

.NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms/aspire13/announcement Whether you're building new Windows apps or modernizing existing ones, see how .NET provides the ...

Featured in Issue #328 November 18, 2025

Issue also covered: Authorization, Azure, CQRS, .NET 10, EF Core, GitHub Copilot, Minimal APIs, OpenAI

Read this issue →

GraphQL vs REST: Building Smarter APIs in ASP.NET Core

Explore REST vs. GraphQL in ASP.NET Core. Learn about API design, implementation, and performance. Discover which approach suits your project best for efficient data fetching.

Featured in Issue #327 November 17, 2025

Issue also covered: Azure, Blazor, CQRS, C#, Dapper, .NET 10, EF Core, GitHub Actions

Read this issue →

.NET Core Advanced MCQs — Dependency Injection (DI)

Test your .NET Core knowledge with these advanced MCQs on Dependency Injection, Middleware, Memory Management & Performance. Sharpen your skills and ace your next interview!

Featured in Issue #326 November 14, 2025

Issue also covered: Authentication, Azure, C#, Dapper, .NET 9, JWT, OAuth, Performance

Read this issue →

Difference Between ASP.NET Web Forms, MVC & .NET Core

Explore the evolution of ASP.NET: Web Forms, MVC, and .NET Core. Understand key differences, features, and ideal use cases to choose the right framework.

Featured in Issue #325 November 13, 2025

Issue also covered: Azure, Blazor, C#, .NET 10, GitHub Actions, OpenTelemetry, Performance, Source Generators

Read this issue →

Clean Architecture Project Setup From Scratch (with .NET 9) — Copy-Paste Starter

If you want the full source code, join our community: Here

Featured in Issue #324 November 12, 2025

Issue also covered: Azure, Blazor, Clean Architecture, C#, Docker, .NET 8, .NET 9, EF Core

Read this issue →

Key Innovations in ASP.NET Core 9 (and beyond)

Explore ASP.NET Core 9's key innovations: static asset optimization, enhanced Minimal APIs, Blazor improvements, security, and performance boosts for modern web apps.

Featured in Issue #323 November 11, 2025

Issue also covered: Application Insights, C#, Domain-Driven Design, .NET 10, .NET 9, EF Core, gRPC, MediatR

Read this issue →

Custom Middleware and Pipeline Behavior in ASP.NET Core

The Secret Behind Every HTTP Request

Featured in Issue #322 November 10, 2025

Issue also covered: Blazor, C#, .NET Core, EF Core, GitHub, Performance, Security

Read this issue →

Master Repository & Unit of Work Patterns in ASP.NET Core (Part-37 of 40)

Build testable, maintainable, and scalable data access layers for your applications. This comprehensive guide provides real-world examples, production-ready code, and best practices for implementing t...

Featured in Issue #321 November 07, 2025

Issue also covered: Application Insights, .NET Aspire, Authentication, AutoMapper, Azure, C#, .NET 10, EF Core

Read this issue →

Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire

This post shows how to authenticate users using Duende IdentityServer and ASP.NET Core Identity which verifies identities (verifiable digital credentials) using the Swiss Digital identity and trust in...

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 →

ASP.NET Core Monitoring & Logging Mastery | Proactive Application Insights (Part-34 of 40)

Master ASP.NET Core monitoring and logging with this comprehensive guide. Learn to proactively use Application Insights, structured logging, health checks, and alerting to build observable, production...

Featured in Issue #319 November 05, 2025

Issue also covered: Application Insights, Azure DevOps, .NET 10, EF Core, GitHub Copilot, Minimal APIs, ML.NET, Performance

Read this issue →

VS Code Live at GitHub Universe - Day 1 - Live Coding with Copilot!

How to Create Custom Middleware in ASP.NET Core

Featured in Issue #318 November 04, 2025

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

Read this issue →

Designing a Robust Global Exception Handling Strategy in ASP.NET Core

Implement robust ASP.NET Core global exception handling for resilient APIs. Centralize error management, ensure consistent responses, and enhance observability. #dotnet

Featured in Issue #317 November 03, 2025

Issue also covered: Azure, .NET 8, .NET 9, .NET Core, EF Core, Performance, Security, SignalR

Read this issue →

Background Jobs Revolution: Mastering Automated Processing in ASP.NET Core (Part - 30 of 40)

Revolutionize your ASP.NET Core applications with robust background job processing! This comprehensive guide, part 30 of 40, covers everything from IHostedService to Hangfire, Quartz.NET, and Coravel....

Featured in Issue #316 October 31, 2025

Issue also covered: Application Insights, AutoMapper, Azure, Azure Functions, Clean Architecture, Domain-Driven Design, Design Patterns, Docker

Read this issue →

Our Favorite New Features in .NET 10 and C# 14

See our favorite new C#, ASP.NET, and EF Core features in .NET’s latest LTS release Continue reading on Leading EDJE »

Featured in Issue #315 October 30, 2025

Issue also covered: Application Insights, AutoMapper, Azure, Clean Architecture, CQRS, C#, Dapper, Domain-Driven Design

Read this issue →

ASP.NET Core Swagger Mastery: Interactive API Documentation Guide (Part-15 of 40)

Master ASP.NET Core Swagger! This guide provides a comprehensive walkthrough, from basic setup to advanced customization, ensuring your API documentation is interactive, secure, and versioned. Learn b...

Featured in Issue #314 October 29, 2025

Issue also covered: C#, .NET 10, EF Core, Performance, Visual Studio

Read this issue →

ASP.NET Core Architecture Patterns: CQRS, DDD, Clean Architecture Mastery (Part -19 of 40)

Master ASP.NET Core architecture with this comprehensive guide! Explore CQRS, DDD, and Clean Architecture to build scalable, maintainable enterprise systems. Learn through real-world e-commerce exampl...

Featured in Issue #313 October 28, 2025

Issue also covered: Authentication, Authorization, Azure, Azure Functions, Clean Architecture, Cosmos DB, CQRS, Domain-Driven Design

Read this issue →

🧩 Building Microservices with C# and .NET Core — A Complete Guide with Example

This comprehensive guide provides a step-by-step approach to building scalable, maintainable, and independent applications. Learn to create a Product Microservice, connect it with an API Gateway (Ocel...

Featured in Issue #312 October 27, 2025

Issue also covered: Authorization, Azure Functions, C#, Design Patterns, .NET Core, EF Core, JWT, Minimal APIs

Read this issue →

7 Clean Patterns for Elegant Global Error Handling in .NET 9 (with Copy-Paste Middleware)

If you want the full source code, join our community: Here

Featured in Issue #310 October 23, 2025

Issue also covered: Azure, Azure DevOps, Azure Functions, CQRS, C#, Design Patterns, .NET 9, EF Core

Read this issue →

7 No-Drama Steps to JWT Auth in .NET 9 (Clean Architecture, Copy-Paste Friendly)

If you want the full source code, join our community: Here

Featured in Issue #309 October 22, 2025

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

Read this issue →

ASP.NET Core Identity Unleashed: Complete Guide to Registration, Roles, 2FA & Security (Part 13 of 40)

Unlock the full potential of ASP.NET Core Identity with this comprehensive guide! Master user registration, role-based authorization, claims, and 2FA. Learn to implement secure identity systems with p...

Featured in Issue #308 October 21, 2025

Issue also covered: Azure, CQRS, C#, .NET 10, Performance, Security, SQL Server

Read this issue →

RESTful API Mastery: ASP.NET Core Best Practices, Versioning & Serialization Complete Guide - Part-10 of 40

Master RESTful API development in ASP.NET Core with this comprehensive guide. Learn best practices for versioning, serialization, authentication, and building scalable services. Explore real-world exa...

Featured in Issue #307 October 20, 2025

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

Read this issue →

Async in APIs: Unlocking Scalability with .NET’s async/await

Modern APIs power almost every interaction we have — from mobile apps and SaaS platforms to IoT devices. With rising user demand and…

Featured in Issue #306 October 17, 2025

Issue also covered: AOT, Azure, Blazor, Clean Architecture, C#, .NET 9, EF Core, Security

Read this issue →

High Performance and Scalability in ASP.NET Core

This article provides actionable strategies for building blazing-fast web applications. Learn how to optimize asynchronous programming, middleware, caching, EF Core, and Kestrel configuration. Discove...

Featured in Issue #305 October 16, 2025

Issue also covered: Azure, .NET 9, EF Core, GitHub Copilot, gRPC, Minimal APIs, OpenTelemetry, Performance

Read this issue →

Understanding API in .NET Core — A Beginner-Friendly Guide with Real-Life Example

Unlock the power of APIs in .NET Core with this beginner-friendly guide! Learn to build a simple web API, understand endpoints, and connect frontends to backends using real-world examples like job por...

Featured in Issue #304 October 15, 2025

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

Read this issue →

.NET 9: The Ultimate Platform for Microservices

Blazing fast. Secure by default. Built for the cloud.

Featured in Issue #303 October 14, 2025

Issue also covered: AOT, Blazor, Clean Architecture, C#, Design Patterns, Docker, .NET 10, .NET 9

Read this issue →

⚙️ Understanding Kestrel Web Server in .NET Core — Deep Dive with Real-World Examples

Dive deep into Kestrel, the cross-platform web server for ASP.NET Core! Learn its architecture, how it handles requests, and how to configure it for optimal performance. Discover real-world examples, ...

Featured in Issue #302 October 13, 2025

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

Read this issue →

Let’s talk about *.resx in ASP.NET Core

Do we still need to use *.resx files in ASP.NET Core?

Featured in Issue #301 October 10, 2025

Issue also covered: Clean Architecture, C#, .NET Framework, EF Core, Performance, PostgreSQL, Source Generators

Read this issue →

Meet the Microsoft Agent Framework: A .NET Developer’s Gateway to AI Agents

I still remember wiring together my first AI “assistant” in a Blazor app last year. Picture this: me at 2 AM, juggling Semantic Kernel…

Featured in Issue #300 October 09, 2025

Issue also covered: AOT, Azure, CQRS, Docker, .NET 9, .NET Core, GitHub Copilot, Kubernetes

Read this issue →

Mastering REST APIs in ASP.NET Core and C#: A Complete Guide for .NET Developers

In today’s interconnected digital landscape, REST APIs serve as the backbone of modern web applications, enabling seamless communication… Continue reading on .Net Programming »

Featured in Issue #298 October 07, 2025

Issue also covered: Azure, Azure Functions, C#, .NET 10, .NET 9, .NET Core, .NET MAUI, Minimal APIs

Read this issue →

Blazor Enhancements in Asp.Net Core 10.0

Discover faster startup times, persistent component state, improved Blazor Hybrid integration, validation enhancements, QuickGrid updates, and robust security features. Learn how these advancements ma...

Featured in Issue #297 October 06, 2025

Issue also covered: Azure, Azure DevOps, Blazor, Clean Architecture, CQRS, C#, Domain-Driven Design, Design Patterns

Read this issue →

💡 Ever wondered how your ASP.NET Core app can go from GitHub push → Live on Azure App Service automatically? Continue reading on Medium »

💡 Ever wondered how your ASP.NET Core app can go from GitHub push → Live on Azure App Service automatically?

Featured in Issue #296 October 03, 2025

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

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: Azure, Blazor, C#, Docker, .NET 8, .NET 9, EF Core, GitHub Copilot

Read this issue →

Visual Studio Dev Tunnels: Built-In Power and When to Use Third-Party Tools

When you’re building and debugging an API or web app in Visual Studio, you often hit the same wall:

Featured in Issue #294 October 01, 2025

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

Read this issue →

5 Traps That Break .NET Background Services in Production (and How We Fixed Them)

Five production traps with .NET BackgroundServices — and the patterns that kept them from silently killing our system.

Featured in Issue #293 September 30, 2025

Issue also covered: Azure, C#, .NET 10, .NET 8, .NET 9, EF Core, .NET MAUI, Native AOT

Read this issue →

ASP.NET Community Standup - Vibe coding a C# MCP server

Unit testing for a .NET Web API project.

Featured in Issue #292 September 29, 2025

Issue also covered: .NET Aspire, Authentication, Azure, C#, Design Patterns, .NET 10, EF Core, .NET MAUI

Read this issue →

Mastering Logging in .NET with Serilog -Part 1

Logging is often underestimated until you hit your first production issue. At that moment, you realize how much reliable logs can save…

Featured in Issue #291 September 26, 2025

Issue also covered: .NET Aspire, Benchmarking, C#, .NET 9, .NET Core, Performance, Security, Serilog

Read this issue →

The Harsh Truth: 5 Reasons Your .NET Hosting Code Is Sloppy

From DI misuse to broken shutdown hooks, here’s how to clean up your hosting game like a pro. Continue reading on Stackademic »

Featured in Issue #290 September 25, 2025

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

Read this issue →

How To Add Fault Handling In .NET With Polly

Building resilient ASP.NET Core applications requires proper fault handling for transient failures, network issues, and downstream service…

Featured in Issue #289 September 24, 2025

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

Read this issue →

ASP.NET Core - How to Use appsettings.json and IConfiguration

This article simplifies using appsettings.json and IConfiguration to manage application settings like database connections, API keys, and logging levels. Learn how to access settings, leverage strongl...

Featured in Issue #288 September 19, 2025

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

Read this issue →

Dependency Injection in .NET: The Career-Level Deep Dive That Will Make You Nail Any Interview

There’s one interview question that keeps haunting .NET developers: Continue reading on Stackademic »

Featured in Issue #287 September 18, 2025

Issue also covered: Azure, C#, .NET 10, .NET Core, MediatR, Performance, Security, System.Text.Json

Read this issue →

Implementing API Versioning in ASP.NET Core

Practical API versioning for Minimal APIs and MVC.

Featured in Issue #286 September 17, 2025

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

Read this issue →

Graceful Error Handling in ASP.NET Core APIs

How to Build Robust APIs with Centralized Error Handling in ASP.NET Core.

Featured in Issue #285 September 16, 2025

Issue also covered: AutoMapper, Azure, Blazor, Clean Architecture, C#, .NET 10, .NET 9, .NET Core

Read this issue →

Using a cache in a clean way in ASP.NET Core

Inject a cache directly in the controller where you need to use it — it’s not the good approach to implement caching in your app.

Featured in Issue #284 September 15, 2025

Issue also covered: AOT, Authentication, Azure, Benchmarking, Blazor, C#, .NET 10, .NET Core

Read this issue →

File and Input Security in ASP.NET Core MVC and Web API Applications Introduction

Protect your ASP.NET Core MVC and Web API applications from critical vulnerabilities! This article provides essential best practices for securing file uploads and user inputs. Learn how to prevent SQL...

Featured in Issue #283 September 12, 2025

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

Read this issue →

What is a Reverse Proxy? YARP Explained

If you want the full source code, download it from this link: https://www.elitesolutions.shop/

Featured in Issue #282 September 11, 2025

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

Read this issue →

Middlewares in ASP.NET Core

For example : Continue reading on easydotnet »

Featured in Issue #281 September 10, 2025

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

Read this issue →

ABP.io and Azure Blob Storage integration: A Simple Guide

Learn how to configure and use Azure Blob Storage in your ABP.io application, from initial setup to file uploads.

Featured in Issue #280 September 09, 2025

Issue also covered: .NET Aspire, Azure, C#, .NET 10, Minimal APIs, ML.NET, Performance, Security

Read this issue →

Secure File Access in .NET Core: Avoiding Leaks and Protecting Sensitive Data

Secure your .NET Core apps by mastering file access controls, secrets management, and leak prevention. Continue reading on .Net Programming »

Featured in Issue #279 September 08, 2025

Issue also covered: Azure, C#, .NET Core, EF Core, .NET MAUI, Performance, Security, Visual Studio

Read this issue →

How to Build SaaS Fast | Reduce SaaS MVP Launch Time

Launching a SaaS product isn’t just about writing code — it’s a race against time. In today’s hyper-competitive market, the difference…

Featured in Issue #278 September 05, 2025

Issue also covered: Azure, Azure Functions, C#, EF Core, .NET MAUI, MongoDB, Performance, Redis

Read this issue →

Understanding IServiceScopeFactory in .NET: When, Why, and How to Use It (With Real Examples)

IServiceScopeFactory in .NET enables the manual creation of scoped services, allowing singletons and background tasks to safely utilize scoped dependencies. This ensures proper disposal, prevents memo...

Featured in Issue #277 September 04, 2025

Issue also covered: Azure, CQRS, C#, .NET 10, .NET Core, EF Core, GitHub Copilot, Kafka

Read this issue →

Application Security Best Practices for Developers in C# Applications

Enhance C# application security! Learn best practices for authentication, authorization, data protection, and more. Secure your ASP.NET Core apps now!

Featured in Issue #276 September 03, 2025

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

Read this issue →

Application Security Against DoS and DDoS Attacks in ASP.NET Core Web API Introduction

Protect your ASP.NET Core Web API from DoS and DDoS attacks! Learn practical techniques like rate limiting, IP filtering, caching, and WAF deployment for robust security.

Featured in Issue #275 September 02, 2025

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

Read this issue →

Credential Security in ASP.NET Core Web API: Best Practices and Implementation

Learn how to secure credentials in ASP.NET Core Web API using best practices such as secret management, authentication, HTTPS, and Azure Key Vault to protect sensitive data and prevent leaks.

Featured in Issue #274 September 01, 2025

Issue also covered: Authentication, Authorization, AutoMapper, Azure, C#, Design Patterns, .NET 10, .NET 9

Read this issue →

Global Exception Handling in ASP.NET Core: From Throw to ProblemDetails

Centralized error handling with ProblemDetails in ASP.NET Core

Featured in Issue #273 August 29, 2025

Issue also covered: Azure, Cosmos DB, C#, .NET Core, .NET Framework, GitHub Copilot, OpenAI, Security

Read this issue →

Reset Cookies and force new sign-in using ASP.NET Core Identity

This post looks at implementing a cookie reset in an ASP.NET Core application using Duende identity server which federates to Entra ID. Sometimes cookies need to be reset for end users due to size pro...

Featured in Issue #272 August 28, 2025

Issue also covered: .NET Aspire, Clean Architecture, C#, .NET 10, .NET 9, .NET Core, EF Core, Minimal APIs

Read this issue →

What is the purpose of Startup.cs?

In ASP.NET Core applications, the Startup.cs file plays a central role in configuring how the application behaves at runtime. Its primary…

Featured in Issue #271 August 27, 2025

Issue also covered: AOT, Azure, C#, .NET 9, GitHub Copilot, OpenAI, Performance, Visual Studio

Read this issue →

Building a Fast .NET Core API with Async Programming

Every request to an API starts on a thread from the CLR’s pool. With synchronous execution, that thread stays blocked until completion…

Featured in Issue #270 August 26, 2025

Issue also covered: Blazor, CQRS, C#, Dapper, Domain-Driven Design, .NET 10, .NET 9, .NET Core

Read this issue →

FastEndpoints for Senior .NET Developers: Advanced Validation, DI, and Middleware Techniques

Why FastEndpoints Matters for Senior Developers Continue reading on Stackademic »

Featured in Issue #269 August 25, 2025

Issue also covered: C#, EF Core, GitHub Copilot, Minimal APIs, OpenAI, Performance, Visual Studio

Read this issue →

.NET 9 — Aspire vs Ocelot vs YARP

Essas três tecnologias são muito semelhantes e estão em alta no mercado, hoje vamos presentar as finalidades e diferenças de cada um.

Featured in Issue #268 August 22, 2025

Issue also covered: Azure, C#, .NET 9, .NET Core, EF Core, GitHub Copilot, Native AOT, OpenAI

Read this issue →

Everything You Need to Know About Minimal APIs in .NET

Minimal APIs are a lightweight way to build HTTP APIs in .NET with minimal ceremony. Introduced in .NET 6, they focus on simplicity, and…

Featured in Issue #267 August 21, 2025

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

Read this issue →

Building Your First High-Performance gRPC Server in C#-A Developer’s Complete Guide

Modern applications demand speed, efficiency and seamless communication between distributed systems. While REST APIs have dominated the…

Featured in Issue #266 August 20, 2025

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

Read this issue →

How to Build a .NET Document Scanner with C# and Windows OCR API

In today’s digital workplace, document scanning and text recognition are vital capabilities for many business applications. In this…

Featured in Issue #265 August 19, 2025

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

Read this issue →

Minimal APIs in .NET: The Beginner-Friendly Gateway I Wish I Found Sooner

When I first entered the .NET world, I was overwhelmed by the amount of boilerplate code I had to write just to display “Hello, World”…

Featured in Issue #264 August 18, 2025

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

Read this issue →

Common errors to avoid in ASP.NET Core dependency injection

Looking at how you can avoid common errors in ASP.NET Core dependency injection like not registering a service and circular dependency. The page Common errors to avoid in ASP.NET Core dependency injec...

Featured in Issue #263 August 15, 2025

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

Read this issue →

Minimal APIs Cheatsheet (in ASP.NET Core)

Minimal APIs in .NET 6 simplify building lightweight web services with less code, ideal for microservices and prototypes. This guide explains setup, routing, DI, JSON handling, and best practices.

Featured in Issue #262 August 14, 2025

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

Read this issue →

Building an ASP.NET Web API Controller

This Web API project in ASP.NET handles financial chart data by processing multiple ISINs, validating client headers, executing SQL stored procedures, and returning structured JSON data for market ana...

Featured in Issue #261 August 13, 2025

Issue also covered: Authentication, Authorization, Azure, CQRS, C#, Design Patterns, .NET 9, .NET Framework

Read this issue →

Mastering Unified API Responses in ASP.NET Core

How to Wrap Success, Errors, and Created Results Like a Pro

Featured in Issue #260 August 12, 2025

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

Read this issue →

You’re Not Just a .NET Developer Anymore — Why Microsoft Wants You Thinking in Workflows

“Durable Functions, Dapr, and Semantic Kernel: Microsoft’s New Stack for Orchestrated .NET Workflows” Continue reading on Towards Dev »

Featured in Issue #259 August 11, 2025

Issue also covered: C#, .NET 10, Performance, Security, Source Generators, SQL Server, Unit Testing, Visual Studio

Read this issue →

Understanding the MVC Application Life Cycle in ASP.NET Core (.NET 6/7/8)

With the evolution of .NET into .NET Core and now .NET 6, 7, and 8, the MVC framework has seen major architectural improvements. Understanding the ASP.NET Core MVC application life cycle is crucial fo...

Featured in Issue #258 August 08, 2025

Issue also covered: Blazor, C#, .NET Core, EF Core, GitHub Copilot, JWT, Performance, REST API

Read this issue →

Advanced Swagger Use Cases in ASP.NET Core (.NET 6/7/8)

Take your API documentation to the next level with advanced Swagger use cases in ASP.NET Core. In this article, I cover grouping endpoints, API versioning, JWT authentication, hiding routes, UI custom...

Featured in Issue #256 August 06, 2025

Issue also covered: Azure, CQRS, Dapper, .NET 9, EF Core, .NET MAUI, MediatR, Source Generators

Read this issue →

Mastering Swagger in ASP.NET Core (.NET 6/7/8)

Learn how to integrate and customize Swagger in your ASP.NET Core (.NET 6/7/8) API project using Swashbuckle. This guide covers setup, best practices, and practical tips to create clean, interactive A...

Featured in Issue #254 August 04, 2025

Issue also covered: C#, .NET 9, EF Core, Security, Web API

Read this issue →

🔥 How to Consume Web API in ASP.NET MVC Using HttpClien

https://www.c-sharpcorner.com/article/how-to-consume-web-api-in-asp-net-mvc-using-httpclien/

Featured in Issue #253 August 01, 2025

Issue also covered: Azure, C#, .NET 9, GitHub Copilot, Performance, SQL Server, Visual Studio Code

Read this issue →

SignalR in ASP.NET Core — Build Real-Time Applications with Confidence

https://dotnetfullstackdev.medium.com/signalr-in-asp-net-core-build-real-time-applications-with-confidence-4fcc4440bda3

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 →

How .NET Full Stack Is Powering Scalable Enterprise Applications

https://medium.com/@rajeshmonopoly1/how-net-full-stack-is-powering-scalable-enterprise-applications-1e190857e86a

Featured in Issue #251 July 30, 2025

Issue also covered: Azure, Blazor, C#, .NET 10, EF Core, .NET MAUI, MediatR, OAuth

Read this issue →

How do you resolve scoped services in a background service?

https://www.roundthecode.com/dotnet-tutorials/how-do-you-resolve-scoped-services-background-service

Featured in Issue #250 July 29, 2025

Issue also covered: Clean Architecture, .NET 9, EF Core, GitHub Copilot, Performance, RabbitMQ, Redis, SQL Server

Read this issue →

Building a Secure API with ASP.NET Core, JWT, and Refresh Tokens

https://medium.com/@MatinGhanbari/building-a-secure-api-with-asp-net-core-jwt-and-refresh-tokens-03dac37b4055

Featured in Issue #249 July 28, 2025

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

Read this issue →

BFF in ASP.NET Core #2 – The BFF Pattern Explained

https://nestenius.se/net/bff-in-asp-net-core-2-the-bff-pattern-explained/

Featured in Issue #248 July 25, 2025

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

Read this issue →

Adopting Problem Details for HTTP APIs

https://blog.codingmilitia.com/2025/07/15/adopting-problem-details-for-http-apis/

Featured in Issue #246 July 23, 2025

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

Read this issue →

The Real Cost of LINQ — 6 Hidden Traps That Hurt .NET APIs at Scale

https://medium.com/@mohsho10/the-real-cost-of-linq-6-hidden-traps-that-hurt-net-apis-at-scale-6e4c84ea5427

Featured in Issue #245 July 22, 2025

Issue also covered: Authentication, Authorization, Azure, Clean Architecture, C#, Dapper, Design Patterns, .NET 9

Read this issue →

ASP.NET Core Web API with Clean Architecture: A Practical Guide for Beginners | EN

https://freecnsz.medium.com/asp-net-core-web-api-with-clean-architecture-a-practical-guide-for-beginners-en-d499f20ba9ff

Featured in Issue #244 July 21, 2025

Issue also covered: Azure, Benchmarking, Blazor, Clean Architecture, Cosmos DB, C#, .NET 10, Minimal APIs

Read this issue →

⚙️ How Model Binding Works Under the Hood (The Binding Lifecycle in ASP.NET Core 8)

https://medium.com/c-sharp-programming/️-how-model-binding-works-under-the-hood-the-binding-lifecycle-in-asp-net-core-8-4203a5a412d3

Featured in Issue #243 July 18, 2025

Issue also covered: .NET Aspire, Authentication, AutoMapper, Blazor, Clean Architecture, C#, .NET 10, .NET 9

Read this issue →

ASP.NET Community Standup - Why aren't you using Minimal APIs?

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

Featured in Issue #242 July 17, 2025

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

Read this issue →

The Fastest Way to Add JWT + Google Auth to Your ASP.NET Core API

https://doumer.me/add-jwt-authentication-to-asp-net-core/

Featured in Issue #240 July 15, 2025

Issue also covered: Authentication, Azure, C#, .NET Core, JWT, OpenAI, Performance, Redis

Read this issue →

⚡ 6 Filter Types in ASP.NET Core

https://medium.com/c-sharp-programming/6-filter-types-in-asp-net-core-521813691550

Featured in Issue #239 July 14, 2025

Issue also covered: C#, EF Core, Native AOT, OpenAI, Performance, Serilog, Unit Testing

Read this issue →

Filtering, Sorting & Pagination Made Easy in .NET with Sieve

https://www.c-sharpcorner.com/article/filtering-sorting-pagination-made-easy-in-net-with-sieve/

Featured in Issue #238 July 11, 2025

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

Read this issue →

Basic Auth in ASP.NET MVC Web API Using C#.NET

https://www.c-sharpcorner.com/article/basic-auth-in-asp-net-mvc-web-api-using-c-sharp-net/

Featured in Issue #237 July 10, 2025

Issue also covered: Authentication, Azure, C#, .NET Core, EF Core, JWT, .NET MAUI, OpenTelemetry

Read this issue →

Implement ASP.NET Core OpenID Connect with Keycloak to implement Level of Authentication (LoA) requirements

https://damienbod.com/2025/07/02/implement-asp-net-core-openid-connect-with-keykloak-to-implement-level-of-authentication-loa-requirements/

Featured in Issue #236 July 09, 2025

Issue also covered: Authentication, AutoMapper, Azure, C#, .NET Core, EF Core, .NET MAUI, MediatR

Read this issue →

Dependency Injection in ASP.NET for Beginners

https://www.c-sharpcorner.com/blogs/dependency-injection-in-asp-net-for-beginners

Featured in Issue #235 July 08, 2025

Issue also covered: Azure, C#, Design Patterns, .NET Core, OpenAI, Performance, Semantic Kernel, SignalR

Read this issue →

.NET Core Web API Features with Code Examples

https://www.c-sharpcorner.com/article/net-core-web-api-features-with-code-examples/

Featured in Issue #234 July 07, 2025

Issue also covered: CQRS, C#, Design Patterns, .NET 10, GitHub Copilot, OpenAI, OpenTelemetry, Performance

Read this issue →

How to Implement AutoComplete in C# with AjaxControlToolkit

https://www.c-sharpcorner.com/blogs/how-to-implement-autocomplete-in-c-sharp-with-ajaxcontroltoolkit2

Featured in Issue #233 July 04, 2025

Issue also covered: Blazor, C#, .NET Core, EF Core, GitHub, gRPC, .NET MAUI, Performance

Read this issue →

Read This Before Your Next .NET Core Interview — You’ll Thank Me Later

https://medium.com/@talhaawan78654321/read-this-before-your-next-net-core-interview-youll-thank-me-later-5ddcac0d8504

Featured in Issue #231 July 02, 2025

Issue also covered: Clean Architecture, C#, Design Patterns, .NET Core, OpenTelemetry, Performance

Read this issue →

Mastering Connection Pooling with Dapper in ASP.NET Core Web API

https://www.c-sharpcorner.com/article/mastering-connection-pooling-with-dapper-in-asp-net-core-web-api/

Featured in Issue #229 June 30, 2025

Issue also covered: C#, Dapper, .NET Core, Minimal APIs, Performance, Security, Solid Principles

Read this issue →

How to Create a .NET Web API with Swagger Using VS Code and CLI

https://medium.com/@rajput.shubh2510/how-to-create-a-net-web-api-with-swagger-using-vs-code-and-cli-4dd94eefd7d9

Featured in Issue #228 June 27, 2025

Issue also covered: Azure, Blazor, C#, EF Core, ML.NET, OpenAI, Serilog, Visual Studio Code

Read this issue →

How to use Ngrok in ASP.NET Core

https://www.c-sharpcorner.com/article/how-to-use-ngrok-in-asp-net-core/

Featured in Issue #227 June 26, 2025

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

Read this issue →

JWT Authentication in .NET

https://medium.com/@pasanmanohara/jwt-authentication-in-net-ee691b8f7f2a

Featured in Issue #226 June 25, 2025

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

Read this issue →

Adding Multiple Authentication Types to Swagger in .NET Web API

https://medium.com/@rajput.shubh2510/adding-multiple-authentication-types-to-swagger-in-net-web-api-7114f9be8153?source=rss------dotnet-5

Featured in Issue #225 June 24, 2025

Issue also covered: Authentication, C#, Design Patterns, .NET Core, .NET Framework, EF Core, GitHub, GitHub Actions

Read this issue →

From IActionResult to TypedResults: A Modern Approach to ASP.NET Core API Responses

https://medium.com/@serhatalftkn/from-iactionresult-to-typedresults-a-modern-approach-to-asp-net-core-api-responses-0ca5bbc8b423

Featured in Issue #224 June 23, 2025

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

Read this issue →

C# to Angular: Your First .NET Full Stack Project Explained

https://medium.com/@rajeshmonopoly1/c-to-angular-your-first-net-full-stack-project-explained-46f8b6f9da15

Featured in Issue #223 June 20, 2025

Issue also covered: Azure, Docker, .NET 10, EF Core, Kubernetes

Read this issue →

Building Background Tasks in ASP.NET Core

https://www.c-sharpcorner.com/article/building-background-tasks-in-asp-net-core/

Featured in Issue #222 June 19, 2025

Issue also covered: Azure, Azure Functions, C#, .NET 9, EF Core, GitHub Copilot, Redis

Read this issue →

Configuration Management in .NET: All the details you need to know!!!

https://medium.com/@bhargavkoya56/configuration-management-in-net-all-the-details-you-need-to-know-b08af4e0bad2

Featured in Issue #221 June 18, 2025

Issue also covered: Application Insights, C#, .NET 9, .NET Framework, EF Core, GitHub Copilot, OpenAI, Performance

Read this issue →

Ways to Access Config Settings (appsettings) in ASP.NET Core— IConfig and IOptions

https://benedictodoh.medium.com/ways-to-access-config-settings-appsettings-in-asp-net-core-iconfig-and-ioptions-t-2ef48d28d4af

Featured in Issue #218 June 13, 2025

Issue also covered: Azure, C#, Performance, Serilog, SQL Server

Read this issue →

Handling OpenID Connect error events in ASP.NET Core

https://damienbod.com/2025/06/02/handling-openid-connect-error-events-in-asp-net-core/

Featured in Issue #217 June 12, 2025

Issue also covered: Authentication, Design Patterns, .NET 9, .NET Core, JWT, ML.NET, OAuth, OpenAI

Read this issue →

Taming the 100-Line Program.cs — Clean, Scalable Dependency-Injection Setup in ASP.NET Core

https://medium.com/@michaelmaurice410/taming-the-100-line-program-cs-clean-scalable-dependency-injection-setup-in-asp-net-core-d572aefc4e5c

Featured in Issue #214 June 11, 2025

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

Read this issue →

Middleware in ASP.NET Core — Explained Like You’re Coding Daily but Still Unsure What It Does

https://medium.com/@sweetondonie/middleware-in-asp-net-core-explained-like-youre-coding-daily-but-still-unsure-what-it-does-9fbc7fe1acb4

Featured in Issue #215 June 10, 2025

Issue also covered: Authentication, Authorization, Azure, Clean Architecture, C#, Dapper, Design Patterns, .NET 10

Read this issue →

Taming the 100-Line Program.cs — Clean, Scalable Dependency-Injection Setup in ASP.NET Core

https://medium.com/@michaelmaurice410/taming-the-100-line-program-cs-clean-scalable-dependency-injection-setup-in-asp-net-core-d572aefc4e5c

Featured in Issue #216 June 09, 2025

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

Read this issue →

Creating an ASP.NET Core Web API with MongoDB and EF Core

https://malshikay.medium.com/creating-an-asp-net-core-web-api-with-mongodb-and-ef-core-84469ca28d39

Featured in Issue #213 June 06, 2025

Issue also covered: Azure, C#, .NET 9, EF Core, Native AOT, Performance, Service Bus, Visual Studio

Read this issue →

How to build an HTTP Server in .NET — Practical Guide

https://medium.com/@bhargavkoya56/how-to-build-an-http-server-in-net-practical-guide-716e6e0665e7

Featured in Issue #212 June 05, 2025

Issue also covered: Authentication, Benchmarking, C#, EF Core, Redis, Source Generators

Read this issue →

Brighter and the Outbox Pattern: At-Least-Once Delivery for Resilient

https://medium.com/@actor-swe/brighter-and-the-outbox-pattern-at-least-once-delivery-for-resilient-47f3957b4c7d

Featured in Issue #211 June 04, 2025

Issue also covered: Azure, C#, Design Patterns, EF Core, .NET MAUI, OpenAI, Performance, Security

Read this issue →

Revisiting using a Content Security Policy (CSP) nonce in Blazor

https://damienbod.com/2025/05/26/revisiting-using-a-content-security-policy-csp-nonce-in-blazor/

Featured in Issue #209 June 02, 2025

Issue also covered: .NET Aspire, Azure, Blazor, C#, Design Patterns, .NET 9, EF Core, GitHub Copilot

Read this issue →

Why Choose .NET for Full Stack Development in 2025?- NareshIt

https://nareshit.medium.com/why-choose-net-for-full-stack-development-in-2025-nareshit-81adfab3deae?source=rss------dotnet-5

Featured in Issue #207 May 29, 2025

Issue also covered: Authentication, Azure, Blazor, CQRS, C#, Dapper, Design Patterns, .NET 10

Read this issue →

Building a Resilient API in ASP.NET Core 9

https://medium.com/@serasiyasavan14/building-a-resilient-api-in-asp-net-core-9-230605e61b3f?source=rss------dotnet-5

Featured in Issue #206 May 28, 2025

Issue also covered: Azure, C#, Design Patterns, .NET Core, EF Core, GitHub Copilot, Minimal APIs, OpenTelemetry

Read this issue →

How to Implement JWT Authentication in ASP.NET Core

https://benedictodoh.medium.com/how-to-implement-jwt-authentication-in-asp-net-core-4bad7bbc9a99

Featured in Issue #205 May 27, 2025

Issue also covered: .NET Aspire, Cosmos DB, C#, Domain-Driven Design, .NET 9, GitHub Copilot, gRPC, JWT

Read this issue →

The Risks of Misconfigured CORS in Web Development

https://www.c-sharpcorner.com/blogs/the-risks-of-misconfigured-cors-in-web-development

Featured in Issue #203 May 23, 2025

Issue also covered: C#, EF Core, GitHub Copilot, OpenAI, Performance, Security, Source Generators

Read this issue →

From Fragile to Bullet-Proof!— Adding Fault-Handling in ASP.NET Core With Polly

https://medium.com/@michaelmaurice410/from-fragile-to-bullet-proof-adding-fault-handling-in-asp-net-core-with-polly-084f6be74057

Featured in Issue #202 May 22, 2025

Issue also covered: Clean Architecture, C#, .NET 10, EF Core, Performance, REST API, Visual Studio, Visual Studio Code

Read this issue →

Mastering Reverse Proxies in ASP.NET Core: A Beginner’s Guide to YARP

https://medium.com/@ashokreddy343/mastering-reverse-proxies-in-asp-net-core-a-beginners-guide-to-yarp-2d435b023b24

Featured in Issue #200 May 20, 2025

Issue also covered: Azure, Design Patterns, .NET 9, .NET Core, .NET MAUI, Minimal APIs, Performance, REST API

Read this issue →

CPU Cache Optimization in .NET APIs: Unlocking Hidden Performance

https://medium.com/asp-dotnet/cpu-cache-optimization-in-net-apis-unlocking-hidden-performance-f61f03aa9bb6

Featured in Issue #197 May 15, 2025

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

Read this issue →

Understanding Middleware in ASP.NET Core

https://medium.com/@softacom.com/understanding-middleware-in-asp-net-core-1f56fd85bdc1

Featured in Issue #195 May 13, 2025

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

Read this issue →

Creating a WebApi Project in .NET 9 [GamesCatalog] 18

https://www.c-sharpcorner.com/article/creating-a-webapi-project-in-net-9-gamescatalog-18/

Featured in Issue #193 May 09, 2025

Issue also covered: Azure, CQRS, C#, Docker, .NET 10, .NET Core, EF Core, GitHub Actions

Read this issue →

⚙️ .NET Middleware Demystified: Native Patterns That Power Every Request

https://medium.com/@metoz.florian/%EF%B8%8F-net-middleware-demystified-native-patterns-that-power-every-request-da2281e0793b

Featured in Issue #192 May 08, 2025

Issue also covered: Azure, Clean Architecture, C#, Event Sourcing, Performance, REST API, Security

Read this issue →

.NET 9 WebAPI + SQL Server — creating and running API tests in Azure DevOps pipeline

https://medium.com/@xeonya/net-9-webapi-sql-server-creating-and-running-api-tests-in-azure-devops-pipeline-4c56ba67eac3

Featured in Issue #191 May 07, 2025

Issue also covered: Azure, Azure DevOps, Azure Functions, Cosmos DB, C#, Dapper, Design Patterns, Docker

Read this issue →

# Implementing API Key Authentication with LSCoreAuthKey in .NET

https://medium.com/limitlesssoft/implementing-api-key-authentication-with-lscoreauthkey-in-net-8359137c6bc0

Featured in Issue #188 May 02, 2025

Issue also covered: Azure, C#, Dapper, Design Patterns, Docker, EF Core, .NET MAUI, MediatR

Read this issue →

Server-Sent Events in ASP.NET Core and .NET 10

https://khalidabuhakmeh.com/server-sent-events-in-aspnet-core-and-dotnet-10

Featured in Issue #187 May 01, 2025

Issue also covered: Azure, Blazor, C#, .NET 10, .NET 9, .NET Core, EF Core, FluentValidation

Read this issue →

Implement client assertions for OAuth client credential flows in ASP.NET Core

https://damienbod.com/2025/04/21/implement-client-assertions-for-oauth-client-credential-flows-in-asp-net-core/

Featured in Issue #186 April 30, 2025

Issue also covered: Azure, Clean Architecture, C#, Domain-Driven Design, .NET 10, EF Core, GitHub Copilot, gRPC

Read this issue →

Say Goodbye to Crashing Microservices in ASP.NET Core

https://itnext.io/say-goodbye-to-crashing-microservices-in-asp-net-core-738bcf60f3b6

Featured in Issue #185 April 29, 2025

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

Read this issue →

Sharing Session and Application data

https://www.c-sharpcorner.com/article/sharing-session-and-application-data/

Featured in Issue #184 April 28, 2025

Issue also covered: Azure, C#, Dapper, .NET 10, .NET 9, EF Core, Kafka, .NET MAUI

Read this issue →

Integrating Swagger UI, Scalar and ReDoc into a .NET 9 Web API

https://henriquesd.medium.com/integrating-swagger-ui-scalar-and-redoc-into-a-net-9-web-api-15c4000e87f5

Featured in Issue #182 April 24, 2025

Issue also covered: Blazor, .NET 9, .NET Core, .NET Framework, EF Core, GitHub Copilot, .NET MAUI, Performance

Read this issue →

Why You Should Think Twice Before Using Quartz.NET or Hangfire

https://medium.com/@metoz.florian/why-you-should-think-twice-before-using-quartz-net-or-hangfire-8d2a2ebdf8ae

Featured in Issue #180 April 22, 2025

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

Read this issue →

Mastering Health Checks in .NET Core 8: A Complete Guide with Real-World Examples

https://medium.com/@ashokreddy343/mastering-health-checks-in-net-core-8-a-complete-guide-with-real-world-examples-e52b47dea317

Featured in Issue #179 April 21, 2025

Issue also covered: C#, Design Patterns, .NET 10, MediatR, OpenAI, Performance, Security

Read this issue →

Building a Serverless ASP.NET Core Web API using AWS Lambda and Amazon API Gateway (REST API)

https://cloudgurupayments.medium.com/building-a-serverless-asp-net-core-web-api-using-aws-lambda-and-amazon-api-gateway-rest-api-ea86ada61943

Featured in Issue #177 April 17, 2025

Issue also covered: Azure, Azure Functions, Blazor, EF Core, Minimal APIs, OpenAI, Performance, Source Generators

Read this issue →

Building Large-Scale Applications with .NET and Angular: A Comprehensive Guide (Part 3)

https://medium.com/@ImAnandPanchal/building-large-scale-applications-with-net-and-angular-a-comprehensive-guide-part-3-2b5b8a37a265

Featured in Issue #175 April 15, 2025

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

Read this issue →

Configuring ASP.NET Core Forwarded Headers Middleware

https://nestenius.se/net/configuring-asp-net-core-forwarded-headers-middleware/

Featured in Issue #174 April 14, 2025

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

Read this issue →

10 Essential Development Tips for ASP.NET Core

https://www.c-sharpcorner.com/article/10-essential-development-tips-for-asp-net-core/

Featured in Issue #173 April 11, 2025

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

Read this issue →

Filters in ASP.NET Core - Everything you Need to Know!

https://codewithmukesh.com/blog/filters-in-aspnet-core/

Featured in Issue #172 April 10, 2025

Issue also covered: AutoMapper, Azure, Blazor, C#, .NET Core, EF Core, GitHub Copilot, MediatR

Read this issue →

Combatting Bot Attacks: Introducing NSCaptcha for Your .NET Applications

https://medium.com/@hussein.nakhostin2000/combatting-bot-attacks-introducing-nscaptcha-for-your-net-applications-72518e7837f1

Featured in Issue #171 April 09, 2025

Issue also covered: C#, .NET 8, .NET 9, GitHub, Security, SQL Server, Visual Studio

Read this issue →

Protecting Sensitive Data in ASP.NET Core 9 with Azure Key Vault

https://www.c-sharpcorner.com/article/protecting-sensitive-data-in-asp-net-core-9-with-azure-key-vault/

Featured in Issue #170 April 08, 2025

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

Read this issue →

Can ChatGPT build an ASP.NET Core login form in 10 minutes?

https://www.roundthecode.com/dotnet-blog/can-chatgpt-build-aspnet-core-login-form-10-minutes

Featured in Issue #169 April 07, 2025

Issue also covered: Azure, Blazor, C#, Design Patterns, .NET 9, .NET Framework, GitHub Copilot, .NET MAUI

Read this issue →

ASP.NET Core Identity

https://medium.com/@omermemes83/asp-net-core-identity-1be4525edb87

Featured in Issue #167 April 03, 2025

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

Read this issue →

Advanced APIs with ASP.NET Core: Middleware, EF Core, and Versioning

https://www.csharp.com/article/advanced-apis-with-asp-net-co-middleware-ef-core-and-versioning/

Featured in Issue #166 April 02, 2025

Issue also covered: Azure DevOps, C#, Design Patterns, .NET 10, GitHub Copilot, .NET MAUI, OpenAI, Performance

Read this issue →

Dependency Injection in ASP.NET Core Explained

https://codewithmukesh.com/blog/dependency-injection-in-aspnet-core-explained/

Featured in Issue #165 April 01, 2025

Issue also covered: Cosmos DB, C#, .NET 9, EF Core

Read this issue →

ViewDifference Between ViewData, ViewBag, and TempData in ASP.NET MVC

https://medium.com/@shreyans_padmani/viewdifference-between-viewdata-viewbag-and-tempdata-in-asp-net-mvc-e4d26df5e895

Featured in Issue #164 March 31, 2025

Issue also covered: Blazor, C#, Design Patterns, .NET 8, .NET Core, EF Core, ML.NET, Performance

Read this issue →

Explicit Loading in ASP.NET Core Web API

https://www.csharp.com/article/explicit-loading-in-asp-net-core-web-api/

Featured in Issue #163 March 28, 2025

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

Read this issue →

ASP.NET Core OpenAPI with Scalar

https://medium.com/@FitoMAD/asp-net-core-openapi-with-scalar-c430051bbabf

Featured in Issue #162 March 27, 2025

Issue also covered: Azure, C#, Design Patterns, .NET 8, .NET 9, .NET Core, EF Core, FluentValidation

Read this issue →

Overview of advanced security in ASP.NET

https://medium.com/@joshi.vignesh/overview-of-advanced-security-in-asp-net-47128f068513

Featured in Issue #160 March 25, 2025

Issue also covered: Azure DevOps, Benchmarking, Blazor, CQRS, C#, .NET 9, GitHub, GitHub Copilot

Read this issue →

Tiny .NET Core Bug Almost Shut Down a Factory!

https://medium.com/c-sharp-programming/this-tiny-bug-in-our-net-core-api-nearly-took-down-a-factory-feb1a52b4164

Featured in Issue #159 March 24, 2025

Issue also covered: Azure, Clean Architecture, C#, .NET Core, Event Sourcing, MediatR, Minimal APIs, ML.NET

Read this issue →

Exploring Next-Gen Web Apps with .NET

https://medium.com/tools-trips/exploring-next-gen-web-apps-with-net-7147988ce241

Featured in Issue #158 March 21, 2025

Issue also covered: Azure, Blazor, C#, GitHub Actions, OpenAI, Security, Web API

Read this issue →

.NET Controllers or Minimal API’s ?

https://www.csharp.com/article/net-controllers-or-minimal-apis/

Featured in Issue #156 March 19, 2025

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

Read this issue →

Building Your First ASP.NET Core MVC Application Without EF Core: A Beginner’s Guide

https://medium.com/@gargaruhi9/building-your-first-asp-net-core-mvc-application-without-ef-core-a-beginners-guide-6cc35f577b50

Featured in Issue #155 March 18, 2025

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

Read this issue →

Protecting Sensitive Data in ASP.NET Core 9 with Azure Key Vault

https://www.csharp.com/article/protecting-sensitive-data-in-asp-net-core-9-with-azure-key-vault/

Featured in Issue #154 March 17, 2025

Issue also covered: AOT, Azure, Azure Functions, Blazor, C#, .NET 10, .NET 8, .NET 9

Read this issue →

OutputCache

https://medium.com/@samanazadi1996/outputcache-d250a911f741

Featured in Issue #153 March 14, 2025

Issue also covered: Azure, Blazor, C#, Docker, .NET Core, EF Core, Event Sourcing, GitHub Actions

Read this issue →

Seq Logging with ASP.NET Core Web API and Serilog: Your Debugging Superpower

https://medium.com/@nagarajvela/seq-logging-with-asp-net-core-web-api-and-serilog-your-debugging-superpower-9aa089f869e1

Featured in Issue #152 March 13, 2025

Issue also covered: .NET Aspire, Azure, C#, .NET 9, GitHub Copilot, .NET MAUI, OpenAI, Performance

Read this issue →

A Comprehensive Guide to SignalR: Real-Time Web Communication Made Simple

https://medium.com/@sylvain.tiset/a-comprehensive-guide-to-signalr-real-time-web-communication-made-simple-a098deeb05f1

Featured in Issue #151 March 12, 2025

Issue also covered: Azure, C#, .NET Core, EF Core, GitHub Copilot, .NET MAUI, Performance, Profiling

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: Authentication, Azure, .NET 10, GitHub Copilot, Performance, Security, Service Bus, Visual Studio

Read this issue →

Session and State Management in ASP.NET Core

https://rahulsahay19.medium.com/session-and-state-management-in-asp-net-core-57e3664cd733

Featured in Issue #148 March 07, 2025

Issue also covered: C#, Design Patterns, .NET 10, EF Core, GitHub Copilot, JWT, .NET MAUI, Performance

Read this issue →

Idempotency in ASP.NET - How to make a resilient application

https://medium.com/@denmaklucky/idempotency-in-asp-net-how-to-make-a-resilient-application-1a56c0a5b734

Featured in Issue #146 March 05, 2025

Issue also covered: Azure, Azure Functions, CQRS, C#, .NET 9, .NET Core, EF Core, GitHub Copilot

Read this issue →

Integrating an ASP.NET Core API with a Nuxt Front End: A Step-by-Step Guide

https://techwatching.dev/posts/aspnetcore-with-nuxt

Featured in Issue #145 March 04, 2025

Issue also covered: .NET Aspire, Azure, Cosmos DB, C#, Design Patterns, .NET 10, .NET 9, .NET Core

Read this issue →

Understanding Refresh Tokens in Web API Development with C#

https://towardsdev.com/understanding-refresh-tokens-in-web-api-development-with-c-17761a591cfc

Featured in Issue #144 March 03, 2025

Issue also covered: Authentication, Azure, C#, Design Patterns, .NET 9, EF Core, Performance, SignalR

Read this issue →

What's New for ASP.NET Core & Blazor in .NET 9

https://www.dotnetcurry.com/aspnet-core/new-features-aspnet-core-9-blazor-dotnet-9

Featured in Issue #143 February 28, 2025

Issue also covered: AutoMapper, Azure, Blazor, C#, .NET 9, GitHub Copilot, gRPC, .NET MAUI

Read this issue →

Create an anti-idle App for Microsoft Teams with .NET

https://schwabencode.com/blog/2025/02/17/dotnet-anti-idle-microsoft-teams

Featured in Issue #142 February 27, 2025

Issue also covered: .NET Aspire, Azure, C#, .NET 9, .NET Core, EF Core, .NET MAUI, MediatR

Read this issue →

Setting application environment variables in IIS without restarts

https://andrewlock.net/setting-environment-variables-in-iis-and-avoiding-app-pool-restarts/

Featured in Issue #141 February 26, 2025

Issue also covered: Blazor, C#, EF Core, GitHub Copilot, .NET MAUI, Performance, Unit Testing

Read this issue →

GitHub Copilot Release Party

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

Featured in Issue #140 February 25, 2025

Issue also covered: Azure, Azure DevOps, C#, .NET Core, EF Core, GitHub Copilot, Performance, Security

Read this issue →

.NETAPI Gateways veYARP

https://190601030.medium.com/netapi-gateways-veyarp-d5d39c3bcb06

Featured in Issue #139 February 24, 2025

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

Read this issue →

ASP.NET Core delegated OAuth Token Exchange access token management

https://damienbod.com/2025/02/10/asp-net-core-delegated-oauth-token-exchange-access-token-management/

Featured in Issue #138 February 21, 2025

Issue also covered: Authentication, Azure, Azure Functions, Cosmos DB, C#, Design Patterns, Docker, .NET 9

Read this issue →

Building RESTful APIs with ASP.NET Core: Best Practices

https://www.csharp.com/article/building-restful-apis-with-asp-net-co-best-practices/

Featured in Issue #137 February 20, 2025

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

Read this issue →

Microsoft.Testing.Platform: Now Supported by All Major .NET Test Frameworks

https://devblogs.microsoft.com/dotnet/mtp-adoption-frameworks/

Featured in Issue #136 February 19, 2025

Issue also covered: C#, .NET 9, EF Core, System.Text.Json, Unit Testing, Visual Studio

Read this issue →

Understanding Host in the ASP.NET Core

https://www.csharp.com/blogs/understanding-host-in-the-asp-net-core

Featured in Issue #135 February 18, 2025

Issue also covered: Benchmarking, C#, EF Core, .NET MAUI, Newtonsoft.Json, Performance, SQL Server, System.Text.Json

Read this issue →

ASP.NET Core and Chunking HTTP Cookies

https://khalidabuhakmeh.com/aspnet-core-and-chunking-http-cookies

Featured in Issue #134 February 17, 2025

Issue also covered: AOT, .NET Aspire, Benchmarking, Blazor, C#, .NET 10, .NET 8, .NET 9

Read this issue →

Related topics