|
You are here |
anthonygiretti.com | ||
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | In the previous post I showed how to pass a Polly Policy Wrap into an Minimal API endpoint with dependency injection. In this post I'll show to use the Policy Wrap with the Http Client Factory, passing that into the endpoint. | |
| | | | |
www.claudiobernasconi.ch
|
|
| | | | | Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs. | |
| | | | |
www.hanselman.com
|
|
| | | | | I write about minimal Web APIs in 2016 and my goal has always been for 'dotnet ... | |
| | | | |
ryanharter.com
|
|
| | | I recently gave a presentation about how Dagger works under the hood, and I was once again struck by the elegance of the javax.inject.Provider interface. The interface is so simple it almost seems useless, but it's also incredibly flexible, and forms the basis of much of the code generated by Dagger. Like many dependency injection frameworks for JVM languages, Dagger uses and builds on the standard set of annotations for injectable classes defined in JSR-330 and provided in the javax. | ||