|
You are here |
nodogmablog.bryanhogan.net | ||
| | | | |
lostechies.com
|
|
| | | | | [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
|
|
| | | | | ||
| | | | |
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. | |
| | | | |
damienbod.com
|
|
| | | 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... | ||