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...
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...
ASP.NET MVC: Keep Private Settings Out of Source Control
Image by Rina Pitucci | Some Rights Reserved It is just too easy to accidentally push confidential information up to a publicly hosted source repository such as Github. Also, when managing a project with multiple developers, it...
ASP.NET MVC 5 Identity: Implementing Group-Based Permissions Management Part II
Image by Kool | Some Rights Reserved This is the second part of a two-part series in which we figure out how to implement a basic Group-based permissions management system using the ASP.NET MVC 5 Identity system. In this series,...
ASP.NET MVC 5 Identity: Implementing Group-Based Permissions Management Part I
Image by Shaun Dunmall | Some Rights Reserved Over the course of several recent articles, we’re examined various ways and means of working with and extending the ASP.NET Identity System. We’ve covered the basics of...
ASP.NET MVC 5 Identity: Extending and Modifying Roles
Image by Hay Kranen | Some Rights Reserved In a recent article I took a rather long look at extending the ASP.NET 5 Identity model, adding some custom properties to the basic IdentityUser class, and also some basic role-based...
Send Email to Selected Recipients from your ASP.NET MVC Web Application Part II
Image by Sergio Quesada | Some Rights Reserved This is the second part of an article demonstrating how to build out an application for sending personalized email to recipients selected from a list. In the first part, we put...
Send Email to Selected Recipients from your ASP.NET MVC Web Application Part I
Image by Sergio Quesada | Some Rights Reserved I recently had to throw together an application for work allow users to send email to recipients selected from a list. The application in question is used to manage attendees at...