Thanks to Visual Studio Fakes is it possible to isolate your unit test and testing difficult to test code. Today I need to test a class that issues some Web Request around the internet and I’m concerned about testing the SUT when the web response contains some specific code like 404 (Not Found) or something. [...]
Windows Azure Web sites has a lot of options to automatically deploy web sites, but if you have desktop application deployed with click-once you have nothing out of the box to do continuous deployment in Windows Azure. Lets see how solve this problem. Deploying on Windows Azure Blob Storage To deploy Click Once [...]
Continue reading about Deploy Click Once application on Azure Blob Container with TFS Build
Suppose you have a workspace made with a certain user and you want to move it to a different user. One of the reason could be, you started working with an account then your account changes for various reason, so you need to migrate all workspaces from your old user to another user. This can [...]
If you installed Update 2 CTP 4 (now it has go-live and supports upgrade to RTM) you should also install the Visual Studio Tools for Git that permits to work with Git repository directly from a Team Explorer extension. You can work with GitHub or whatever Git hosting you like and surely you can work [...]
Continue reading about Visual Studio Tools for Git, a primer
The ability to automatically deploy a site on Azure Web Site from TFService is really interesting, but sadly enough there is no out-of-the-box solution to update the structure of an Azure Database with a VS2012 Database Project. In this post I’ll show how to modify the standard build template to deploy a Database Project during [...]
Continue reading about TF Service: deploy on Azure Web Site with Database Project


