Posted on: 12/18/2014 1:20:28 AM | Views : 515

I have had experience in Windows Form, which was developed with code-behind forms, as well as MVC (Razor Technology).
The two technologies are vastly different on design patterns and development time.
I would like to get some advice by experts in development.
If time was a critical factor in planning of the new project.
Would Web Form be a better option, as opposed to MVC?
I am simply worried about tight coupling the form and code, it would become spaghetti code to maintain in the future, when the project expands.

Go to the complete details ...