Some tips for using Visual Studio. NET

Source: Internet
Author: User

Visual Studio is a powerful IDE for languages ages such as C #, C ++. net, VB.net. however, because there are so far functions, it's a bit difficult for a developer to become familiar with Visual Studio.

It's my pleasure to introduce some tips. Also any comment or suggestions are welcome.

  • Do not create web projects, create library projects instead.

    When developing a web application, using Visual Studio will make the developing process a bit easier. however, it's much difficult to share web projects by a team, especially which are integrated with a source control system, since to open or compile a web project, IIS support is necessary.

    Library projects are easy to be opened or compiled, be shared by team members, and be easily integrated with source control system.

    To modify an existing web project as a library project, you can:

    • Open the project file (. csproj), find the attributeProjecttypeOfVisualstudioproject \ CSHARPElement, modidy "Web" as "local ".
    • Delete. WebinfoFile
  • Using link files when you want to share some files among several projects.

    To realize what is a link file, you can visit this page: Share a globalassemblyinfo. CS among projects in a solution.

    In the above article, I said that I didn't know how to create a link file from ide directly. but actually, it's very simple. you can find that if you are carefull enough. to add a link file for a project,

    • Right click a project's title and selectAdd existing item.
    • Browse to the proper file, and onOpenButton click on the little down arrow on the button and selectLink file.
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.