<?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>Developing For .NET &#187; Visual Studio</title>
	<atom:link href="http://www.developingfor.net/category/visual-studio/feed" rel="self" type="application/rss+xml" />
	<link>http://www.developingfor.net</link>
	<description>Real World .NET Methods, Tricks, and Examples</description>
	<lastBuildDate>Wed, 18 Aug 2010 15:45:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>XAML Formatting in Visual Studio</title>
		<link>http://www.developingfor.net/visual-studio/xaml-formatting-in-visual-studio.html</link>
		<comments>http://www.developingfor.net/visual-studio/xaml-formatting-in-visual-studio.html#comments</comments>
		<pubDate>Fri, 07 May 2010 21:31:51 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Blend]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/xaml-formatting-in-visual-studio.html</guid>
		<description><![CDATA[A question came up last night at RVNUG about manually editing XAML, something I avoid as much as reasonably possible.&#160; When I have to edit XAML though, I almost always jump over to Visual Studio, so I was asked why I prefer to edit XAML in Visual Studio over the Blend editor.&#160; Besides the fact [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/visual-studio/xaml-formatting-in-visual-studio.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Conditional Breakpoints in VS2008</title>
		<link>http://www.developingfor.net/visual-studio/setting-conditional-breakpoints-in-vs2008.html</link>
		<comments>http://www.developingfor.net/visual-studio/setting-conditional-breakpoints-in-vs2008.html#comments</comments>
		<pubDate>Tue, 17 Jun 2008 17:28:18 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=100</guid>
		<description><![CDATA[I subscribe to Sara Ford&#8217;s excellent Blog Visual Studio 2008 Tip of the Day.  I have to admit though, that I rarely use the tips.  They tend to be a little too deep in the mud for my tastes, although I will forever be grateful for her showing us how to change colors for things [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/visual-studio/setting-conditional-breakpoints-in-vs2008.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Foray into Unit Testing with Visual Studio 2008</title>
		<link>http://www.developingfor.net/visual-studio/first-foray-into-unit-testing-with-visual-studio-2008.html</link>
		<comments>http://www.developingfor.net/visual-studio/first-foray-into-unit-testing-with-visual-studio-2008.html#comments</comments>
		<pubDate>Thu, 12 Jun 2008 19:28:03 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/?p=99</guid>
		<description><![CDATA[I&#8217;ve read about Unit Testing and Test Driven Development (TDD) but have never attempted to use it or even really understand it. I recently became intrigued by it watching Rob Conery&#8217;s excellent video series. Today I began putting the final touches on the Authorize.Net code I am going to release, so I thought this would [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/visual-studio/first-foray-into-unit-testing-with-visual-studio-2008.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 Setup Project Frustrations</title>
		<link>http://www.developingfor.net/setup-and-deployment/visual-studio-2008-setup-project-frustrations.html</link>
		<comments>http://www.developingfor.net/setup-and-deployment/visual-studio-2008-setup-project-frustrations.html#comments</comments>
		<pubDate>Wed, 05 Mar 2008 00:56:19 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[Setup And Deployment]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/setup-and-deployment/visual-studio-2008-setup-project-frustrations.html</guid>
		<description><![CDATA[I have not needed to create a Setup project since installing VS2008, but this afternoon I needed to share a utility program with a coworker friend of mine (who is not technical), so I opened the solution and added a Setup and Deployment project. Everything seemed to be fine. I added the primary output of [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/setup-and-deployment/visual-studio-2008-setup-project-frustrations.html/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Event Handling made even easier</title>
		<link>http://www.developingfor.net/c-20/event-handling-made-even-easier.html</link>
		<comments>http://www.developingfor.net/c-20/event-handling-made-even-easier.html#comments</comments>
		<pubDate>Thu, 29 Nov 2007 23:42:05 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 2.0]]></category>
		<category><![CDATA[C# 2.0]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/event-handling-made-even-easier.html</guid>
		<description><![CDATA[Event Handling Made Easy is my favorite post I&#8217;ve written. Mostly, because I&#8217;m lazy and I have a bad memory. I love events, but I find it difficult to remember all the bits and pieces in my head, so I wrote the post to give me some documentation. NOTE: the following feature is NOT new: [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-20/event-handling-made-even-easier.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 Class Diagram</title>
		<link>http://www.developingfor.net/visual-studio/visual-studio-2008-class-diagram.html</link>
		<comments>http://www.developingfor.net/visual-studio/visual-studio-2008-class-diagram.html#comments</comments>
		<pubDate>Thu, 29 Nov 2007 21:51:23 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/visual-studio-2008-class-diagram.html</guid>
		<description><![CDATA[I&#8217;ll be returning to my series on &#8220;Upgrading your C# skills&#8221; next week. For now, though, I wanted to share with you a cool new option in VS2008: Class Diagrams. Class Diagrams A Class Diagram is a new file type that allows you to visually create, edit, and manage Classes, Structs, Enums, Interfaces, Delegates, and [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/visual-studio/visual-studio-2008-class-diagram.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Changing Visual Studio Shortcuts</title>
		<link>http://www.developingfor.net/visual-studio/changing-visual-studio-shortcuts.html</link>
		<comments>http://www.developingfor.net/visual-studio/changing-visual-studio-shortcuts.html#comments</comments>
		<pubDate>Thu, 29 Nov 2007 18:21:06 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/changing-visual-studio-shortcuts.html</guid>
		<description><![CDATA[OK, so I&#8217;ve been playing with VS2008 for a few days now, and I had a minor annoyance. At first, I was inclined to blame the designers, but it turns out it was my own fault, or rather, my own lack of knowledge. My complaint was that in VS2005, &#8220;F6&#8243; is the Shortcut Key for [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/visual-studio/changing-visual-studio-shortcuts.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Upgrade your C# Skills part 2 &#8211; Compiler Inference, Object Initializers, and Anonymous Types</title>
		<link>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-2-compiler-inference-object-initializers-and-anonymous-types.html</link>
		<comments>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-2-compiler-inference-object-initializers-and-anonymous-types.html#comments</comments>
		<pubDate>Tue, 27 Nov 2007 22:00:22 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/upgrade-your-c-skills-part-2-compiler-inference-object-initializers-and-anonymous-types.html</guid>
		<description><![CDATA[Well, that Title sure is a mouthful! &#8220;Compiler Inference&#8221;, &#8220;Object Initializers&#8221;, &#8220;Anonymous Types&#8221;: as fancy as these items sound, they are among some of the more mundane changes to C# 3.0. Don&#8217;t get me wrong: these changes lay the groundwork for all the really cool stuff going on in C#, especially LINQ. Truthfully, I should [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-2-compiler-inference-object-initializers-and-anonymous-types.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Upgrade your C# Skills part 1 &#8211; Extension Methods</title>
		<link>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-1-extension-methods.html</link>
		<comments>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-1-extension-methods.html#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:15:33 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[Free Code]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/upgrade-your-c-skills-part-1-extension-methods.html</guid>
		<description><![CDATA[DOWNLOAD the Code! Now that I have VS2008 and .NET 3.5 installed, I am going to begin a series of articles on some of the new features you can use in C#. My hope is to add one new article a day for the rest of this week. Along the way, we&#8217;ll explore some of [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/c-30/upgrade-your-c-skills-part-1-extension-methods.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Installing VS2008</title>
		<link>http://www.developingfor.net/visual-studio/installing-vs2008.html</link>
		<comments>http://www.developingfor.net/visual-studio/installing-vs2008.html#comments</comments>
		<pubDate>Wed, 21 Nov 2007 22:41:05 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.developingfor.net/visual-studio/installing-vs2008.html</guid>
		<description><![CDATA[FINALLY! After 5 hours and 45 minutes of downloading, the ISO file is here! I also downloaded Microsoft&#8217;s VirtualCD software, mounted the ISO file, and began the Install process at 3:01pm EST. First, after mindlessly bypassing the EULA, I saved 1.6 GB of install space on my machine by not installing C++ or Crystal Reports. [...]]]></description>
		<wfw:commentRss>http://www.developingfor.net/visual-studio/installing-vs2008.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
