Download presentation
Presentation is loading. Please wait.
1
2010 Microsoft Student Partners
2
T OPICS - User Interface and Editor Improvements - New windows: Call Hierarchy, Navigate To - IntelliSense - Generate From Usage - Debugging - IntelliTrace
3
- Built on the Windows Presentation Foundation technology User Interface Start page - Written in XAML, completely customizable - Can be opened as a C# project c:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\StartPages\
4
Call Hierarchy window - is available at design time and displays: - calls to and from a selected method, property or constructor - implementations of an interface member - overrides of a virtual or abstract member
5
Navigate To window - can search for a symbol or file in the source code - Space character treated as an AND relationship - case sensitive if search string contains uppercase letters - does not include namespaces and local variables - can search according to initials IntelliSense - same search logic as Navigate To
6
Generate From Usage - lets you use classes and members before you define them - can generate classes, interfaces, enums, structs in other projects in the same solution without leaving your current location - IDE resolves references automatically
7
Debugging – IntelliTrace aka Historical Debugger - can see events that occurred in the past and the context in which they occurred - can see call stack and locals, can navigate through methods to better understand code flow
8
Other great features - New multithreading tools in the Debugger - Parallel computing libraries - Improved Support for Silverlight - Cloud Computing tools - Extension Manager - F# - UML Designer
9
Resources 1.http://www.microsoft.com/visualstudio/en-us/products/2010/default.mspxhttp://www.microsoft.com/visualstudio/en-us/products/2010/default.mspx 2.http://msdn.microsoft.com/en-us/library/dd831853(VS.100).aspxhttp://msdn.microsoft.com/en-us/library/dd831853(VS.100).aspx 3.http://blogs.msdn.com/habibh/default.aspxhttp://blogs.msdn.com/habibh/default.aspx 4.http://channel9.msdn.com/learn/courses/VS2010/http://channel9.msdn.com/learn/courses/VS2010/
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.