/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.stevejgordon.co.uk
| | haacked.com
2.4 parsecs away

Travel
| | You may want to deserialize JSON to strongly typed values, but sometimes you run into a situation where the API doesn't comply, until now.
| | www.darrenhorrocks.co.uk
7.2 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.
| | chrisoldwood.blogspot.com
7.4 parsecs away

Travel
| | Tales of a computer programmer.
| | www.thepolyglotdeveloper.com
39.6 parsecs away

Travel
| Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS.