Common namespaces and meanings for ASP

Source: Internet
Author: User

The

Using system;//introduces a core namespace, which is the basis for all classes
using system.collections.generic;//introduces a collection class namespace that enables you to use a collection class such as a generic class
using System.componentmodel;//introduces the ComponentModel namespace
using system.data;//introduces a data manipulation namespace that can use a dataset class
using system.drawing;//introduces a drawing namespace that enables you to use classes such as color---image  the
using system.text;//introduces a text manipulation namespace that can be used such as StringBuilder, such as character manipulation
using System.Windows.Forms;//introduction of form namespaces, support for form-related classes
using System.Text;//text operation
using Microsoft.Win32;
using System.Collections for registry operations;//use ArrayList
using system.security.cryptography;//encryption to decrypt
using System.IO;    //file Operation
using system.runtime.interopservices;//calling DLL DllImport
using System.Management;  // Get hardware information
using System.Net;      //Get an IP address using
using System.Net.NetworkInformation;    // The ping uses the
using System.Text.RegularExpressions;  /Regular
using SYSTEM.DATA.SQLCLIENT;//SQL database operation
Using Microsoft.VisualBasic;  //simplified to traditional use of
using System.Web;      //html Urlenco

ASP. Common namespaces and meanings

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.