ASP. net mvc Framework and ASP. NET webform

Source: Internet
Author: User
Tags representational state transfer
The ASP. net MVC framework offers the following advantages: complexity of application logic is made easier to manage because of theseparation of an application into model, view, and controller. it allows for easier parallel development; each developer can work on aseparate component of the MVC pattern. it provides good support for TDD, mocking, and unit testing frameworks. TDD enables you to write tests for an application first, after which theapplication logic is developed. TDD, mocking, and unit testing are explainedin chapter 9, testing an application. it does not use viewstate or server-based forms, which allows you to havefull control over the application's behavior and HTML markup. it uses restful interfaces for URLs, which is better for Seo (search engineoptimization ). rest is short for representational state transfer-theconcept of using URLs as the link to a resource, which can be a controlleraction method, rather than to physical files on the web server. A typical page size is small, because no unnecessary data is transferred in theform of hidden viewstate data. it integrates easily with client-side JavaScript frameworks such as jqueryor extjs. ASP. net webforms offers the following advantages: it offers an event model over HTTP that is familiar to any developer. thisevent model also benefits the creation of business Web applications. it provides a lot of controls that are familiar to any developer-datacomponents such as data grids and lists, validation controls, and so on. these components are highly integrated in the development environment. there are numerous third-party control vendors that can deliver almost anypossible control. being familiar to developers allows ASP. net webforms to facilitate rapidapplication development. functionality is concentrated per page. it uses viewstate and server-basedforms, which makes state management easier.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.