<?xml version="1.0" encoding="iso-8859-1"?><!-- Copy and paste the url into your newsreader application" -->
<rss version="2.0" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<channel>
<title>About Visual Basic</title>
<link>http://visualbasic.about.com/</link>
<description>Visual Basic</description>


	<item>
	<title>VB.NET for Beginners - Lesson 3</title>
	<link>http://visualbasic.about.com/b/2009/07/02/vb-net-for-beginners-lesson-3.htm</link>
	<description>Types, Procedures, Properties, and MethodsLesson 3 of the Visual Basic .NET for Beginners tutorial has been posted. The tutorial is for people new to programming Visual Basic. This course totally...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/07/02/vb-net-for-beginners-lesson-3.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-07-02T11:49:49Z</dc:date>
	</item>


	<item>
	<title>VB.NET for Beginners - Lesson 2</title>
	<link>http://visualbasic.about.com/b/2009/06/26/vb-net-for-beginners-lesson-2.htm</link>
	<description>Lesson 2 of the Visual Basic .NET for Beginners - the tutorial for people new to programming Visual Basic - has been posted. This course totally replaces a previous course...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/06/26/vb-net-for-beginners-lesson-2.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-06-26T20:46:40Z</dc:date>
	</item>


	<item>
	<title>AutoTest: A LINQ to XML Example System</title>
	<link>http://visualbasic.about.com/b/2009/06/17/autotest-a-linq-to-xml-example-system.htm</link>
	<description>Microsoft's LINQ technology combined with XML can revolutionize the way you program, but it's difficult to make the transition from more traditional ways of programming to LINQ. Moving to XML...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/06/17/autotest-a-linq-to-xml-example-system.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-06-17T16:01:03Z</dc:date>
	</item>


	<item>
	<title>The Beginning Tutorial</title>
	<link>http://visualbasic.about.com/b/2009/06/14/the-beginning-tutorial.htm</link>
	<description>The beginning VB.NET tutorial on the site has been completely rewritten. When I read through the old one, I could only shake my head and mutter, "What was I thinking?".

Actually,...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/06/14/the-beginning-tutorial.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-06-14T01:24:59Z</dc:date>
	</item>


	<item>
	<title>Partial Classes</title>
	<link>http://visualbasic.about.com/b/2009/06/07/partial-classes.htm</link>
	<description>Partial Classes were introduced with Framework 2.0 and are used in a lot of different ways in VB.NET, including ASP.NET and Windows Forms. The article about them was originally written...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/06/07/partial-classes.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-06-07T12:47:43Z</dc:date>
	</item>


	<item>
	<title>Focus on Inheritance</title>
	<link>http://visualbasic.about.com/b/2009/06/06/focus-on-inheritance.htm</link>
	<description>Inheritance is the difference between VB6 and VB.NET ... Well - from a purely theoretical "object oriented" perspective anyway. VB6 had all of the other OOP features ... but it...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/06/06/focus-on-inheritance.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-06-06T15:53:00Z</dc:date>
	</item>


	<item>
	<title>The Difference Between Jagged Arrays and Rectangular Arrays </title>
	<link>http://visualbasic.about.com/b/2009/05/28/the-difference-between-jagged-arrays-and-rectangular-arrays.htm</link>
	<description>You can think of arrays as being a little like a spreadsheet. A two dimensional array is like a spreadsheet of cells. But rectangular and jagged arrays have some big...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/05/28/the-difference-between-jagged-arrays-and-rectangular-arrays.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-05-28T17:34:06Z</dc:date>
	</item>


	<item>
	<title>Structures and Arrays: How They're Different </title>
	<link>http://visualbasic.about.com/b/2009/05/26/structures-and-arrays-how-theyre-different.htm</link>
	<description>A structure and a multidimensional array have a lot in common in Visual Basic. Often, you can use either one and your program will work just as well either way....</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/05/26/structures-and-arrays-how-theyre-different.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-05-26T17:32:40Z</dc:date>
	</item>


	<item>
	<title>Friend and Protected Friend in VB.NET</title>
	<link>http://visualbasic.about.com/b/2009/05/15/friend-and-protected-friend-in-vbnet.htm</link>
	<description>In addition to the three access modifiers we have always had - Public, Private and Friend - VB.NET adds one and a half more - Protected and Protected Friend. The...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/05/15/friend-and-protected-friend-in-vbnet.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-05-15T17:09:49Z</dc:date>
	</item>


	<item>
	<title>Using Shared Access in Visual Basic .NET</title>
	<link>http://visualbasic.about.com/b/2009/05/11/using-shared-access-in-visual-basic-net.htm</link>
	<description>Shared access is a little opposite to the main thread of OOP ... Object Oriented Programming ... because it allows you to "break the rules" that normally keep objects separate...</description>
	<guid isPermaLink="true">http://visualbasic.about.com/b/2009/05/11/using-shared-access-in-visual-basic-net.htm</guid>
	<dc:subject></dc:subject>
	<dc:date>2009-05-11T10:02:06Z</dc:date>
	</item>


</channel>
</rss>
