Where can I find a dead-simple explanation of MVC?

前端 未结 12 1897
迷失自我
迷失自我 2020-12-23 15:07

At my company we\'re about to build a new site using ASP.NET MVC. My boss (marketing guy) would like to know some more about the technology so I\'ve tried to find a really g

12条回答
  •  伪装坚强ぢ
    2020-12-23 15:44

    The most important thing for your marketing guy is money, budget, TCO ...

    When you don't use MVC you usually mix design, application logic etc. alltogether.

    Programmer then must know html design, programming etc... That could mean you need powerful professional to do it all.

    if you use MVC, everything is divided into "separate parts". Html coder can prepare html layer, programmer only works with application logic etc...

    MVC brings better granularity and everybody can focus on what he or she can do the best!

    Listen, for example xhtml validity and css cleanliness is so hard that there is a lot of people who focuses only on this while lot of browsers and platforms compatibility on mind.

    Usually one person is NOT the best asp.net programmer, xhtml coder in one ;-)

提交回复
热议问题