<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Fundamental Provocation &#187; Visual Studio 2010 IDE</title> <atom:link href="http://www.ajaymatharu.com/tag/visual-studio-2010-ide/feed/" rel="self" type="application/rss+xml" /><link>http://www.ajaymatharu.com</link> <description>Blog by Ajay Matharu</description> <lastBuildDate>Sun, 06 Nov 2011 15:09:39 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Visual Studio 2010 IDE Overview</title><link>http://www.ajaymatharu.com/visual-studio-2010-ide-overview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visual-studio-2010-ide-overview</link> <comments>http://www.ajaymatharu.com/visual-studio-2010-ide-overview/#comments</comments> <pubDate>Sat, 25 Jul 2009 06:03:37 +0000</pubDate> <dc:creator>Ajay Matharu</dc:creator> <category><![CDATA[Technology]]></category> <category><![CDATA[Visual Studio]]></category> <category><![CDATA[.Net]]></category> <category><![CDATA[.Net Framework 4.0]]></category> <category><![CDATA[Visual Studio 2010]]></category> <category><![CDATA[Visual Studio 2010 IDE]]></category> <category><![CDATA[vs.net]]></category><guid isPermaLink="false">http://ajaymatharu.wordpress.com/?p=509</guid> <description><![CDATA[Understanding existing, and writing new, code As the complexity of applications grows so does the challenge of understanding the code that you’re working on. With Visual Studio 2010 the IDE provides integrated support for understanding what is happening in the code section that you’re viewing. The editor in Visual Studio 2010 has been rebuilt using [...]]]></description> <content:encoded><![CDATA[<p><strong>Understanding existing, and writing new, code</strong></p><p>As the complexity of applications grows so does the<br /> challenge of understanding the code that you’re working<br /> on. With Visual Studio 2010 the IDE provides integrated<br /> support for understanding what is happening in the code<br /> section that you’re viewing.</p><p>The editor in Visual Studio 2010 has been rebuilt using the<br /> Windows Presentation Foundation (WPF) technology. WPF<br /> enables the editor to richly present information about the<br /> code in the context of presenting the actual source. This ability<br /> enables features such as the “Document Map Margin” to render<br /> a graphical view of the source file including information such as<br /> layout, code coverage, symbol highlights and comments.</p><p>This editor ability also enables 3rd parties to create add-ins<br /> that show custom views of the underlying source file such as<br /> taking the XML Doc Comments and converting them to a rich<br /> presentation formation with fonts, colors and highlighting. It<br /> enables Visual Studio to display different layers on the editor<br /> so an add-in could represent a code-based formula in its<br /> traditional mathematical representation.</p><p>While the representation of the underlying source code is<br /> important so is the ability to understand what the code is<br /> actually doing. In Visual Studio 2010, features such as “Inline<br /> Call Hierarchy” &#8211; a feature which enables a developer to select<br /> an entity or method and see how the code calls inwards or<br /> outwards or passes the entity in and out of the code section<br /> - provide developers with the ability to understand the<br /> interaction of the code without needing to juggle multiple<br /> files. Other features such as “Highlight References”, which<br /> provide a visual representation of the references to a selected<br /> entity in the code without needing to use the “Find In Files”<br /> feature, or “Quick Searching”, which delivers a ‘word wheel’<br /> based search tool integrated with “Highlight References”,<br /> enable developers to maintain the context of where they are<br /> but gain the understanding of other locations in the code.</p><p>Additionally the editor integrates with the project system to<br /> simplify the pattern of Test Driver Development (TDD). With<br /> TDD, developers build the tests that will exercise their application<br /> code before they actually write that code. In Visual Studio<br /> 2010 developers can create tests and the editor will provide<br /> functionality to automatically implement the tested classes and<br /> code in the file the developer chooses. This enables developers to<br /> quickly create the class they are consuming without needing to<br /> break out of the test development flow to declare the tested class.</p> ]]></content:encoded> <wfw:commentRss>http://www.ajaymatharu.com/visual-studio-2010-ide-overview/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
