DCSIMG
Team System 2010,Visual Studio,Visual Studio 2010,.NET 4 - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » Team System 2010 » Visual Studio » Visual Studio 2010 » .NET 4 (RSS)
TFS API Part 42 – Getting Started With Lab Management API
Tweet I did some cool things lately with TFS Lab Management API, from connecting it to TFS Web Access and allow REST access to the lab (if you want to ask why – The customer is always right ). So this part of TFS API will deal with Lab Management API, although Lab Management API is not public I’ll show some cool things you can do but this will be under your own risk. Again, this is just the beginning of the Lab Management API, so let’s get started Download Demo Project Step 1: Located “ Microsoft...
Change VS 2010 Start Page Recent Projects Count + Custom Start Page With Site
In the mood of improving my work couple of days ago I wrote about Wifi Network Backup Manager Utility a utility that allows you to Save and Load Wifi Network Profiles, using Native Wifi API through P/Invoke interop. Today I decide that I’ll change Visual Studio 2010 Start Page to show things I really wants starting from more Recent Projects, today VS 2010 only shows 10 recent projects, because I have a lot more than 10 recent projects I want to continually open I’ve increased the Max Count of recent...
Code Metrics From The Command Line - Power Tools
Code Metrics From The Command Line - Power Tools In my last post I’ve talked about What is Code Metrics in Visual Studio, and how Code Metrics will allow you to monitor you code to find those un-maintainable and complex hotspots “Microsoft just release a command line because many customers are looking for a way to generate code metrics information as part of their build process. In this way, the complexity associated with assemblies coming out of your nightly builds could potentially be tracked and...