Event Bubbling and MVP: ASP.NET
I am trying to learn MVP
I am trying to learn MVP
I’m currently writing an ASP.Net app from the UI down. I’m implementing an MVP architecture because I’m sick of Winforms and wanted something that had a better separation of concerns.
I have an ASP.NET page that implements my view and creates the presenter in the page constuctor. Phil Haack’s post providing was used as the starting point, and I’ll just the examples from the post to illustrate the question.
From last few days i have been searching the optimal architecture for my new web application, which would be devloped in ASP.Net using C#. Until now, i only find and study following 3