|
You are here |
www.tpeczek.com | ||
| | | | |
dusted.codes
|
|
| | | | | Tips and tricks for ASP.NET Core applications | |
| | | | |
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. | |
| | | | |
www.code4it.dev
|
|
| | | | | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers | |
| | | | |
antondevtips.com
|
|
| | | How to use Server-Sent Events (SSE) in ASP.NET Core in .NET 10 for real-time server to client communication. Server-Sent Events is an easy-to-integrate alternative to SignalR and WebSockets when you only need to push updates from the server to the client. How to use EventSource in JavaScript to subscribe to Server-Sent Events (SSE). | ||