Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Jan 14, 2022
1 parent 1c4bda6 commit b6bfeb7
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ For version 3.0 we implemented a new way to define the base classes using "fluen

[7. Related Articles](#7-related-articles)

[8. Related / Similar Projects](#8-related--similar-projects)
[8. Videos and Podcasts](#8-videos-podcasts)

[9. Projects Using ApiEndpoints](#9-projects-using-apiendpoints)
[9. Related / Similar Projects](#8-related--similar-projects)

[10. Success Stories and Testimonials](#10-success-stories-and-testimonials)
[10. Projects Using ApiEndpoints](#9-projects-using-apiendpoints)

[11. Success Stories and Testimonials](#10-success-stories-and-testimonials)

## 1. Motivation

Expand Down Expand Up @@ -274,22 +276,26 @@ One thing that Controllers do have is built-in support in the framework to use t
- [Decoupling Controllers with ApiEndpoints](https://betweentwobrackets.dev/posts/2020/09/decoupling-controllers-with-apiendpoints/)
- [Fluent Generics](https://tyrrrz.me/blog/fluent-generics)

## 8. Related / Similar Projects
## 8 Videos and Podcasts

- [.NET Rocks ASP.NET Core API Endpoints with Steve Smith](https://www.dotnetrocks.com/default.aspx?ShowNum=1695)

## 9. Related / Similar Projects

- [SimpleEndpoints](https://github.com/dasiths/SimpleEndpoints)
- [FunctionMonkey](https://github.com/JamesRandall/FunctionMonkey) A similar approach for Azure Functions.
- [https://github.com/Kahbazi/MediatR.AspNetCore.Endpoints](https://github.com/Kahbazi/MediatR.AspNetCore.Endpoints) A similar approach using MediatR and middleware.
- [Voyager](https://github.com/smithgeek/voyager) A similar approach using MediatR that works for ASP.NET core and Azure Functions.

## 9. Projects Using ApiEndpoints
## 10. Projects Using ApiEndpoints

If you're using them or find one not in this list, feel free to add it here via a pull request!

- [CleanArchitecture](https://github.com/ardalis/CleanArchitecture): A solution template for ASP.NET 3.x solutions using Clean Architecture.
- [PayrollProcessor](https://github.com/KyleMcMaster/payroll-processor): A smorgasbord of modern .NET tech written with functional and asynchronous patterns.
- [eShopOnWeb](https://github.com/dotnet-architecture/eShopOnWeb): Sample ASP.NET Core reference application, powered by Microsoft

## 10. Success Stories and Testimonials
## 11. Success Stories and Testimonials

> "I have implemented in my team your API endpoint solution and I must tell you that was a pretty good investment! in particular how maintainable and testable the solution became!"
Expand Down

0 comments on commit b6bfeb7

Please sign in to comment.