Quantcast
Channel: ADO.NET, Entity Framework, LINQ to SQL, NHibernate
Viewing all articles
Browse latest Browse all 1698

Authentication

$
0
0

I was just wondering if I could get some help on understanding what this block of code does, specifically : IdentityDbContext<ApplicationUser> . Thanks ! 

publicclassApplicationDbContext : IdentityDbContext<ApplicationUser>

    {

        public ApplicationDbContext()

            : base("DefaultConnection", throwIfV1Schema:false)

        {

        }


Viewing all articles
Browse latest Browse all 1698

Trending Articles