Category: .Net

What are the basic differences between user controls and custom controls?

Now that you have a basic idea of what user controls and custom controls are and how to create them, let’s take a quick look at the differences between the two. Factors User control Custom control Deployment Designed for single-application scenarios Deployed in the source form (.ascx) along with the source code of the application If the same control needs… Read more →

ADFS authentication n MVC

Active Directory Federation Services (ADFS) uses account stores to log on users and extract security claims for those users. You can configure multiple account stores for a single Federation Service and define their priority. The Federation Service uses Lightweight Directory Access Protocol (LDAP) to communicate with account stores. ADFS supports two types of account stores: Active Directory account stores and Active Directory Application Mode… Read more →