|
You are here |
www.kallemarjokorpi.fi | ||
| | | | |
stenbrinke.nl
|
|
| | | | | Using Bogus to generate realistic fake data together with Entity Framework Core to set up your testing data in seconds! | |
| | | | |
www.darrenhorrocks.co.uk
|
|
| | | | | Building APIs that handle large datasets can be a challenge. A common approach is to collect all the data into a list, convert it to JSON, and then send it all at once. But what happens when that dataset is massive? Your API might freeze up while it's building the response, and you could end up with a huge memory footprint. Fortunately, ASP.NET Core provides a great solution for this problem: IAsyncEnumerable. | |
| | | | |
www.claudiobernasconi.ch
|
|
| | | | | Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs. | |
| | | | |
wildermuth.com
|
|
| | | I've been building some ASP.NET Core apps as of late and had to dig into how Dependency Injection works there. After talking with Julie Lerman a bit on Twitter about it, I realized that there might be some confusing things about how it works in ASP.NET Core, so I'm hoping I can add some clarity in this post. | ||