Disadvantages of ASP.NET MVC

  • You can't see design page preview like the .aspx page.
  • You need to run the program every time to see it's actual design.
  • uUnderstanding the flow of the application can be challenging
  • It is quite complicated to implement, so it is not an ideal option for small level applications
  • ASP.NET MVC is hard to learn, as it requires a great understanding of MVC pattern

Post a Comment

0 Comments