Some things in Asp.net C #

Source: Internet
Author: User
Over the past few months, I have been learning and using Asp.net. I feel that the importance and convenience of packaging some common things into dll can be effectively avoided. Code To improve efficiency. In C #, *. CS-> *. dll can be implemented through the BAT file.

Set indir = luntan. CS // Source
Set outdir = Lun. dll // target
Set assemlies = system. dll, system. Data. dll, system. xml. dll, SMS. dll // reference
CSC/T: Library/out: % outdir % indir %/R: % assemlies %
// CSC is an EXE file. In Windows/microsoft.net/framework/, if your vs.netis out of control, change csc_to your exeaddress.
// Location

Asp.net programming has great freedom. It can be compatible with as many languages as possible, such as Java, VB, and C, therefore, different codes can exist in a Web page, but it is better not to be too complex, so that the readability of the Program is not strong.

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.