Pimpin' Out ASP.NET MVC's HtmlHelper
Posted: 11/12/09 10:53 PM
Yesterday I was fortunate enough to do C4MVC’s virtual presentation. It was my first virtual presentation and that’s definitely a different experience, though still fun.
I just posted the source code, a description of the presentation and the video. If you have any questions or comments, let me know.
Comments
Gleb 2009-11-16 04:18:04
First of all, thanks for useful screencast. I have two questions:
1) when you wrote GetValue method for CoolTextBox, you returned an Object? Am I missing something, or it’s an opportunity to make it strongly-typed by returning expression result of type TResult?
2) Attached solution requires ASP.NET MVC 2 preview 2 installed on my machine, is that correct?
Thanks in advance