ASP.Net MVC vs ASP.Net Forms

前端 未结 3 1578
鱼传尺愫
鱼传尺愫 2020-12-06 12:44

Why would you consider using ASP.Net MVC or standard ASP.Net with forms and controls for a web project? Apart from personal preference what would be the reasons? What sort o

3条回答
  •  天涯浪人
    2020-12-06 12:50

    You can find many differences, advantages about the ASP.Net MVC over the normal ASP.Net

    Applications. if not kindly visit stack overlow page.

    Biggest advantage to using ASP.Net MVC vs web forms

    the reason for choosing the MVC concept for your application vary on many things

    1. What for your application for ? either kind of forum, reporting tool or intranet website

    2. Whether you want to follow desing pattern or not?

      if yes, then whether is that going to be MVC or any other ??

    3. Whether you need modularity for future enhancements?

    4. Whether you need full control on your code?

    5. Better support on the testing part from the developer perspective should be there or not?

    If are sure about those things, then you can move ur appln to MVC framework model.

    Other wise its better to continue with ASP.Net Web.apps, because it includes all the latest

    features what the current industry needs.

提交回复
热议问题