<?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.com <![CDATA[Visual Basic]]></title>
	<link>http://visualbasic.about.com/</link>
	<description>Get the latest headlines from the About.com <![CDATA[Visual Basic GuideSite.]]></description>
	<image>
		<title>About.com</title>
		<url>http://clk.about.com/?zi=1/1hh</url> 
		<link>http://www.about.com/</link> 
		<width>118</width> 
		<height>20</height> 
	</image>
	<dc:language>en-us</dc:language>
	<dc:creator></dc:creator>
	<dc:date>2012-08-19T09:41:55Z</dc:date>
	<pubDate>Sun, 19 Aug 2012 09:41:55 +0000</pubDate>
	<admin:generatorAgent rdf:resource="" />
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
	
			<item>
			<title>Goodbye ...</title>
			<link>http://visualbasic.about.com/b/2012/08/24/goodbye.htm</link>
			<description>&lt;p&gt;&lt;strong&gt;Wishing Bug-free Code to Everyone!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's with quite a bit of regret that I must tell you that I won't be the About Visual Basic site guide starting next month. This will be my last blog. It's been real and it's been fun!&lt;/p&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/08/24/goodbye.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/08/24/goodbye.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Fri, 24 Aug 2012 11:05:39 +0000</pubDate>
			<dc:date>2012-08-24T11:05:39Z</dc:date>

		</item>
			<item>
			<title>Filter Function - String Processing in VB.NET</title>
			<link>http://visualbasic.about.com/b/2012/08/19/filter-function-string-processing-in-vb-net.htm</link>
			<description>&lt;p&gt;Strings may be the second most useful &quot;type&quot; in VB.NET. (Integers are probably the first.) So there is a lot of useful string processing built into VB.NET. The Filter function is one and a new article here at About Visual Basic gives you a fast explanation showing how to use it.&lt;/p&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/08/19/filter-function-string-processing-in-vb-net.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/08/19/filter-function-string-processing-in-vb-net.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 19 Aug 2012 09:41:55 +0000</pubDate>
			<dc:date>2012-08-19T09:41:55Z</dc:date>

		</item>
			<item>
			<title>Shallow Copy versus Deep Copy</title>
			<link>http://visualbasic.about.com/b/2012/08/12/257773.htm</link>
			<description>&lt;p&gt;Although you will find these terms mentioned in technical articles, you won't find any methods with these names. In fact, &quot;Shallow Copy&quot; is the only type of copying directly supported by a method and that one is named MemberwiseClone. (Where Microsoft got that name, I do not know. If you think you can explain it, let the rest of us know.)&lt;/p&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/08/12/257773.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/08/12/257773.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 12 Aug 2012 19:27:04 +0000</pubDate>
			<dc:date>2012-08-12T19:27:04Z</dc:date>

		</item>
			<item>
			<title>Does this Microsoft Example Make Sense To You?</title>
			<link>http://visualbasic.about.com/b/2012/08/04/does-this-microsoft-example-make-sense-to-you.htm</link>
			<description>&lt;p&gt;Check out the example at &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://msdn.microsoft.com/en-us/library/system.string.clone(v=vs.100).aspx&quot;&gt;Microsoft's page about the String.Clone Method&lt;/a&gt;. A snippet of the code there ...&lt;/p&gt;

&lt;p&gt;&lt;span style=&quot;COLOR: green&quot;&gt;' Create a Unicode String &lt;br /&gt;
' &lt;/span&gt;&lt;span style=&quot;COLOR: green&quot;&gt;with 5 Greek Alpha characters&lt;/span&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/08/04/does-this-microsoft-example-make-sense-to-you.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/08/04/does-this-microsoft-example-make-sense-to-you.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 04 Aug 2012 22:12:18 +0000</pubDate>
			<dc:date>2012-08-04T22:12:18Z</dc:date>

		</item>
			<item>
			<title>A Double Linked List Program</title>
			<link>http://visualbasic.about.com/b/2012/07/29/a-double-linked-list-program.htm</link>
			<description>&lt;p&gt;So, I was reading a book about Design Patterns which had a neat piece of code that kept track of nodes in a double linked list. But there was no code to show how to use it.&lt;/p&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/07/29/a-double-linked-list-program.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/07/29/a-double-linked-list-program.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 29 Jul 2012 10:29:40 +0000</pubDate>
			<dc:date>2012-07-29T10:29:40Z</dc:date>

		</item>
			<item>
			<title>The Factory Design Pattern</title>
			<link>http://visualbasic.about.com/b/2012/07/21/the-factory-design-pattern.htm</link>
			<description>&lt;p&gt;The factory pattern is usually classified as part of a family of patterns called &quot;creational patterns&quot; ... they're ways that your code can &quot;create&quot; objects. A common definition of the factory pattern goes like this:&lt;/p&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/07/21/the-factory-design-pattern.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/07/21/the-factory-design-pattern.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 21 Jul 2012 22:08:08 +0000</pubDate>
			<dc:date>2012-07-21T22:08:08Z</dc:date>

		</item>
			<item>
			<title>Designing Classes - The Delegation Design Pattern</title>
			<link>http://visualbasic.about.com/b/2012/07/15/designing-classes-the-delegation-design-pattern.htm</link>
			<description>&lt;p&gt;Delegates have become part of .NET now, and they perform about the same function as the Delegation design pattern. But they're not the same.&lt;/p&gt;

