Last week we started a new ASP.NET MVC project here at UruIT.
This new framework for ASP.NET is quite cool. It eliminates the page life cycle, postbacks and viewstate. It divides the architecture in View, Model and Controller.
We have been using MbUnit to test the code. Having these well defined tiers really improves unit testing. We […]