Tuesday 23 December 2008

ASP.NET Presentation Patterns

Click here to see an article about ASP.NET presentation patterns including MVC and MVP.

MVP:

MVP pattern is best for WinForms, WPF and Silverlight applications.

MVC:

MVC is best for ASP.NET Applications although you can use MVP as well.

MVC#:

Great comparison: http://www.c-sharpcorner.com/UploadFile/shivprasadk/660/Default.aspx

No comments: