|
You are here |
www.billtalkstoomuch.com | ||
| | | | |
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 \\". | |
| | | | |
jameschambers.com
|
|
| | | | | Even when you're dealing with Function Apps that have limited scope it's a good idea to break your scripts up into manageable, possibly reusable chunks. This is especially true if you want to work wit | |
| | | | |
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. | |
| | | | |
montemagno.com
|
|
| | | Learn how easy it is to use an appsettings.json in your .NET MAUI app for complete control over configuration. | ||