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 3 of 6
Browse additional ASP.NET Core Minimal APIs articles from the DotNetNews archive.
ASP.NET Core Minimal APIs articles
Page 3 of 6
Newest first
-
11 No-Drama Ways to Organize Minimal API Endpoints in Clean Architecture (with Copy-Paste Code)
medium.com Issue #318
If you want the full source code, join our community: Here
-
Clean Architecture with a Document DB, Minimal APIs, and CQRS in .NET 9 (Copy-Paste Starter Kit)
medium.com Issue #313
If you want the full source code, join our community: Here
-
JWT claims, LINQ, EF Core and more
DotNetNews Issue #312
A mixed .NET lineup covering authorization, query translation, EF Core tuning, SignalR, NuGet sponsorship, Azure Functions, and AI agent architecture.
-
Minimal APIs Revolution: ASP.NET Core Rapid API Development Guide & Examples : Part 9 of 40
c-sharpcorner.com Issue #307
Unlock rapid API development with ASP.NET Core Minimal APIs! This comprehensive guide, part of a 40-part series, covers everything from basic CRUD operations to advanced techniques like authentication...
-
Understanding Filters in ASP.NET Core: A Comprehensive Guide — Part 1
medium.com Issue #305
In ASP.NET Core, filters are a powerful feature that allow you to run code before and after the middleware working stages of the request… Continue reading on .Net Programming »
-
Understanding API in .NET Core — A Beginner-Friendly Guide with Real-Life Example
c-sharpcorner.com Issue #304
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...
-
JSON performance, EF Core, and .NET 9 microservices
DotNetNews Issue #303
A varied .NET roundup covering System.Text.Json speedups, EF Core optimization, Blazor in .NET 10, Copilot, Dapr, and validation patterns.
-
Meet the Microsoft Agent Framework: A .NET Developer’s Gateway to AI Agents
medium.com Issue #300
I still remember wiring together my first AI “assistant” in a Blazor app last year. Picture this: me at 2 AM, juggling Semantic Kernel…
-
OpenAPI & Minimal APIs in ASP.NET Core 10.0
c-sharpcorner.com Issue #300
This article dives into building lightweight, well-documented, and secure APIs with minimal boilerplate. Discover how to leverage route groups, filters, SSE, and OpenAPI security definitions for impro...
-
Spinning Up a Minimal Todo List API in .NET
medium.com Issue #298
As a JavaScript developer, I’ve always worked with React + NodeJS, but I recently decided to dive into .NET to understand how to build a…
-
State Management in .NET MAUI: MVVM, MVU, and Dependency Injection
vipin-johney.medium.com Issue #298
Managing state is one of the most important parts of building mobile apps. In .NET MAUI, you have multiple ways to handle state depending…
-
Building a Reverse Proxy with YARP in .NET
medium.com Issue #295
Modern microservices architectures often involve multiple services running independently. Managing and exposing these services efficiently… Continue reading on ExpertMinds »
-
Building Secure APIs with Role-Based Access Control in ASP.NET Core
milanjovanovic.tech Issue #294
Learn how to implement Role-Based Access Control (RBAC) in ASP.NET Core with custom authorization handlers, permission-based policies, and clean extension methods for both Minimal APIs and MVC control...
-
Implementing API Versioning in ASP.NET Core
medium.com Issue #286
Practical API versioning for Minimal APIs and MVC.
-
Add API key authentication to an Minimal API endpoint
roundthecode.com Issue #284
Learn how to add API key authentication to a minimal API endpoint by using a saved key in the config and how you can add a fallback policy to protect all routes. The page Add API key authentication to...
-
Async, Blazor, and AOT in .NET
DotNetNews Issue #283
A varied .NET roundup covering async gotchas, Blazor lifecycle guidance, Native AOT deployment, security, AI, SQL Server tuning, and more.
-
ASP.NET Core, EF Core, and C# performance picks
DotNetNews Issue #282
A varied set of .NET reads on low-latency C#, YARP, EF Core loading, Blazor in .NET 10, Serilog, security, and more.
-
-
Minimal APIs in .NET 10: Now with OpenAPI 3.1 Support
javascript.plainenglish.io Issue #281
.NET 10, Minimal APIs have taken another leap forward Continue reading on JavaScript in Plain English »
-
Modern .NET APIs: Minimal APIs, Clean Architecture, Aspire + Ollama
blog.yaseerarafat.com Issue #280
A practical blueprint for building maintainable, production-ready .NET APIs with Aspire, Minimal APIs, OpenAPI, and local AI models using…
-
Minimal APIs vs MVC in .NET: Which One Should You Choose?
medium.com Issue #280
Key Differences Between Minimal APIs and MVC.
-
.NET Minimal API Nedir? Avantajları ve Performansı
medium.com Issue #276
Son zamanlarda .NET dünyasında en çok konuşulan konulardan biri Minimal API. Ben de projelerimde deneme fırsatı bulduğum için…
-
Blazor, performance, and security
DotNetNews Issue #275
A mixed .NET lineup covering Blazor, testing, source generators, .NET 9 performance, ASP.NET Core security, Azure, MAUI, and RAG.
-
Creating Minimal API's quickly with ASP.NET Core
c-sharpcorner.com Issue #272
In this comprehensive article, we'll explore how to leverage ASP.NET Core to develop minimal APIs rapidly, covering key concepts, best practices, and practical examples.
-
FastEndpoints for Senior .NET Developers: Advanced Validation, DI, and Middleware Techniques
blog.stackademic.com Issue #269
Why FastEndpoints Matters for Senior Developers Continue reading on Stackademic »