Does anyone have an experience with developing a big web app using ASP.NET MVC ver 1?
If yes:
- What troubles can be expected?
- What are the biggest risks?
- What are the main points the attention should be paid for?
- Is there any alternative for ASP.NET MVC right now? And how reasonable this can be?
Thanks in advance
In brief, just my opinions …
Risks & Troubles (I found) :
Main points to pay attention to
http://www.apress.com/book/view/1430210079
There are other MVC frameworks. Wikipedia has a list:
http://en.wikipedia.org/wiki/Model-view-controller
As a UI developer my preference would be to use MVC over Webforms now.