Overview of Visual Studio. NET file formats

Source: Internet
Author: User
. Sln: solution file, which provides solution resource manager with the information required to display graphical interfaces for file management.
. Csproj: The project file, the reference, data connection, folder, and file information required to create an application.
. Aspx: A web form page consists of two parts: visual elements (HTML, server control, and static text) and programming logic of the page. Visual Studio stores these two components in a separate file. The visual element is created in the. aspx file.
. Aspx. CS: the programming logic of the web form page is located in a separate class file, which is called a code hiding class file (. aspx. CS ).
. CS: class module code file. The code at the business logic processing layer.
. Asax: Global. asax file (also called ASP.. NET application file) is an optional file that contains the response to ASP. code of application-level events caused by the net or HTTP module.
. Config: the Web. config file provides configuration information to the directories and all subdirectories where they are located.
. Aspx. resx/. resx: resource file. The resource is logically any non-executable data deployed by the application. By storing data in resource files, you can change the data without recompiling the entire application.
. XSD: a type of XML Schema. From DTD and XDR to XSD
. PDB: the PDB (Program database) file maintains debugging and project status information, so that you can incrementally link the debugging configuration of the program.
. Suo: solution user options, which record all options that will be associated with the solution, so that each time you open it, it contains your custom settings.
. Asmx: The asmx file contains WebService processing commands and is used as the addressable entry point of XML Web Services.
The. vsdisco (Project discovery) file is an XML-based file that contains links to resources (URLs) that provide information for Web Services ).
. HTC: an HTML file containing scripts and defining components specific to HTC. HTC provides the implement component mechanism in the script.
. Ascx is the user control code file.
. Aspx webform HTML Script File
. CS is a C # class file)
. VB is a VB file)
. Aspx. CS and your webform-related background C # code file, same as. CS
. Aspx. VB and your webform-related background VB code files, same as. VB
Related Article

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.