. Complex file types in net

Source: Internet
Author: User
Tags config contains net version xslt visual studio

When you browse a project directory, you will always feel the file type of the. NET framework is a bit confusing. This article will make you right. NET and visual Studio. NET and have a deeper understanding of the different files and their extensions.

When you visit a public site and see the familiar file extensions in the URL, you will immediately recognize the tools that the site is using to develop. Although HTML is the standard of the Internet, you will often encounter. asp and wonder why developers use this ancient technology. If you find. aspx, you must have guessed the ASP.net version number that the programmer used to develop.

Recently with a bit. NET developers in the exchange, let me think,. NET differs from many file types in visual Studio. NET (vs.net). Thus, the functions of different file types are summarized, especially the details of their use in different situations.

Vs. NET file type

Now let's look at the files used by vs.net, Vs.net is the most popular IDE for. NET development. The following list provides common files for use with Vs.net (C # and vb.net only):

. SLN:VS.NET scenario files, including project information contained in the solution, and access to the global build settings through the Properties window.
. Suo:vs. NET scenario user options file. It is used to store settings for a specific user. Vs. The source control integration package in NET uses this file to store the transformation table for the Web project, the offline status of the project, and the settings for other project builds.
. CSPROJ: A vs.net C # project file that includes project details such as reference content, name, version, and so on.
. CSPROJ. user:c# the user options for the project.
. VBPROJ: a vs.net VB. NET project files.
. VBPROJ. USER:VB.NET the user options for the project.

Common development Documents

When you develop a Web site, a Windows service, or a Windows program, you may use the following file types:

. vb: A file that contains vb.net source code.
. CS: A file that contains C # source code
. xsd:xml schema file, the data definition standard for XML. You can use these files to work with datasets and classes.
. MDF: An empty SQL database of local data.
. xml: An XML file and data standard.
. XSLT: An XSLT file, which is the standard for translating XML documents.
. CD: A class diagram file.
. JS: A file that contains JavaScript code.
. vbs: A file that contains VBScript code.
. WSF: A file that contains scripts that you can run in Windows programs.
. config: A program configuration file that can be set by using a stored program. Asp. NET uses this file to configure Web settings, which use a Web.config file that you cannot change.
. resx: A file that is used to edit and specify the source of a program.
. ico: An image file used to build a custom pattern.
. Rpt: A Crystal Reports file that can be published to a Web or Windows Form.
. txt: a simple text file.

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.