Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | lostechies.com
5.1 parsecs away

Travel
| | [AI summary] The author discusses their experience with Microsoft's Configuration libraries in .Net Core, highlighting the benefits of the IOptions type and introducing an open-source library to simplify configuration management.
| | robotlibrarian.billdueber.com
7.7 parsecs away

Travel
| |
| | www.darrenhorrocks.co.uk
4.3 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.
| | damienbod.com
23.3 parsecs away

Travel
| This article shows how to implement a secure web application using Vue.js and ASP.NET Core. The web application implements the backend for frontend security architecture (BFF) and deploys both technical stack distributions as one web application. HTTP only secure cookies are used to persist the session. Microsoft Entra ID is used as the identity provider...