-
Archives
-
Meta
Monthly Archives: February 2008
MVC UnitTestingFramework to MvcContrib
The Unit Testing Framework I posted a couple of days ago has now been moved into the MvcContrib project, making me an official Developer. Woo Hoo. You can check out the updated documentation.
Posted in Blog, c#
Leave a comment
IParseable Interface
[Note: I was reminded by my roommate after posting this that static methods aren't allowed in interfaces....] Today I was working on a JSON to NHibernate bridge when I came across something quite frustrating when trying to convert strings to … Continue reading
Posted in c#
Leave a comment
Unit Testing Framework for MS MVC.NET
The Pain – A Brief History of MVC.NET Files: MvcTestingFramework.rar – or – MvcTestingFramework.zip Back in November, ScottGu gave us some great examples on how to use the (then unreleased) MVC Framework. A major advantage of this framework is to … Continue reading
Posted in ASP.Net
7 Comments