13.18. Considerations

Take the following into account before choosing ASP.NET MVC:

  • ASP.NET MVC is a radically different approach to web development, so do not underestimate the time it will take developers to adapt to it. Additionally, developers will need familiarity and be able to understand some more advanced concepts such as loosely coupled applications and IOC.

  • ASP.NET MVC is a framework to build upon; it will probably not contain all the functionality you require.

  • ASP.NET MVC is unsuitable if your existing code makes extensive use of ViewState.

  • ASP.NET can make creating custom controls much harder.

  • Many third-party ASP.NET controls will not be compatible with ASP.NET MVC (note that some vendors have released ASP.NET MVC control suites already). ...

Get Introducing .NET 4.0: with Visual Studio 2010 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.