|
You are here |
www.billtalkstoomuch.com | ||
| | | | |
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. | |
| | | | |
nodogmablog.bryanhogan.net
|
|
| | | | | If you serialize an already serialized string, the serializer will replace double quotes with \\u0022. Here is a way to get back the familiar \\". | |
| | | | |
dontcodetired.com
|
|
| | | | | Don't Code Tired - Jason Roberts on Software Development and .NET - (This post refers to Azure Functions v2) There are different ways to access both the request data an | |
| | | | |
www.poppastring.com
|
|
| | | With the C# Dev Kit extension installed in Visual Studio Code, the debugger ... | ||