Flickr web app with MVC preview 3 [Cont..]
Posted by: Mehfuzs WebLog,
on 31 May 2008 |
View original | Bookmarked: 0 time(s)
In my last post, I have mentioned of creating Flickr app with Asp.net MVC. In recent update I have modified it with Asp.net MVC Preview 3. You can find a general reference about the project here. But in this post, I will say, what are the changes due to the new release and where to start especially. In previous release of ASP.net MVC you had RenderView, which lets you render your UI right from the controller and controller classes are with void return type, now with new release this is slightly...