(This article also published in my public number "dotnet daily Essence article", Welcome to the right QR code to pay attention to. )
Preface: 工欲善其事 its prerequisite. Even if the hands have a sharp weapon, if you can master some of the use of tools, so that the tool more comfortable, then more multiplier.
Today not only to share this list of tips and tricks of the article, but also in passing to introduce you to daily. NET Tips this site. This site focuses on giving. NET developers to share tips and tricks, and to use some useful snippets of code in their daily development.
Today's tips for sharing involve coding and debugging in two ways. The coding aspect is:
- Configured to put "System" in the first place in VS's "using sort" option
- How to efficiently track miscellaneous files in VS
- Set up Azure site when creating a Web site in vs 2013
- VS to run Web applications in multiple browsers at the same time
- VS 2013 automatically delete redundant and sort using statements when saving
- Options for easy access to code lens in VS 2013
- Compare duplicate code in VS
- Console.WriteLine or "CW", which one do you prefer?
- The opposite code fragment "Forr" for the "for" loop statement
- How to select a section of code in VS
- How to get the VS add-on process when debugging
- How to pass the command line arguments used by vs
- Installing the shared assembly to the GAC in the post-compilation event of VS
- Automatically display the Output window during vs build
- Use "Shift+enter" to automatically add ";" at the end of the line.
The debugging aspect is:
- Using the Debuggerhidden tag hiding method
- How to use Run-time objects in the Watch window during vs debugging
- How to stop the debugger after a certain number of breakpoint hits
- How to use DebuggerTypeProxy when debugging sensitive types
- How to use an object outside a range in a conditional breakpoint
- Use the monitoring window to get the garbage collection generation of objects
- To invoke a method from the monitoring window
- Debug Multi-threaded threads
- Use "Run to Cursor" to save time while debugging
"Read the original" is the address of this website.
Original address: http://dailydotnettips.com
25 tips for improving the efficiency of coding and debugging in Visual Studio