Introduction to the various ASPNET modules

Source: Internet
Author: User

For browsers this does not support HTML5, you can use MODERNIZR. MODERNIZR is an Open-source
JavaScript Library that can detect whether a browser supports HTML5 features, and enable them
If it does not. In the ASP. Web Forms Application Template, MODERNIZR is installed as a NuGet
Package.

The Visual Studio project templates use Bootstrap, a layout and theming framework
Created by Twitter. Bootstrap uses CSS3 to provide responsive design, which means layouts can
Dynamically adapt to different browser window sizes. can also use Bootstrap ' s theming
feature to easily effect a change in the application's look and feel. By default, the ASP. NET Web
Application template in Visual Studio includes Bootstrap as a NuGet package.

The ASP. NET Web Forms Application template includes a set of NuGet packages. These
packages provide componentized functionality in the form of open source libraries and tools.
There is a wide variety of packages to help you create and test your applications. Visual Studio
makes it easy to add, remove, and update NuGet packages. Developers can create and add
packages to NuGet as well. When you install the a package, the NuGet copies files to your solution and automatically makes
whatever changes is needed, s Uch as adding references and changing you ' re the configuration
associated with your WEB application. If you decide to remove the library, NuGet removes files
and reverses whatever changes it made in your project so No clutter is left. NuGet is
available from the Tools menu in Visual Studio.

JQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event
Handling, animating, and Ajax interactions for rapid web development. The JQuery JavaScript
Library is included in the ASP. Web Forms Application Template as a NuGet package

Built-in validator controls has been configured to use unobtrusive JavaScript for client-side
Validation logic. This significantly reduces the amount of JavaScript rendered inline in the page
Markup and reduces the overall page size. Unobtrusive validation is added globally to the
ASP. Web Forms Application template based on the setting in the <appSettings> element of
The Web. config file at the root of the application.

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.