Definitions of commonly used reference namespaces in asp.net

Source: Internet
Author: User
Using System; // introduces the core namespace, which is the basis of all classes
Using System. Collections. Generic; // introduces the set class namespace, which can use collection classes such as Generic classes.
Using System. ComponentModel; // introduce the ComponentModel namespace
Using System. Data; // introduce the Data operation namespace, which can use datasets such as DataSet
Using System. Drawing; // introduce the Drawing namespace to use a class such as Color --- image
Using System. Text; // introduces the Text operation namespace, which can use classes such as StringBuilder and character operations.
Using System. Windows. Forms; // introduces the form namespace and supports Forms-related classes.
Using System. Text; // Text operation
Using Microsoft. Win32; // perform registry operations
Using System. Collections; // use Arraylist
Using System. Security. Cryptography; // encryption and decryption
Using System. IO; // File Operations
Using System. Runtime. InteropServices; // Call DLL DllImport
Using System. Management; // obtain hardware information
Using System. Net; // used to obtain the IP address
Using System. Net. NetworkInformation; // used for ping
Using System. Text. RegularExpressions; // regular
Using System. Data. SqlClient; // SQL database operation
Using Microsoft. VisualBasic; // used in simplified to traditional Chinese
Using System. Web; // html UrlEncode

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.