MVVM pattern for ASP.NET Webforms?
asp.net, mvvm
Solution
Take a look at ASP.NET MVVM on CodePlex.
The framework author also talks about it a little in Presentation Model in Action.
Problem
I'm looking for an MVVM implementation for ASP.NET. How should I approach this ? Can you propose any design that solves this problem particularly for ASP.NET Webforms ? Thanks.