From 1d090e564edc3dab5f44e96b0892789901e5fb1f Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 2 Sep 2024 16:42:14 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1d2ef1..a62384f 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ A project for supporting API Endpoints in ASP.NET Core web applications. -## Sponsors +## Fast Endpoints -A HUGE Thank-You to [AWS](https://github.com/aws) for sponsoring this project in June 2023 with an annual sponsorship! +If you're on .NET 6 or later (if you're no longer on .NET 4.x you should be on at least .NET 8) you're probably better off using Minimal APIs than Controllers. MVC is a [dull edge technology](https://ardalis.com/technology-edges-bleeding-leading-rusting/) at this point. If you like the organization used by this library and the [REPR Pattern](https://deviq.com/design-patterns/repr-design-pattern) in general, I am not recommending the [FastEndpoints](https://fast-endpoints.com/) library. It has a *lot* of additional functionality you can use or not, but its core api endpoint functionality is very solid and fast. ## Give a Star! :star: