/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

mikehadlow.blogspot.com
| | www.primaryobjects.com
2.9 parsecs away

Travel
| | Token-Based Authentication for Web Service APIs in C# MVC .NET
| | www.adamalbrecht.com
1.1 parsecs away

Travel
| | UPDATE: There have been some changes in the JWT Gem that make some of the below not work exactly right (it'll still be about 90% the same). Specifically, they added expiration support. See my post on the same topic, but using React.js. The server side code in this post will work just as well with Angular.
| | www.codeproject.com
2.8 parsecs away

Travel
| | In this article, we break down some most asked interview questions on Security part in ASP.NET MVC.
| | andreabergia.com
14.8 parsecs away

Travel
| This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust ?thispost A JVM in Rust part 2 - The class files format A JVM in Rust part 3 - Parsing class files A JVM in Rust part 4 - The Java bytecode A JVM in Rust part 5 - Executing instructions A JVM in Rust part 6 - Methods and exceptions A JVM in Rust part 7 - Objects and GC A JVM in Rust part 8 - Retrospective Lately Ive been spending quite a bit of time learning Rust, and as any sane person would do, after writing a few 100 ...