background preloader

ASP.NET

Facebook Twitter

Vs2005

ASP.NET Image, ASP.NET Photo Album, Thumbnail, Photo Gallery, Gr. MVC Framework (Part 3): Passing ViewData from Controllers to Vie. The last few weeks I have been working on a series of blog posts that cover the new ASP.NET MVC Framework we are working on.

MVC Framework (Part 3): Passing ViewData from Controllers to Vie

The ASP.NET MVC Framework is an optional approach you can use to structure your ASP.NET web applications to have a clear separation of concerns, and make it easier to unit test your code and support a TDD workflow. The first post in this series built a simple e-commerce product listing/browsing site.