Prevent NuGet from storing packages in TFS

You can prevent NuGet from adding it’s packages into TFS. Starting from TFS 2013, on build it will automatically restore the packages based on the packages\repositories.config. This will keep the branches under source control clean and prevents old packages from...

Read More

Maintainable ASP.Net MVC - Part 1

Setting up coded UI test on ASP.NET MVC using Selenium

I’m doing a series of posts on developing a maintainable ASP.NET MVC website. In this first post we’ll be looking at setting up a basic website and using Selenium...

Read More