Look Ma, No Code-Behind!
I’ve been playing with some MVC-related stuff and one of the things I took a second to look at was not having to have a code behind in order to do the whole ViewPage
I came up with this:
Thoughts?
Yes, it works. Code forthcoming (it’s incubating right now – this is part of a larger chunk of code I do plan on releasing).
Do you like this approach? Should I continue heading down this path?