Reputation: 15365
Have you ever seen someone try to implement the MVP pattern with ASP.NET Web Forms?
And if so, how did they do it?
I'm working with a code base that is more than 10 years old.
Before I arrived, somebody tried to implement the MVP pattern with ASP.NET Web Forms.
I'm just wondering if this is unique to my code base or if other people have seen the same thing.
Upvotes: 1
Views: 222
Reputation: 57783
You might want to look at ASP.NET WebForms MVP.
The ASP.NET Web Forms MVP project is about bringing the love back to Web Forms through a renewed approach to using it - an approach that facilitates separation of concerns and testability whilst maintaining the rapid development that Web Forms was built to deliver.
Upvotes: 1