/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

michaelscodingspot.com
| | www.code4it.dev
2.0 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | www.tpeczek.com
2.8 parsecs away

Travel
| | This post explores streaming data asynchronously from Blazor based on async streamed JSON and NDJSON.
| | www.tpeczek.com
2.6 parsecs away

Travel
| | In this post I'm closing the circle around streaming JSON objects (NDJSON) in .NET by discussing receiving NDJSON based request in ASP.NET Core.
| | brunoscheufler.com
19.7 parsecs away

Travel
| JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....