How to use Identity in a .NET Web Application - Part 1
In a previous post, I described how does a user is represented inside a DotNet application using Thread.CurentPrinciple
property. In this post and next, I will go through the default visual studio 2013 MVC template to see how the identity is set for an MVC application.