Archives for September, 2007

TFS Power Tools


I have been using TFS Power Tools for a while and thought it would be a good idea to mention it now that a new version was released.
Visual Studio 2005 Team Foundation Server Power Tools is a set of enhancements, tools and command-line utilities that improve the Team Foundation Server user experience.

Team Foundation […]

The difference between as and () operators in C#


In C#, you have two different ways to perform type casting (a.k.a. explicit type conversion) – as and () operators. The difference between the two operators is not limited to just syntax, they work differently. It is subtle enough to trap even experienced developers, especially those coming from other languages, such as Delphi where meaning […]

Microsoft SharedView


I came across a new live product Microsoft released recently as a beta – SharedView. It is a free online presentation tool, similar to WebEx and Microsoft Office Live Meeting. I found it simpler and easier to use then WebEx. You get all the features you would expect – sharing a slideshow, a document or […]