Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Visual-Studio / VS2010

VS 2010 IDE Features in a nutshell

5.00/5 (2 votes)
28 Jan 2013CPOL 5.8K  
Going through the VS 2010 IDE features.
Going through a VS 2010 IDE Features.  We will explore each feature in subsequent posts.  The post are documented as being reviewed by me.
 
  • Breakpoint Labeling
  • Breakpoint Searching
  • Breakpoint Import/Export
  • Dynamic Data Tooling
  • WPF Tree Visualizer
  • Call Hierarchy
  • Improved WPF Tooling
  • Historical Debugging
  • Mini-Dump Debugging
  • Quick Search
  • Better Multi-Monitor Support
  • Highlight References
  • Parallel Stacks Window
  • Parallel Tasks Window
  • Document Map Margin
  • Generate from Usage
  • Concurrency Profiler
  • Inline Call Tree
  • Extensible Test Runner
  • MVC Tooling
  • Web Deploy
  • JQuery IntelliSense
  • SharePoint Tooling
  • HTML Snippets
  • Web.config Transformation
  • ClickOnce Enhancements for MS Office

VS is an editor as well as a platform for development and this is only more true with VS 2010.  As an editor there is improved forcus on writing code, understanding code, navigating and publishing code.
 
VS Shell has been completely rewritten using WPF extending huge benefits.  The start page has been rewritten using XAML, so it is easy to customize.
 
Support new support for Silverlight, MFC, F#, Azure and extended support for Office 2010, Sharepoint.
 
Has a good Extension Manager as well.
 
Enjoy coding !!!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)