Welcome to Southworks Sign in | Join | Help

March 2006 - Posts

Here I'll post useful resources I find when making research about Customizing & Extending Visual Studio Team System. Please, if you have another resource that is not listed here let me know! General Main official entry point for extending VSTS: Microsoft Read More...
Martin Woodward has written another useful post related to Source Control in Visual Studio Team System. In this opportunity, he talks about the lock types and gives some advises on when to use each one. Don't miss it! TFS Source Control Lock Types . Read More...
Eugenio Pace from Patterns & Practices has recently announced in this post a new project for reusing application blocks (like CAB) on mobile applications. From his blog: "We have just started a new project to help you build great mobile solutions Read More...
In my previous post titled " CAB - Adding Command-level security to applications " I implemented a solution that simplifies the common task of enabling/disabling Commands depending on the logged user identity. Within the download package, I included a Read More...
Tim Noonan posted a couple of registry settings that will boost up the performance of Visual Studio Team System. Personally I found very useful the setting that will prevent Team Explorer and Source Control from connecting automatically to a Team Foundation Read More...
Need to enable/disable Commands depending on user identity/role/credentials? I present a practical solution that simplifies this common task. Solution design The implementation takes advantage of the ObjectBuilder and is based on the use of a custom attribute Read More...
Those who are used to working with Subversion know the great tool the blame command is: it helps you to know who modified every single line in a file and when (in what revision). Now you can have this feature in Team Foundation Server, luckily! Don't Read More...