/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.billtalkstoomuch.com
| | www.darrenhorrocks.co.uk
7.1 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.
| | nodogmablog.bryanhogan.net
3.8 parsecs away

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

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

Travel
| With the C# Dev Kit extension installed in Visual Studio Code, the debugger ...