/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

timdeschryver.dev
| | www.softacom.com
3.8 parsecs away

Travel
| | Learn how to build a fast and scalable .NET Core API using async and await. See code examples including cancellation tokens, parallel requests, and ConfigureAwait optimization.
| | www.code4it.dev
3.5 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | dusted.codes
3.5 parsecs away

Travel
| | Error Handling in ASP.NET Core
| | www.sjoerdlangkemper.nl
18.0 parsecs away

Travel
| JSON Web Tokens or JWTs are used by some web applications instead of traditional session cookies. Because of their statelessness and the signature implementation there are some security issues that are specific to JWTs. This post describes some ways you can verify that a JWT implementation is secure.