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.
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…
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...
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…
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…
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.
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.
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 ...
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
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...
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...
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
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.
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)
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…
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
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…
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
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#
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.
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.
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
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?
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...
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.
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...
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
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
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.
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…
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…
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…
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…
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
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.
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.
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…
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.
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…
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…
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.
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 ...
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.
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 »
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...
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:...
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…
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…
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
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.
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.
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…
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
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.
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.
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
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.
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
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…
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…
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...
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…
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.
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...
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…
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?
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!
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…
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…
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,...
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.
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
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…
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…
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...
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...
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
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...
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...
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…
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.
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!
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…
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:
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
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
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…
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
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
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
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.
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…
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
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…
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)
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 »
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…
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...
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 »
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)
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…
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.
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…
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
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!
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.
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.
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...
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…
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 ...
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.
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!
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.
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
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.
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
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...
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...
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...
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
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
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....
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 »
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...
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...
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...
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
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
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...
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...
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…
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...
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...
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.
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, ...
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?
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…
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 »
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...
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?
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...
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:
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.
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.
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…
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 »
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…
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...
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 »
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.
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.
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.
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...
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/
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 »
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.
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 »
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…
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...
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!
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.
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.
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
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...
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…
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…
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 »
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.
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…
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…
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…
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”…
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...
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.
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...
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
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 »
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...
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...
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...
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/
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
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
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
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
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/
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/
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
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
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
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
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/
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
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/
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/
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/
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
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/
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
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
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/
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
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/
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
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
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
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
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/
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
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
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/
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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/
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
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
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
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
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/
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
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/
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
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
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
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
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
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/
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/
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/
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
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/
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
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
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/
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/
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
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/
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
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
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
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
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/
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
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/
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
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
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
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
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
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
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
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
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
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
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/
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
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
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/
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/
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/
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
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
Issue also covered: AOT, .NET Aspire, Benchmarking, Blazor, C#, .NET 10, .NET 8, .NET 9
Read this issue →