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