ASP.NET Web Api and Identity 2.0 – Customizing Identity Models and Implementing Role-Based Authorization
Image by madamepsychosis | Some Rights Reserved In a previous post, we took a high-level look at using Identity 2.0 in the context of a Web Api application. We essentially poked and prodded the default Visual Studio Web Api...
ASP.NET Web Api: Unwrapping HTTP Error Results and Model State Dictionaries Client-Side
Image by Damien Roué | Some Rights Reserved When working with ASP.NET Web Api from a .NET client, one of the more confounding things can be handling the case where errors are returned from the Api. Specifically, unwrapping the...
ASP.NET Identity 2.0: Introduction to Working with Identity 2.0 and Web API 2.2
Image by Universal Pops | Some Rights Reserved In recent posts, I’ve covered a lot of ground using ASP.NET Identity 2.0 in the context of an MVC application. Since it’s RTM in March of this year, Identity 2.0 has...
C#: Building a Useful, Extensible .NET Console Application Template for Development and Testing
Image by Christopher Rose | Some Rights Reserved How often do you find yourself tossing together a console application for the purpose of trying out code, “testing” in the sense of seeing what works best, or,...
ASP.NET Identity 2.0: Implementing Group-Based Permissions Management
Image by Thomas Hawk | Some Rights Reserved Earlier this year we looked at Implementing Group-Based Permissions Management using the ASP.NET Identity 1.0 framework. The objective of that project was to gain a little more...
ASP.NET Identity 2.0 Extending Identity Models and Using Integer Keys Instead of Strings
Image by Josh Cowper | Some Rights Reserved The ASP.NET Identity framework was released to manufacture on March 20 2014, bringing with it a slew of long-awaited enhancements, delivering a fully-formed authentication and...
Creating A Basic Make File for Compiling C Code
Image by quimby | Some Rights Reserved I recently began taking a Harvard computer science course. As pretentious as that sounds, it’s not as bad as it seems. I am taking Harvard CS50 on-line, for free, in an attempt to...
ASP.NET Identity 2.0: Customizing Users and Roles
Image By Herry Lawford | Some Rights Reserved The ASP.NET Identity team released the Identity 2.0 framework RTM back in march. The new release contained significant additions to the functionality found in the original 1.0...
ASP.NET Identity 2.0: Setting Up Account Validation and Two-Factor Authorization
Image by Lucas | Some Rights Reserved With the release of the Identity 2.0 framework in March of 2014, the Identity team has added a significant set of new features to the previously simple, but somewhat minimal ASP.NET Identity...
ASP.NET MVC and Identity 2.0: Understanding the Basics
Image by Ryan Somma | Some Rights Reserved On March 20, 2014, the ASP.NET team released the RTM version 2.0 of the new Identity framework. The new release brings with it some long-awaited new features, and marks a substantial...