Difference between revisions of "Visual Studio"
(→VS 2010 Menus) |
|||
Line 10: | Line 10: | ||
===Debugging=== | ===Debugging=== | ||
* explain how to use debugging facilities including watch lists | * explain how to use debugging facilities including watch lists | ||
+ | |||
+ | ===Resources=== | ||
+ | * [http://channel9.msdn.com/Series/VisualStudioDocumentary Visual Studio Documentary video] | ||
+ | * [http://msdn.microsoft.com/en-us/vstudio/aa718325 Visual Studio Home Page] | ||
+ | * [http://msdn.microsoft.com/en-us/vstudio/ff459609 Visual Studio HOW DO I series videos] | ||
+ | * [http://channel9.msdn.com/Tags/visual+studio Latest videos about VS on Channel 9] | ||
+ | * [http://www.youtube.com/visualstudio VS videos on YouTube] | ||
+ | * [http://visualstudiogallery.msdn.microsoft.com/ VS Extensions and Addons] | ||
+ | * [http://msdn.microsoft.com/en-us/magazine/default.aspx MSDN magazine] |
Latest revision as of 09:40, 22 December 2011
Meetings
- Monday, Dec 19, 2011
- First week of January 2011
Discussion Topics
Menus
- explain each menu item and its principal purpose - give an example of how and when to use it
Analysis
- explain how to analyze code for performance
Debugging
- explain how to use debugging facilities including watch lists