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.
You might want to look at ASP.NET WebForms MVP.