. NET study notes (3)-visualstudio Usage Summary

Source: Internet
Author: User

CatalogueOne: What is vs? II: What types of projects can I create vs? Three: What are the common features of VS? Four: What are the use techniques of VS? Five: Considerations Six: Resource Summary One: What is vs? Microsoft Visual Studio (VS) is the Development Kit series for Microsoft Corporation in the United States. VS is a basic complete set of development tools that includes most of the tools needed throughout the software lifecycle, such as UML tools, code control tools, integrated development environment (IDE), and solutions that facilitate debugging programs including multithreaded procedures, optimized performance, and unit testing. II: What types of projects can I create vs? Console Program class Library (class file) Windows Forms or WPF programs ASP. NET Web application (site) WebService or WCF Service (network interface) Three: What are the common features of VS? FILE-"New-" Project Tools-"Options View-" Solution Explorer View-"Output View-" Task List (//todo, customizable label) debugging-"Start debugging/Start Execution (no debugging) Four: What are the usage tips for vs? Shortcut keys control+f: Find/Replace control+shift+f: Find/Replace F12 from a project/folder or right-click +g: Go To Definition (a primitive method) right-click +h: (Method, property, constructor) call hierarchy Alt + Left mouse button (the cursor pulls a number of lines at the beginning of a line of code): Unify left or right shift lines code Control+g: Jump (to a) line F5: Start debugging Control+shift+f: Find and replace Ctrl+j Code completion reset vs Configuration commands: (cmd with VS) hide (collapse) code content #region#endregion

Debugging related

Commissioning (start): F5;

Debug (Reboot): Use the combination key "Ctrl+shift+f5";

Debug (Start Without Debugging): Use the combination key "Ctrl+f5";

Debug (per-statement): F11;

Commissioning (step-by-step): F10;

Set Breakpoint: F9

Five: precautions1: Time to build note solution configuration level (Release/debug) 2: Memory Storage Analysis Feature 3: Debug, Start Debugging (F5) and debug start (not debug) differences (CONTROL+F5)? The latter only executes/bin the following executable program VI: Resource Summaryhttps://www.visualstudio.com/http://www.jb51.net/softjc/111400.htmlhttp://www.iplaysoft.com/ Vs2010-features.htmlhttp://www.ithome.com/html/soft/83393.htm (VS2013) http://www.cnblogs.com/sennly/p/4179418. HTML and further use of learning and use of the gradual improvement of this article

. NET study notes (3)-visualstudio Usage Summary

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.