Implementing MVC vs built-in MVC
-
Hi, Is there any big reason of why should I use the "ASP.NET MVC" (built-in mvc) instead of implementing the pattern itself manually ??
-
Hi, Is there any big reason of why should I use the "ASP.NET MVC" (built-in mvc) instead of implementing the pattern itself manually ??
Trendiness and resume food are the only things I can think of.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi, Is there any big reason of why should I use the "ASP.NET MVC" (built-in mvc) instead of implementing the pattern itself manually ??
I think you answered the question already, should you use something that is available or build your own.
only two letters away from being an asset
-
I think you answered the question already, should you use something that is available or build your own.
only two letters away from being an asset
But is it possible to implement it without any troubles? Because of the pages throwing events and catching events maybe... Also I didnt found much information on google about doing it manually