C # functions of bin, OBJ, debug, release, and properties folders in winform

Source: Internet
Author: User

The bin directory is used to store compilation results. Bin is the abbreviation of binary binrary, because the program files compiled by C are binary files.

OBJ is the abbreviation of an object. It is used to store intermediate temporary files generated during compilation.

Both the debug and release sub-directories correspond to the debug and release versions respectively.

Properties is used to define the attributes of an assembly.

Aspx is the Asp.net page file Aspx. CS is the program code file Aspx. resx is the resource file.

Asp.net advocates the separation of pages and code, and puts pages (that is, HTML) in aspx, and program code in Aspx. CS.

. CS refers to the C # code. Check the program. You only need to check aspx and Aspx. cs. aspx. resx is automatically generated, so you do not need to worry about it.

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.