TFS vs Git

 

The major difference with branching between Git and TFVC is that TFVC makes copies of the parent from which it branched while Git branches are just pointers to a commit. On the other hand, Git simply creates a new stream of commits for a branch. Thereby keeping only deltas between commits and branches.”

What is the difference between Git and Team Foundation Version Control? (askinglot.com)

ASP.NET: IIS & Caching

In particular, the following resources were targeted to troubleshoot IIS 6 and caching in older systems.  You’re probably NOT a web admin if you’re reading this blog so don’t flush or kill anything without permissions.  

IIS RESET VS APP POOL RECYCLE