ASP. NET Ajax Library

Source: Internet
Author: User

. ASP. NET 4.0. net Ajax library is a completely different Ajax library. Now it fully adopts the new BSD Protocol, that is, it is completely open-source, and it is part of the codeplex Foundation (codeplex.org. The Microsoft Ajax client library has been restructured and can work with jquery to split it into separate files, as shown in:

The dependency between a single script file in the entire library is as follows:

The above two figures are fromArticle: Processing ASP. NET 4.0-web forms and beyond. There are also several Asp.net Ajax 4 articles in the msdn magazine:

    • Data Binding in ASP. NET Ajax 4.0
    • Conditional rendering in ASP. NET Ajax 4.0
    • Dynamic Data Binding in ASP. NET Ajax 4.0
    • Use the master of the ASP. NET Ajax library-detailed information view

Just introduce a javascriptCodeQuality toolsJslintAllows you to run multiple static analysis checks on JavaScript code blocks. By default, jslint will display a warning when it encounters the following content: global variables; statements that do not end with semicolons; if, while, do, and for statements with no statement blocks; unaccessible code and other conditions. You can also perform other checks using the jslint option configuration. For example, you can indicate that jslint does not allow undefined variables, unary increment and decrease operators (++ and --), and whether eval functions are allowed.

to use jslint, visit jslint.com, paste your JavaScript code into the text box, select the corresponding options, and click the "jslint" button. Then, jslint analyzes your code and displays the Error List. You can also try jslint. vs . This is a free Visual Studio plug-in. You can directly run jslint on a file or code block in Visual Studio IDE. Errors identified by jslint are displayed in the "task list" window. You can even configure jslint. Vs to run on the selected file or folder each time the project is generated.

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.