-
Team Foundation signs off on Release Candidate
Looks like I'll be asking Chris to grab this from MSDN Downloads mid-next week.
-
Extending Enums
A couple of articles on adding attributes to Enums.
Combine this with a custom TypeConverter and you've got some nice code to work with.
-
"the handle is invalid" error with VSTS and TFS
We've struck this error trying to check-in a file in Visual Studio Team System. You get a very helpful dialog that says "The handle is invalid".
Turns out this is a bug that has been fixed post-Beta3, and bites you when two people have checked out an item. The workaround is to use the Get Latest Version menu-item, merge changes then you should be ok.
See this post (Broken link, was originally forums.microsoft.com/MSDN/ShowPost.aspx?PostID=124876&SiteID=1) in the MSDN Forums for more details.