Explore >> Select a destination


You are here

realfiction.net
| | www.darrenhorrocks.co.uk
5.3 parsecs away

Travel
| | 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
5.8 parsecs away

Travel
| | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.
| | blog.peterritchie.com
3.7 parsecs away

Travel
| | [AI summary] Peter Ritchie introduces ConsoleApplicationBuilder, a tool that simplifies dependency injection and configuration in .NET console applications, offering a streamlined approach similar to WebApplicationBuilder.
| | henko.net
26.1 parsecs away

Travel
| If you use AI to solve puzzles for you, you are kind of missing the point.