It’s almost a year I didn’t post here something, I know – I has lots of things over my head – mostly work…
As I posted here earlier, we used asp.net MVC 1.0 framework to develop the BackOffice web application of out product at work, and these days I am doing some POC regards the new MVC version (#2) that came official like 2 months ago to check out if there are some improvements to the previous version and if there’s a way to assimilate it easily.
I have to say that developing with asp.net MVC (1.0) is different than classic asp.net webforms, and mostly has benefits over it, especially the Unit testing that became very easy to write and test the controller BL actions and logic.
Until the next post regards asp.net MVC 2, I am attaching a great link that will make order to whom is new to MVC.
http://www.howmvcworks.net/Home/Topics
I will post you soon with asp.net MVC 2 post.