apis
ASP.NET Core Minimal APIs Articles, Tutorials & News
ASP.NET Core Minimal APIs articles, tutorials, and news from the DotNetNews archive.
137 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
-
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.
-
Key Innovations in ASP.NET Core 9 (and beyond)
c-sharpcorner.com Issue #323
Explore ASP.NET Core 9's key innovations: static asset optimization, enhanced Minimal APIs, Blazor improvements, security, and performance boosts for modern web apps.
-
Distributed Caching in ASP.NET Core with Redis | A Complete Practical Guide (.NET 9 + Minimal APIs)
medium.com Issue #323
I didn’t understand caching for years.
-
Avoiding the “God Controller”: How to Refactor Your ASP.NET Core APIs
medium.com Issue #319
Transform your large controllers into clean, testable, and maintainable code the right way.
-
Understanding base() vs this() in C# Constructors — A Deep Dive
medium.com Issue #319
“Constructors build the foundation of your class hierarchy — understanding how base() and this() work gives you full control over object…
-
Migrating ASP.NET MVC to Minimal APIs: Handling Authentication, Filters, and Best Practices
medium.com Issue #318
Disclaimer: This article was generated with AI assistance based on real-world migration experience from a production ASP.NET Core MVC API…