Hello all! I find myself looking at design patterns to see if there is anything new floating about. Of course the new MVC framework keeps popping up everywhere. While I have been aware that MS released the new MVC framework for ASP.NET a while ago, each time I have read about it I have found myself shying away from it in favor of MVP. I primarily didn't like the concept of ViewState being removed or the fact that we had to go back to the old ways of tossing variables into the sky via a post or get hoping for them to come back down to us via a request. Does anyone out there have much experience using this new framework? Do you prefer it over MVP? What has been your experience with it? Do you find that any newb off the street can easily work in this new MVC environment (not that a newb can easily get around in MVP!!!)?