apis
ASP.NET Core Minimal APIs Articles, Tutorials & News
ASP.NET Core Minimal APIs articles, tutorials, and news from the DotNetNews archive.
142 articles Updated Page 2 of 6
Browse additional ASP.NET Core Minimal APIs articles from the DotNetNews archive.
ASP.NET Core Minimal APIs articles
Page 2 of 6
Newest first
-
Building a .NET API Gateway: YARP Foundation, Health Checks, Load Balancing, and Security
medium.com Issue #401
Whether you’re building a small internal tool or a customer-facing application, there comes a point where you need more control over how…
-
LINQ, APIs, and observability in .NET
DotNetNews Issue #398
A varied .NET roundup covering LINQ internals, Web API patterns, OpenTelemetry metrics, Azure Functions triggers, AI tooling, and Visual Studio news.
-
Standardizing Global Errors: Using IExceptionHandler and Problem Details Services in ASP.NET 10
medium.com Issue #397
In this article, we’ll explore using the modern approach to error handling in ASP.NET 10 by using the IExceptionHandler interface. We will…
-
Scalar for .NET Minimal APIs: A Modern Alternative to Swagger UI
medium.com Issue #393
I’m sure every web developer has used (or at least heard of) OpenAPI. In the .NET ecosystem, Swagger has been the de facto standard for…
-
Clean Architecture With Document Databases, Minimal APIs, and CQRS in .NET 10
medium.com Issue #391
Part 1 — Laying a Rock-Solid Foundation Continue reading on Stackademic »
-
C# Rounding, Routing, and Azure Workflows
DotNetNews Issue #390
A mixed .NET roundup covering rounding rules, ASP.NET Core routing, Azure queue email pipelines, background jobs, and AI dev tools.
-
Logging, EF Core, and .NET 10 upgrade reasons
DotNetNews Issue #379
A varied .NET roundup with Serilog logging, EF Core Fluent API, .NET 10 upgrade reasons, MAUI, SignalR, and Azure DevOps updates.
-
CLAUDE.md for .NET Developers - Complete Guide with Templates
codewithmukesh.com Issue #377
Learn to write the perfect CLAUDE.md for .NET projects. Includes copy-paste templates for Clean Architecture, Minimal APIs, and enterprise solutions.
-
Remote MCP Servers using .NET
logcorner.com Issue #372
The main entry point that configures and runs the MCP server using ASP.NET Core minimal APIs. Server-Sent Events (SSE) : Supports streaming responses using SSE with JSON-RPC 2.0 protocol
-
Unlock Blazing Fast ASP.NET Core APIs with Smart Caching Strategies
nelsonyounus.medium.com Issue #366
Minimal APIs in .NET 10: Clean, Lightweight, But Are They Really Minimal?
-
MCP Development with .NET, C#, Cloud Run, and Gemini CLI
medium.com Issue #363
Leveraging Gemini CLI and the underlying Gemini LLM to build Model Context Protocol (MCP) AI applications with C# deployed to Google Cloud…
-
S3 Versioning in .NET - Protect Against Accidental Deletes and Recover Any File Version
codewithmukesh.com Issue #363
Learn how to enable S3 versioning, list previous versions, restore deleted files, and permanently delete versions using .NET. Build a minimal API that gives you complete control over your S3 object hi...
-
C# 14 features and microservices patterns
DotNetNews Issue #362
This issue covers C# 14 language updates, OpenAPI-driven full-stack typing, and practical microservices and design-pattern guidance for .NET teams.
-
Validation in .NET 10: Native Support for Minimal APIs
c-sharpcorner.com Issue #360
.NET 10 introduces native validation for Minimal APIs, eliminating manual checks and third-party libraries. Simplify your code and boost performance with Data Annotations!
-
.NET 9 Changed Everything — You Won’t Believe How APIs Work Now!
medium.com Issue #351
.NET 9 is here. In other words — it’s not just an upgrade, it’s a game-changer for API development. Minimal API, AOT, new Hosting Model… Continue reading on Dot Net, API & SQL Learning »
-
ASP.NET Core pipeline, C# 14, and .NET 10 networking
DotNetNews Issue #349
A varied .NET roundup covering filters, middleware, dependency injection, testing, logging, LINQ performance, and new platform features.
-
I Finally Tried .NET 10 Minimal API Validation — It Removed More Boilerplate Than I Expected
blog.stackademic.com Issue #348
Discover how a tiny feature in .NET 10 cleaned up my endpoints, automated request checks, and made validation feel like magic — with real… Continue reading on Stackademic »
-
Simplifying Cloud-Native Development with .NET Aspire
medium.com Issue #346
Build observable, production-ready distributed applications with .NET Aspire Continue reading on Simform Engineering »
-
EF Core, C# features, and ASP.NET Core security
DotNetNews Issue #343
Practical .NET reads on EF Core configuration, C# language habits, ASP.NET Core pipelines, caching, security, and clean architecture.
-
Building an Event-Driven Web API Using Channels in .NET
malshikay.medium.com Issue #336
When you build a Web API, sometimes you need to handle work that should not block the main request.
-
️ Clean Architecture With Document Database, Minimal APIs, and CQRS in .NET 9
medium.com Issue #336
PART 1 — Foundations, Architecture Map, and Full Project Setup Continue reading on CodeToDeploy »
-
ASP.NET Core 9 APIs — Faster Endpoints for C# Developers
medium.com Issue #334
Minimal APIs just got a massive performance boost with 93% less memory consumption and 15% more throughput
-
Article 3 — Startup.cs vs Minimal Hosting: Migration Without Tears
medium.com Issue #328
Subtitle: Moving from .NET 3.1/5 patterns to .NET 6+ without breaking your app
-
REST API Design Mistakes to Avoid (Practical Tips) .NET 9.0
c-sharpcorner.com Issue #327
Master REST API design in .NET 9.0! Learn to avoid common mistakes, leverage minimal APIs, and ensure security, scalability, and Native AOT compatibility.
-
ASP.NET Core, architecture, and performance
DotNetNews Issue #324
A varied .NET roundup with Clean Architecture, ASP.NET Core REST API guidance, LINQ and memory fixes, plus Redis, SQL Server, and WebAssembly.