/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

aspnetboilerplate.com
| | snevsky.com
5.5 parsecs away

Travel
| | [AI summary] A step-by-step technical tutorial demonstrating how to implement user authentication and management in an ASP.NET Core Web API using Amazon Cognito.
| | www.darrenhorrocks.co.uk
5.7 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.kallemarjokorpi.fi
4.0 parsecs away

Travel
| | I gathered to this blog post a list of external libraries that I usually add to a greenfield .NET API project.
| | yakovfain.com
21.0 parsecs away

Travel
| Currently I'm working on the book chapter explaining how Angular 2 communicates with the servers. An easy approach would be to use for the data feed a public RESTful API of one of servers (Youtube or something), but I wanted to have my own locally installed server. Using one of the Java servers would be...