Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which MVP frameworks exist for ASP.net?

Tags:

c#

mvp

asp.net

Can someone provide basic sample / link for MVP Framework.

Need to design a website => is much more of Admin type site.

SQL Server as database backend.

like image 912
Sreedhar Avatar asked Jan 23 '23 01:01

Sreedhar


2 Answers

Model View Presenter at MSDN:

http://msdn.microsoft.com/en-us/magazine/cc188690.aspx

MVP Framework at CodePlex:

http://www.codeplex.com/aspnetmvp

like image 149
BobbyShaftoe Avatar answered Jan 31 '23 21:01

BobbyShaftoe


Check out the webforms MVP framework. Might be better than rolling out your own

http://webformsmvp.com/

like image 37
Teto Avatar answered Jan 31 '23 20:01

Teto