0
kicks
Flickr web app with MVC preview 3
In previous release of ASP.net MVC you had RenderView, which is lets you render your UI right from the controller and controller classes are with void return type, now with new release this is slightly changed. In case of the FLickrViewer app, I have a PhotoController, where I did the following changes...