Archive

Archive for August 10th, 2009

NMock2 Documentation Now On MediaWiki

August 10th, 2009
Urs Enzler

Due to changes on sourceforge.net and its hosted applications, the documentation of NMock2 – a library for assisting test driven development of .NET code by providing a dynamic Mock Object framework for .NET interfaces and classes (virtual and abstract members of classes) – has been moved from WikiSpaces to MediaWiki.

You can check it out at http://sourceforge.net/apps/mediawiki/nmock2/index.php?title=Main_Page

 

.NET, Announcement, Software, Uncategorized , , , ,

When Cast doesn’t cast to T

August 10th, 2009
Daniel Marbach

Bill Wagner gives on his blog a very interesting overview about the Enumerable.Cast<T> operator and why it could throw InvalidCastException in situations you would might not expect. Take a look at his article and you get very interesting insights.

http://srtsolutions.com/blogs/billwagner/archive/2009/07/22/when-cast-lt-t-gt-doesn-t-cast-to-t.aspx

 

.NET