Hi there,
I like to solicit some feedbacks on MVC within context of
ASP.NET. My observations says that many still prefer to
code their aspx pages as stand-alone pages, with html links to other
pages hard-coded within these pages.
An alternative is of course to use a Front Controller pattern, or an
MVC framework to overcome this. One example is NMaverick (a port
from java) and UIP App Block. However, this usually require much up front architectural codes or framework to work.
In the J2EE world, Struts is almost a requirement in any enterprise
level application. I was a fan of Struts, and is wondering why
there isn't a port of this to .NET. Is it becoz it is not
applicable? Maybe the benefit does not justify the effort? If
there is a MVC framework available, would you consider using it in your
projects? What are you factors of considerations then: ease of use,
maintenability of your codes etc.
Thanks.
Knowledge, Hardwork, Patience...