#fastendpoints
Getting Started with FastEndpoints for Building Web APIs in .NET

#devdigest #net
Getting Started with FastEndpoints for Building Web APIs in .NET
Explore how to create API endpoints, handle requests, responses and add validation with FastEndpoints in ASP.NET Core
devdigest.today
November 13, 2024 at 9:34 AM
I've posted a bit about .NET 9 being a lil buggy which it is, but that's not really fair as it's also very impressive.

Here's my benchmarker for web frameworks (Carter, FastEndpoints, MVC Controllers, Minimal APIS, Reaper) between .NET 8 and .NET 9.

#dotnet #aspnetcore #aspnet #performance #net9
November 28, 2024 at 9:15 PM
😩 Tired of bloated Controllers and messy Minimal APIs?

❗ FastEndpoints solves common .NET API problems with the REPR pattern, better organization, and built-in validation.

⚖️Consider the tradeoffs: https://blog.nimblepros.com/blogs/fastendpoints-controllers-and-minimal-apis-compared/
October 7, 2025 at 6:00 PM
I'm doing a personal #dotnet project with #Aspire, #Orleans, #Blazor, #SignalR, #FastEndpoints, #LanguageExt, #CosmosDB, #AzureStorage and #Keycloak (Identity)
It's all stuff I know very little about (except Azure Storage and CosmosDB).
January 3, 2025 at 5:35 PM
In today's On .NET, we discover the REPR pattern and how FastEndpoints helps us build cleaner, more maintainable APIs.

Learn to separate concerns, validate requests, and return focused responses—without the controller bloat.
msft.it/63323saB1S
#dotnet #FastEndpoints
October 6, 2025 at 12:45 PM
April 5, 2026 at 7:00 PM
New post from my blog...

In case you missed it earlier...

Validation in FastEndpoints: Pipelines, Pitfalls, and Patterns
https://barretblake.dev/posts/development/2026/06/fastendpoints-validation/ #fastendpoints #dotnet #validation
July 1, 2026 at 3:00 AM
New post from my blog...

In case you missed it earlier...

FastEndpoints vs ASP.NET Minimal APIs in 2026
https://barretblake.dev/posts/development/2026/04/fastendpoints-vs-minimal-apis/ #fastendpoints #minimalapis #dotnet
April 3, 2026 at 12:00 AM
Elevate your #DotNet skills with advanced techniques using FastEndpoints! Dive into expert-level validation, dependency injection, and middleware strategies. Enhance your application architecture today. #SoftwareDevelopment
Just a moment...
blog.stackademic.com
May 20, 2026 at 3:15 PM
📦 attributes-php/wp-fastendpoints-contracts v2.2.0

Holds common contracts for WP-FastEndpoints

🔗 https://github.com/Attributes-PHP/wp-fastendpoints-contracts
October 10, 2025 at 11:58 AM
Refactoring from MVC Controllers to FastEndpoints and Vertical Slice Architecture makes me feel like i’m regaining control! Such a pleasure to use. #dotnet
November 23, 2024 at 11:32 PM
📦 matapatos/wp-fastendpoints v3.0.0

Fast to type. Fast to run WordPress REST endpoints

🔗 https://github.com/Attributes-PHP/wp-fastendpoints
August 23, 2025 at 8:58 PM
📦 attributes-php/fastendpoints-depends v2.0.2

Treats WordPress plugins as dependencies to speed up your REST API's

🔗 https://github.com/Attributes-PHP/wp-fastendpoints-depends
September 3, 2025 at 9:11 AM
🔥Ditching traditional #ASPNETCore controllers for #FastEndpoints!
It's the perfect blend of structure and simplicity.

It's as easy to use as Minimal APIs, but with the organization and structure of controllers. Code is so much cleaner! ✨ #dotnet #webdev #minimalAPI
December 18, 2024 at 4:27 PM
I've been getting into #dotnet for the past months.

The language transition from JS/TS has been surprisingly easy.

As expected, I struggled with the framework but I found FastEndpoints which simplified things a lot.

fast-endpoints.com
FastEndpoints
FastEndpoints is a developer friendly alternative to Minimal APIs & MVC for rapid REST API development.
fast-endpoints.com
March 10, 2025 at 3:37 PM
Continuing to experiment with various AI coding agents. They continue to all be shit with Blazor, EntityFramework, and FastEndpoints. Claude, GPT, doesn't matter which version. Even the newest ones get the syntax and implementation wrong every... single... time...
January 3, 2026 at 9:37 PM
April 6, 2025 at 8:44 PM
Productive Web API Development with FastEndpoints and Vertical Slice Architecture in .NET

#devdigest #net
Productive Web API Development with FastEndpoints and Vertical Slice Architecture in .NET
Learn how to be more productive in development of Web APIs using FastEndpoints and Vertical Slice Architecture in .NET
devdigest.today
November 19, 2024 at 12:30 PM
FastEndpoints - because keeping each endpoint somewhat self contained is the best
IdGen - because guids make people sad
November 23, 2024 at 1:08 PM
Look, I don't want to take anything away from them, but Wolverine's HTTP model is lower code ceremony than FastEndpoints and the outbox integration is a killer feature nothing else has like that.
September 9, 2026 at 1:19 AM
Fastendpoints on the api side. But not refit or similar on the client. Mvvmtoolkit was great to start with, but the plain blazor is okay now
March 9, 2025 at 4:10 PM
Every .NET team hits the same wall: controllers that violate the Open-Closed Principle or minimal APIs that become unmaintainable. This architectural comparison goes over the pain points of API growth and alternative patterns.
FastEndpoints, Controllers, and Minimal APIs Compared: A Complete .NET Developer Guide
Tired of bloated Controllers and messy Minimal APIs? Discover how FastEndpoints solves common .NET API problems with the REPR pattern, better organization, and built-in validation. Complete guide with examples.
blog.nimblepros.com
October 17, 2025 at 1:16 PM
Hi everyone! I'm developing an experimental XRPC handler (as middleware and DI container), in C# having a syntax like FastEndpoints, on Tangled: tangled.org/gary.atmotyp...

Just started developing right now, and I'm a newbie C# guy, so it will take some time to finish!

#atproto #Csharp
gary.atmotype.win/SolenoidXRPC
XRPC Handler via FishyFlip
tangled.org
January 11, 2026 at 2:18 PM
@ardalis.com I've been watching your awesome modular monolith course on dometrain. I've been trying to work out what the advantage of using FastEndpoints is over minimal APIs? I can't help but think it's more boilerplate and additional dependencies.

Is there any particular reason you prefer it?
October 28, 2025 at 5:11 PM
Did an experiment last night. Same op both ways, one downstream failure.

FastEndpoints: attempts=1 delivered=0
Wolverine: attempts=2 delivered=1

Right on both counts, and the outbox sold me.

Stuck on one thing, does a queued message keep its tenant? Marten conjoined here.
September 9, 2026 at 1:26 AM