<?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>MattVanAndel.com &#187; Visual Studio</title>
	<atom:link href="http://www.mattvanandel.com/tag/visual-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattvanandel.com</link>
	<description>Web Development for the Developmentally Challenged</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:33:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP.NET Tutorial 7: Intro to .NET Forms</title>
		<link>http://www.mattvanandel.com/798/asp-net-tutorial-7-intro-to-net-forms/</link>
		<comments>http://www.mattvanandel.com/798/asp-net-tutorial-7-intro-to-net-forms/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 21:12:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Web Developer]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=798</guid>
		<description><![CDATA[This article introduces the use of forms in an ASP.NET webpage. Before you begin, you should already have a basic understanding of HTML form elements. If you need a refresher, we will briefly discuss the use of classic form elements on an ASPX page, but the focus of this article will be on the use special ASP.NET form elements.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/798/asp-net-tutorial-7-intro-to-net-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 3: Commenting &amp; Documenting Code</title>
		<link>http://www.mattvanandel.com/688/asp-net-tutorial-3-commenting-documenting-code/</link>
		<comments>http://www.mattvanandel.com/688/asp-net-tutorial-3-commenting-documenting-code/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 01:48:28 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Web Developer]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=688</guid>
		<description><![CDATA[This tutorial introduces code comments - including general comments, intellisense comments, and code regions. Code comments are little notes that you can leave right inside your code to help yourself or other developers that may need to look at your code.

Developing good code commenting habits is absolutely <em>vital</em> for every developer. When you're projects get even remotely complicated, you will run into situations where you won't be able to remember what on earth you were doing last, or why you did something a certain way to begin with. Furthermore, if anyone ever inherits your code, comments can make the nearly insurmountable task of deciphering it much more palatable. More often than not, however, it will be <em>you</em> deciphering your <em>own</em> code - so save yourself a lot of time later by spending a little up front and writing good comments.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/688/asp-net-tutorial-3-commenting-documenting-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 1: Intro to Visual Studio/Visual Web Developer</title>
		<link>http://www.mattvanandel.com/468/asp-net-tutorial-1-intro-to-visual-studiovisual-web-developer/</link>
		<comments>http://www.mattvanandel.com/468/asp-net-tutorial-1-intro-to-visual-studiovisual-web-developer/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 16:54:14 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Web Developer]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=468</guid>
		<description><![CDATA[This tutorial covers the basics of working on websites in Visual Studio 2008/2010 or Visual Web Developer 2008 Express. Topics covered will include interface, terminology, and configuration. More advanced tips will be included in future programming-specific tutorials.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/468/asp-net-tutorial-1-intro-to-visual-studiovisual-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Tutorial 0: Getting ready for ASP.NET development</title>
		<link>http://www.mattvanandel.com/440/net-tutorial-0-getting-ready-for-asp-dot-net-development/</link>
		<comments>http://www.mattvanandel.com/440/net-tutorial-0-getting-ready-for-asp-dot-net-development/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:48:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[@Complexity: Beginner]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Web Developer]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=440</guid>
		<description><![CDATA[So you want to get into ASP.NET web development, but don't know what you need to get started. It's okay, I'm here to help!

This in-depth article contains detailed instructions for setting up your Windows Vista, Windows 7, or Windows Server 2008 computer for full-on ASP.NET web development in C#  including installation of IIS, Visual Web Developer Express, and SQL Server Express. This does not cover any actual use of those tools (those posts will come later), but only discussed what you need and how to install everything.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/440/net-tutorial-0-getting-ready-for-asp-dot-net-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
