PreviousNext

Create a Flexible Security System for the ASP.NET Platform in the .NET Framework 4.5

by bill-s, 2013-06-08T09:19:49.000Z

Sometimes you need more than roles to effectively manage authorizing user requests. You can do that without moving to claims-based security in the Microsoft .NET Framework 4.5 by creating your own user object.

Read More