Explore >> Select a destination


You are here

blog.stephencleary.com
| | farshidmirza.blogspot.com
4.1 parsecs away

Travel
| | Introduction HttpClient is the library to Get, Post, Put,.. and call WebAPIs and it is very important to use it correctly. This Library ...
| | aturon.github.io
5.7 parsecs away

Travel
| | [AI summary] This blog post introduces Rust's zero-cost futures library, which enables efficient asynchronous I/O programming by providing high-level abstractions that compile down to low-level state-machine code without runtime overhead.
| | jameschambers.com
5.0 parsecs away

Travel
| | Integrating a simple test to help prevent malignant input on your site is as simple as integrating a few lines of code into your website. Now, if I could I'd pinch myself to make sure I'm not a robot,
| | weblog.west-wind.com
19.3 parsecs away

Travel
| ASP.NET Core Authentication and Authorization continues to be the most filddly part of the ASP.NET Core eco system and today I ran into a problem to properly configure JWT Tokens with Roles. As I had a hard time finding the information I needed in one place and instead ended up with some outdated information, I'm writing up a post to hopefully put all the basic bits into this single post.