![]() |
|
Spaces home DevelopmentalProfileFriendsBlogMore ![]() | ![]() |
|
Added a blog entry "System.IConvertible - Its not a Ferrari" You might be familiar with the System.Convert class, which has a number of methods for converting from/to different types. For example: short s = Convert.ToInt16(int.MaxValue); We live in a world o August 20 12:08 PM Added a blog entry "Rolling back a changeset in TFS" In TFS 2005 and 2008 there is no easy way of rolling back a changeset. Sure, you can do a "get specific version" of each file from before the "bad" checkin occurred, and then check the older version b July 01 10:14 PM Added a blog entry "Destroy Work Item : Is it really gone?" This week we had a situation where we needed to remove a work item from the TFS database completely. You can delete a work item in Team Explorer however this just marks the row in the database as dele June 13 8:41 PM Added a blog entry "Advanced Generics" I've recently been reading this book by Jon Skeet about C# 2 and 3, and it got me all inspired to write about generics. Jon's great; he's extremely active in the C# and Java community, and recently re June 01 3:38 PM Added a blog entry "Contravariance, Covariance, and Generics" The common question is: what the hell is contravariance and covariance? Ok so you are familiar with casting right? In C# we can do this: public class Animal { }public class Monkey : Animal { }...Anim May 29 9:48 PM |
|
||||||||||||||
|
|