<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Canyon Breeze Motel and RV Park Bookmarks: vb.net</title> 
    <link>http://canyon-breeze-motel-and-rv-park.com/</link> 
    <description>Recent bookmarks posted to Canyon Breeze Motel and RV Park Bookmarks</description>
    <ttl>60</ttl>

    <item>
        <title>Rolling Your Own Generic Functions</title>
        <link>http://vbnotebookfor.net/2007/10/05/rolling-your-own-generic-functions/</link>
        <description>You probably know that Generics, introduced to VB.NET in the .NET Framework 2.0, provide type safe Lists, Dictionaries, Stacks, Queues and other objects. But, did ...</description>
        <dc:creator>davismarks1971</dc:creator>
        <pubDate>Thu, 08 Jul 2010 05:57:17 -0500</pubDate>

            <category>(of t)</category>
            <category>generic functions</category>
            <category>generics</category>
            <category>type safety</category>
            <category>vb.net</category>
            <category>vb.net tutorials</category>
    
    </item>
    <item>
        <title>What You Should Know About Rounding in VB.NET</title>
        <link>http://vbnotebookfor.net/2007/07/31/what-you-should-know-about-rounding-in-vbnet/</link>
        <description>Rounding, the process of reducing the number of significant digits in a number, should be a simple enough but there are actually several ways of ...</description>
        <dc:creator>clairer2422</dc:creator>
        <pubDate>Sat, 06 Feb 2010 23:50:30 -0600</pubDate>

            <category>bankers rounding</category>
            <category>math.round</category>
            <category>rounding</category>
            <category>vb.net</category>
    
    </item>
    <item>
        <title>C  and C    VB Notebook for .NET Store</title>
        <link>http://vbnotebookfor.net/store/csharp.htm</link>
        <description>Where to buy vb.net, vb6 and other Microsoft visual basic and programming tools</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 15:08:54 -0600</pubDate>

            <category>c</category>
            <category>store</category>
            <category>vb.net</category>
            <category>visual basic</category>
            <category>visual studio</category>
    
    </item>
    <item>
        <title>VB6 and Classic Visual Basic   VB Notebook for .NET Store</title>
        <link>http://vbnotebookfor.net/store/vb6.htm</link>
        <description>Where to buy vb.net, vb6 and other Microsoft visual basic and programming tools</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 15:02:04 -0600</pubDate>

            <category>store</category>
            <category>vb.net</category>
            <category>vb6</category>
            <category>visual basic</category>
            <category>visual studio</category>
    
    </item>
    <item>
        <title>Enlarge Combobox Dropdown Area</title>
        <link>http://vbnotebookfor.net/2007/06/19/enlarge-combobox-dropdown-area/</link>
        <description>In this second part of my series revisiting functions I wrote for VB6 I decided to see how one might implement a VB.NET routine to ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 14:45:45 -0600</pubDate>

            <category>combobox dropdown area</category>
            <category>vb.net</category>
            <category>vb6 to vb.net</category>
    
    </item>
    <item>
        <title>A Look at When to Rewrite Your VB6 apps in VB.NET</title>
        <link>http://vbnotebookfor.net/2007/05/29/a-look-at-when-to-rewrite-your-vb6-apps-in-vbnet/</link>
        <description>A common question is,  When should I update a working, deployed, VB6 app to VB.NET  The answer, in part, depends on how well the VB6 ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 14:40:56 -0600</pubDate>

            <category>rewrite</category>
            <category>vb.net</category>
            <category>vb6</category>
            <category>vb6 to vb.net</category>
    
    </item>
    <item>
        <title>Using the Using Statement</title>
        <link>http://vbnotebookfor.net/2007/05/20/using-the-using-statement/</link>
        <description>The .NET Framework 2.0 added the Using statement to VB.NET. Its purpose is to insure that objects using unmanaged resources, like file streams, database connections, ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 14:14:25 -0600</pubDate>

            <category>using statement</category>
            <category>vb.net</category>
    
    </item>
    <item>
        <title>Rolling Your Own Generic Functions</title>
        <link>http://vbnotebookfor.net/2007/10/05/rolling-your-own-generic-functions/</link>
        <description>You probably know that Generics, introduced to VB.NET in the .NET Framework 2.0, provide type safe Lists, Dictionaries, Stacks, Queues and other objects. But, did ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 13:50:53 -0600</pubDate>

            <category>generics</category>
            <category>of t</category>
            <category>type safety</category>
            <category>vb.net</category>
            <category>vb.net tutorials</category>
    
    </item>
    <item>
        <title>Property Accessibility</title>
        <link>http://vbnotebookfor.net/2007/06/01/property-accessibility/</link>
        <description>Often when we re designing a class we will notice that one or more properties should be Read-Only to the outside world but Read-Write at ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 13:45:04 -0600</pubDate>

            <category>vb.net</category>
            <category>vb.net tutorials</category>
    
    </item>
    <item>
        <title>Partial Classes</title>
        <link>http://vbnotebookfor.net/2007/06/02/partial-classes/</link>
        <description>The .NET Framework 2.0 added the ability to split your class definition into multiple physical files. To the compiler, it doesn t make any difference, it ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 13:39:38 -0600</pubDate>

            <category>partial classes</category>
            <category>vb.net</category>
    
    </item>
    <item>
        <title>My.Computer.FileSystem Shortcuts for VB.NET - Part V</title>
        <link>http://vbnotebookfor.net/2007/08/02/mycomputerfilesystem-shortcuts-for-vbnet-part-v/</link>
        <description>This is the fifth and final article in my series on the My.Computer.FileSystem Namespace. This series takes a look at this namespace s functions and rates ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 13:33:41 -0600</pubDate>

            <category>my.computer.filesystem</category>
            <category>vb.net</category>
    
    </item>
    <item>
        <title>My.Computer.FileSystem Shortcuts for VB.NET - Part II</title>
        <link>http://vbnotebookfor.net/2007/07/26/mycomputerfilesystem-shortcuts-for-vbnet-part-ii/</link>
        <description>This article is the second in my series on the My.Computer.FileSystem Namespace. This namespace provides several functions for working with files. In this article we ll ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 13:19:50 -0600</pubDate>

            <category>vb.net</category>
            <category>vb.net tutorials</category>
    
    </item>
    <item>
        <title>My.Computer.FileSystem Shortcuts for VB.NET - Part I</title>
        <link>http://vbnotebookfor.net/2007/07/25/mycomputerfilesystem-shortcuts-for-vbnet-part-i/</link>
        <description>The My.Computer.FileSystem Namespace provides several  speed dials  for working with files. In this article we ll take a look at some of them and see where ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 13:15:22 -0600</pubDate>

            <category>vb.net</category>
            <category>vb.net tutorials</category>
    
    </item>
    <item>
        <title>Introduction to Using XPath in VB.NET</title>
        <link>http://vbnotebookfor.net/2007/09/11/introduction-to-using-xpath-in-vbnet/</link>
        <description>XML is perhaps the most common way to store date these days outside of a database. Often, you ll have the job of searching XML files ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 12:56:28 -0600</pubDate>

            <category>selectsinglenode</category>
            <category>vb.net</category>
            <category>xml</category>
    
    </item>
    <item>
        <title>Introduction to the StringBuilder Class</title>
        <link>http://vbnotebookfor.net/2007/08/31/introduction-to-the-stringbuilder-class/</link>
        <description>If you ve been around VB a while you know that concatenating strings, particularly large strings over about 1K, can be a time consuming task for ...</description>
        <dc:creator>gregggarvin1981</dc:creator>
        <pubDate>Tue, 06 Jan 2009 12:53:08 -0600</pubDate>

            <category>class</category>
            <category>stringbuilder</category>
            <category>tutorial</category>
            <category>vb.net</category>
    
    </item>

</channel>
</rss>