Month: July 2014

tfs : Undo Pending changes

How many file are checkout on tfs tf status $/MyProject/SomeFolder/*.* /user:* /recursive http://stackoverflow.com/questions/18344852/how-can-i-find-out-all-of-the-checked-out-files-in-tfs-2010 undo /workspace:terminalname;usrName  $/path/*.* /recursive /s:http://serverIP:8080/tfs Read more →

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 →