Update 12/7 - Looks to be delayed til next week...
In two
previous posts, I have followed the ASP.NET MVC pattern quite intensely as
TDD with Web Projects is something I'm always interested in.
Anyhow,
Scott Guthrie aka (ScottGu) posted the third part in his series on
ASP.NET MVC. This one covers passing ViewData from controllers to views, and more specifically cover ways you can pass data from a Controller to a View in order to render a response back to a client. This covers two scenarios of passing ViewData by the Controller.ViewData Dictionary and passing by Strongly Typed Classes.
Could it be here tomorrow??? In the comments section there is the following comment:
# re: ASP.NET MVC Framework (Part 3): Passing ViewData from Controllers to Views
Thursday, December 06, 2007 11:42 AM by ScottGu
Hi zYm3N Bogusław Faja (and many others!),
>>>>>>> Scott: How much time do we have to first CTP? :-)
We are hoping to release the first public preview tomorrow.
Hope this helps,
Scott
Jeffrey Palermo also notes this, and has helped to introduce
mvccontrib project for additions to the ASP.NET MVC project.
So there you have it, hopefully tomorrow he says. Now everyone will get to play with it, as I have been doing for the past couple of weeks.