&lt;p&gt;A new three article series was necessary to cover the Delegation design pattern. Part 1 - &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/od/usingvbnet/a/dsgndelegate1.htm&quot;&gt;The Theoretical General Case of the Delegation Design Pattern&lt;/a&gt; - covers the general case - the one that is so abstract that you might have trouble figuring out how to make it work in the real world. That's why parts 2 - &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/od/usingvbnet/a/dsgndelegate2.htm&quot;&gt;Inheritance - A Contrast with the Delegation Design Pattern&lt;/a&gt; - and 3 - &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/od/usingvbnet/a/dsgndelegate3.htm&quot;&gt;A Real World Example of the Delegation Design Pattern&lt;/a&gt; - are necessary.&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/07/15/designing-classes-the-delegation-design-pattern.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 15 Jul 2012 00:01:14 +0000</pubDate>
			<dc:date>2012-07-15T00:01:14Z</dc:date>

		</item>
			<item>
			<title>Design Patterns</title>
			<link>http://visualbasic.about.com/b/2012/07/14/design-patterns.htm</link>
			<description>&lt;p&gt;&lt;strong&gt;&lt;a title=&quot;The Singleton Design Pattern&quot; href=&quot;http://visualbasic.about.com/od/usingvbnet/a/dsgnsigleton.htm&quot;&gt;The Singleton Design Pattern&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Technical articles, including those at About Visual Basic, usually discuss the detailed syntax of VB.NET, not the overall philosophy of why you might want to do things in a certain way. Design Patterns, on the other hand, are all about the why and how of programming, not the syntax. This article, one of a series about design patterns in VB.NET, discusses what might be the most popular design pattern, the Singleton pattern.&lt;/p&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/07/14/design-patterns.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/07/14/design-patterns.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 14 Jul 2012 14:25:22 +0000</pubDate>
			<dc:date>2012-07-14T14:25:22Z</dc:date>

		</item>
			<item>
			<title>Using TimeSpan and DateTime</title>
			<link>http://visualbasic.about.com/b/2012/07/08/using-timespan-and-datetime.htm</link>
			<description>&lt;p&gt;A companion article here at About Visual Basic, &lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/od/usingvbnet/a/ticktimer01.htm&quot;&gt;Of Ticks and Timers&lt;/a&gt; describes the fundamental basis of DateTime and TimeSpan from the point of view of the Ticks that they're made of. This article goes the other way. It describes the differences between DateTime and TimeSpan themselves.&lt;/p&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/07/08/using-timespan-and-datetime.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/07/08/using-timespan-and-datetime.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sun, 08 Jul 2012 11:32:49 +0000</pubDate>
			<dc:date>2012-07-08T11:32:49Z</dc:date>

		</item>
			<item>
			<title>Multiple Interfaces</title>
			<link>http://visualbasic.about.com/b/2012/06/23/multiple-interfaces.htm</link>
			<description>&lt;p&gt;According to C++ programmers, a lack of something called &quot;multiple inheritance&quot; in VB.NET (and other .NET languages - we're certainly not alone in this) make it slightly less than fully object oriented. The rap is that you need the ability of a class to inherit from more than one parent to be able to do things like dynamic binding and polymorphism.&lt;/p&gt;...&lt;p&gt;&lt;a href=&quot;http://clk.about.com/?zi=1/1hc&amp;#038;zu=http://visualbasic.about.com/b/2012/06/23/multiple-interfaces.htm&quot;&gt;Read Full Post&lt;/a&gt;&lt;/p&gt;</description>
			<guid isPermaLink="true">http://visualbasic.about.com/b/2012/06/23/multiple-interfaces.htm</guid>
			<dc:subject></dc:subject>
			<pubDate>Sat, 23 Jun 2012 22:05:05 +0000</pubDate>
			<dc:date>2012-06-23T22:05:05Z</dc:date>

		</item>
	</channel>

</rss>
