Microsoft Visual C# IDE Tips and Tricks
Learn tips and tricks that will make C# code editing faster and more fun using Microsoft Visual Studio.
Learn tips and tricks that will make C# code editing faster and more fun using Microsoft Visual Studio.
Get a first look at the next version of Visual Studio for web developers. See how the new deployment tools enable frictionless transfers of web projects from machine to machine. Learn about the new code generation aides and the next generation of JavaScript editing and navigation tools. Finally, see how …
Tutorial on how to inherit from a form in Visual Studio [youtube SKsI6cFcDY8]
The Visual Studio Debugger provides a slew of features that make the task of debugging both easier and more efficient. Learn about time-saving tips and tricks for all versions of the Visual Studio Debugger, including the new debugger features in Visual Studio 2010. Hear about the new mixed-mode debugging feature, …
Learn how to catch critical bugs earlier in the development cycle by identifying issues such as buffer overruns and SQL injection attacks before they actually cause a security exploit. The Code Analysis features in Microsoft Visual Studio help you tune application security, robustness, performance, and more. Learn about Code Analysis …
Unit testing means different things to different people. To Agile developers, it enables Test Driven Development. To researchers, it enables test generation from static and dynamic analysis. To others, it’s a means to test protocols, APIs, and other functionality below the presentation layer. Others still see it as a means …