Thins to remember while creating MVC Application


Here, are a few useful things which you need to remember for creating MVC application:
  • You need to remember that ASP .net MVC is NOT a replacement of ASP.Net web forms based applications
  • The approach of MVC app development must be decided based on the application requirements and features provided by ASP .net MVC to suit the specific development needs.
  • Application development process with ASP .NET MVC is more complex compared with web forms based applications.
  • Application maintainability always be higher with separation of application tasks.

Post a Comment

0 Comments