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.