Featured:
Go Back
Tagged as 'Asp.Net'

Building our First Application using Asp.Net Identity
26/3/2017
The visual studio web project templates (from 2013) now include all the required Nuget packages to begin using Asp.Net Identity and a default..Read moreIntroduction to Asp.Net Identity
24/3/2017
Asp.Net Identity is a newly designed, built from scratch system that addresses all the problems of current web. It is designed to make it the next..Read moreGet User Details from Active Directory in Asp.Net MVC
22/3/2017
Let’s build a profile page to display the user details fetched from Active directory when using Forms Authentication with AD. We will use Galactic..Read moreForms Authentication Using Active Directory Users in Asp.Net MVC (Without using Providers)
21/3/2017
Sometimes, we may need to authenticate users against Active Directory when using Form Based authentication using LDAP. Let’s see how to authenticate..Read more