ObjectSharp Blogs

You are currently viewing

Dave Lloyd's 2 Cents

A .NET Developer's Perspective


October 2005 - Posts

A Lap around VSTS

On November 24th I will be presenting A lap around Visual Studio Team System at the Metro Toronto User Group meeting. I did this for the CTTDNUG in September, and it was well received. This presentation is light on slides and heavy on Demo's. I'll try Read More...

Deleting a Project from Team Foundation Server

Have you wondered how to delete a project from Team Foundation Server? There is no way to do it from the Team explorer in Visual Studio. I think this is a good idea. There is however a command line utility called DeleteTeamProject. DeleteTeamProject [/q] Read More...

Snippets

Well Snippets are so easy it doesn't make sense not to create them. I am working on a VB.net 2005 windows application. This client has a very well defined framework. So implementing some feature of the framework is often a matter of finding an example Read More...