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 4 of 6
Browse additional ASP.NET Core Minimal APIs articles from the DotNetNews archive.
ASP.NET Core Minimal APIs articles
Page 4 of 6
Newest first
-
How to use parameter binding for routes in Minimal APIs
roundthecode.com Issue #269
Learn how to use parameter binding in minimal API routes with wildcards and constraints as well as using them in an endpoint handler alongside special types. The page How to use parameter binding for ...
-
Everything You Need to Know About Minimal APIs in .NET
mariemoalla.medium.com Issue #267
Minimal APIs are a lightweight way to build HTTP APIs in .NET with minimal ceremony. Introduced in .NET 6, they focus on simplicity, and…
-
EF Core, .NET 10 and architecture picks
DotNetNews Issue #265
A varied .NET lineup covering EF Core tuning, .NET 10 Preview 7, SignalR, Redis caching, CQRS, and AI-powered C# workflows.
-
Minimal APIs in .NET: The Beginner-Friendly Gateway I Wish I Found Sooner
medium.com Issue #264
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”…
-
-
From No-Code MVP to Enterprise SaaS: A Founder’s Playbook
faciletechnolab.com Issue #264
A step-by-step guide for founders to scale their no-code MVP into a robust enterprise SaaS product without losing momentum.
-
Cancelling Asynchronous Requests in a React & .NET Application
medium.com Issue #264
And what to consider for UI/UX when applying asynchronous logic.
-
ASP.NET Core Middleware: Use vs Map vs Run
medium.com Issue #263
What’s the Difference? Continue reading on .Net Programming »
-
Minimal APIs Cheatsheet (in ASP.NET Core)
c-sharpcorner.com Issue #262
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.
-
Web API, EF Core, CQRS and .NET 9 benchmarking
DotNetNews Issue #261
This issue covers API design, security, EF Core tuning, concurrency, migration, and .NET 9 benchmarking for working developers.
-
3 Ways to Create Middleware in ASP.NET Core (With Real Examples)
medium.com Issue #260
Hi, I’m Ali. I’ve been working as a software developer with .NET Core for about 3 years. One of the most important things I’ve learned is… Continue reading on DotnetAsync »
-
What are Minimal APIs in .NET, and When Should I Use Them?
c-sharpcorner.com Issue #260
Explore the concept of Minimal APIs in .NET. Learn what they are, how they differ from traditional Web APIs, when to use them, and how to implement them with real code examples in .NET 6/7/8.
-
Azure SQL GA, EF Core filters, and Semantic Kernel
DotNetNews Issue #257
This issue covers Azure SQL GA features, EF Core global filters, Semantic Kernel, ASP.NET security, source generators, Aspire, and more.
-
You’re Ordering ASP.NET Middleware Wrong — Here’s Microsoft’s Proven Fix (with Examples)
medium.com Issue #249
https://medium.com/@mohsho10/youre-ordering-asp-net-middleware-wrong-here-s-microsoft-s-proven-fix-with-examples-695474332a35
-
Mastering Middleware in ASP.NET Core: The Complete Guide to Request Pipeline
c-sharpcorner.com Issue #248
https://www.c-sharpcorner.com/article/mastering-middleware-in-asp-net-co-the-complete-guide-to-request-pipeline/
-
EF Core, Polly and .NET 10 takeaways
DotNetNews Issue #247
A varied .NET roundup with EF Core guidance, Polly resilience, MAUI Blazor templates, async throughput, feature flags, and more.
-
Enriching Swagger Docs for Minimal APIs Using Generic Metadata
medium.com Issue #246
https://medium.com/@vlad.ganuscheak/enriching-swagger-docs-for-minimal-apis-using-generic-metadata-26c198f31020
-
Rate Limiting with .NET Minimal APIs using AspNetCoreRateLimit
c-sharpcorner.com Issue #244
https://www.c-sharpcorner.com/article/rate-limiting-with-net-minimal-apis-using-aspnetcoreratelimit/
-
Building Clean and Scalable BFFs with .NET Minimal APIs and Plugin Architecture
medium.com Issue #243
https://medium.com/@yaseer.arafat/building-clean-and-scalable-bffs-with-net-minimal-apis-and-plugin-architecture-ade050c977ab
-
ASP.NET Community Standup - Why aren't you using Minimal APIs?
youtube.com Issue #242
https://www.youtube.com/watch?v=lXvHXA_vuro
-
.Net 9 Web API Minimal API with Entity Framework
c-sharpcorner.com Issue #232
https://www.c-sharpcorner.com/article/net-9-web-api-minimal-api-with-entity-framework/
-
Understanding Exclusive Locks in C#: A Complete Guide to Thread Synchronization
towardsdev.com Issue #230
https://towardsdev.com/understanding-exclusive-locks-in-c-a-complete-guide-to-thread-synchronization-28428af97ab5
-
Performance, DI, and C# fundamentals
DotNetNews Issue #229
This issue mixes Dapper pooling, SOLID, DI lifetimes, memory leaks, async slowdowns, security, and LINQ guidance for everyday .NET work.
-
Difference Between Minimal API and Controller API .NET Core
c-sharpcorner.com Issue #227
https://www.c-sharpcorner.com/article/different-between-minimal-api-and-controller-api-net-core/
-
EF Core performance, AI tools, and ASP.NET Core security
DotNetNews Issue #226
A varied .NET roundup covering EF Core troubleshooting, LINQ pitfalls, JWT and authorization, caching, health checks, and AI/data tooling.