<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with VB.NET</title>
    <description>the latest stories tagged with 'VB.NET' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Using the CodeDom to do scripting with .Net</title>
      <description>The company I work for, Interactive Medica, provides SaaS business solutions for the pharmaceutical industry. Many of our clients receive data from third-parties which they need us to import into our system. This is pretty straight-forward and common in many industries. The data arrives in different formats, CSV files (or other delimited text files), Access database, Excel Spreadsheets, and so on. Sometimes the files are zipped and sometimes not. Sometimes the files are uploaded to us via FTP and at other times we need to pull the data, also usually via FTP. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fjoacim%2farchive%2f2009%2f06%2f16%2fusing-the-codedom-to-do-scripting-with-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fjoacim%2farchive%2f2009%2f06%2f16%2fusing-the-codedom-to-do-scripting-with-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Using_the_CodeDom_to_do_scripting_with_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Using_the_CodeDom_to_do_scripting_with_Net</guid>
      <pubDate>Tue, 16 Jun 2009 04:33:18 GMT</pubDate>
    </item>
    <item>
      <title>Reducing Code Coupling - Service Locator</title>
      <description>The second part of a series that shows how to reduce code coupling. This part discusses the Service Locator. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgrantpalin.com%2f2009%2f06%2f11%2freducing-code-coupling-service-locator%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgrantpalin.com%2f2009%2f06%2f11%2freducing-code-coupling-service-locator%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Reducing_Code_Coupling_Service_Locator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Reducing_Code_Coupling_Service_Locator</guid>
      <pubDate>Fri, 12 Jun 2009 05:33:51 GMT</pubDate>
    </item>
    <item>
      <title>How to prevent Extension methods from appearing as global functions</title>
      <description>C# have static (or shared) classes which VB lacks. Instead VB uses modules which are almost the same thing. One thing differs though and that is that modules makes its public methods appear as global accessible functions, meaning you don't have to type the ModuleName.MethodName() when calling such a member. You can instead simply call MethodName() directly.

A disadvantage of this fact is that extension methods, that must exist in modules in VB, will appear in IntelliSense as global functions and not only as a method of the type you extended. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsmvps.com%2fblogs%2fjoacim%2farchive%2f2009%2f06%2f10%2fhow-to-prevent-extension-methods-from-appearing-as-global-functions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsmvps.com%2fblogs%2fjoacim%2farchive%2f2009%2f06%2f10%2fhow-to-prevent-extension-methods-from-appearing-as-global-functions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/How_to_prevent_Extension_methods_from_appearing_as_global_functions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/How_to_prevent_Extension_methods_from_appearing_as_global_functions</guid>
      <pubDate>Wed, 10 Jun 2009 13:39:54 GMT</pubDate>
    </item>
    <item>
      <title>Protect your software &amp;amp; application with CryptoLicensing</title>
      <description>CryptoLicensing, a licensing software and SDK from LogicNP Software, may soon become a formidable weapon in the hands of software companies in their fight against piracy. Many surveys have found that billions of dollars are lost every year because of pirated software. CryptoLicensing, with its powerful copy protection, activation and hardware-locking and machine-locking technologies, aims to help software companies protect their intellectual property and increase sales.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.prweb.com%2freleases%2flicensing%2fcopy-protection%2fprweb2494214.htm"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.prweb.com%2freleases%2flicensing%2fcopy-protection%2fprweb2494214.htm" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Protect_your_software_application_with_CryptoLicensing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Protect_your_software_application_with_CryptoLicensing</guid>
      <pubDate>Fri, 05 Jun 2009 10:56:36 GMT</pubDate>
    </item>
    <item>
      <title>Writing a Custom NAnt Task (Part 1)</title>
      <description>The first of a 3 part series on writing a custom NAnt task.  In this task, we'll be creating a task that combines log files from a single directory.  Linked Source Code is provided in both C# and VB.Net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2009%2f06%2fwriting-custom-nant-task-part-1.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2009%2f06%2fwriting-custom-nant-task-part-1.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Writing_a_Custom_NAnt_Task_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Writing_a_Custom_NAnt_Task_Part_1</guid>
      <pubDate>Thu, 04 Jun 2009 21:19:42 GMT</pubDate>
    </item>
    <item>
      <title>BEncoding and Torrent files with .Net</title>
      <description>Some code I wrote to help when working with bencoding/decoding and torrent files. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbrunopiovan%2farchive%2f2009%2f05%2f03%2fbencoding-and-torrent-files-with-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbrunopiovan%2farchive%2f2009%2f05%2f03%2fbencoding-and-torrent-files-with-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/BEncoding_and_Torrent_files_with_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/BEncoding_and_Torrent_files_with_Net</guid>
      <pubDate>Fri, 15 May 2009 07:36:45 GMT</pubDate>
    </item>
    <item>
      <title>Keywords as variables/identifiers. Why?</title>
      <description>Code like
string @string = &amp;quot;&amp;quot;
will compile.  Is it a good idea. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvkreynin.wordpress.com%2f2009%2f05%2f13%2fkeywords-as-variablesidentifiers-why%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvkreynin.wordpress.com%2f2009%2f05%2f13%2fkeywords-as-variablesidentifiers-why%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Keywords_as_variables_identifiers_Why</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Keywords_as_variables_identifiers_Why</guid>
      <pubDate>Thu, 14 May 2009 06:59:17 GMT</pubDate>
    </item>
    <item>
      <title>Formatting Currency in VB.NET</title>
      <description>This article shows us how to format a string provided to the function in standard US currency format following the standards of $1,000.00 without using the Visual Basic Namespace (i.e. VB6 or Visual Basic.dll). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vbdotnetheaven.com%2fUploadFile%2fjmouchett%2fFormatCurrency03302009091301AM%2fFormatCurrency.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vbdotnetheaven.com%2fUploadFile%2fjmouchett%2fFormatCurrency03302009091301AM%2fFormatCurrency.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Formatting_Currency_in_VB_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Formatting_Currency_in_VB_NET</guid>
      <pubDate>Tue, 12 May 2009 16:38:26 GMT</pubDate>
    </item>
    <item>
      <title>Professional Refactoring in Visual Basic</title>
      <description>A review of a useful and unique book focused on a specific practice: refactoring code in VB.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgrantpalin.com%2f2009%2f05%2f07%2fprofessional-refactoring-in-visual-basic%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgrantpalin.com%2f2009%2f05%2f07%2fprofessional-refactoring-in-visual-basic%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Professional_Refactoring_in_Visual_Basic</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Professional_Refactoring_in_Visual_Basic</guid>
      <pubDate>Mon, 11 May 2009 02:40:56 GMT</pubDate>
    </item>
    <item>
      <title>Great VB.NET Training</title>
      <description>This firm rocks when it comes to .NET training.  For myself and my developers, I've been very impressed. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.intertech.com%2fCourses%2fCourse.aspx%3fCourseID%3d99305"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.intertech.com%2fCourses%2fCourse.aspx%3fCourseID%3d99305" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Great_VB_NET_Training</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Great_VB_NET_Training</guid>
      <pubDate>Tue, 05 May 2009 03:26:17 GMT</pubDate>
    </item>
    <item>
      <title>Screenshot in 2 Clicks using .NET</title>
      <description>As a developer, I take lot of screenshots and its time consuming to press the screenshot button, paste it in MSPaint or any other Image editing software and then save it. The pain is even more when I need to use two Buttons for a screenshot (Fn + PrintScreen) in my Laptop ;-). So I thought I will develop my own screenshot capturing tool which will allow me to take screenshots as well as save it in just two clicks. In this article I am going to show you how easy it is to develop your own tool using .NET. Let's get started. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d303"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d303" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Screenshot_in_2_Clicks_using_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Screenshot_in_2_Clicks_using_NET</guid>
      <pubDate>Sat, 18 Apr 2009 15:16:02 GMT</pubDate>
    </item>
    <item>
      <title>SYSTEM_INFO Structure</title>
      <description>The SYSTEM_INFO structure documented for VB developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.cudjoebill.com%2fpost%2fSYSTEM_INFO-Structure.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.cudjoebill.com%2fpost%2fSYSTEM_INFO-Structure.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/SYSTEM_INFO_Structure</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/SYSTEM_INFO_Structure</guid>
      <pubDate>Tue, 07 Apr 2009 13:38:03 GMT</pubDate>
    </item>
    <item>
      <title>MEF helper class for VB.NET</title>
      <description>This is a class I created to help me with MEF. It might be useful to somebody.

It is a singleton with IDisposable to create a shared object for your application's lifetime.

It also features lambda queries for finding metadata as well
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.compdj.com%2fpost%2fMEF-helper-class-for-VBNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.compdj.com%2fpost%2fMEF-helper-class-for-VBNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/MEF_helper_class_for_VB_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/MEF_helper_class_for_VB_NET</guid>
      <pubDate>Mon, 06 Apr 2009 18:06:17 GMT</pubDate>
    </item>
    <item>
      <title>Using MEF and querying the catalog container with VB.NET</title>
      <description>I am using the Managed Extensibility Framework preview 5 in VB.NET, and I have to say, that it rocks!

The project I am writing is a UI container that has "add-ins" that process files and such. I am working with another programmer to develop other add-ins for the app as well.

To query for specific metadata, we first have to create an interface and a custom attribute.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.compdj.com%2fpost%2fUsing-MEF-and-querying-the-catalog-container-with-VBNET.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.compdj.com%2fpost%2fUsing-MEF-and-querying-the-catalog-container-with-VBNET.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Using_MEF_and_querying_the_catalog_container_with_VB_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Using_MEF_and_querying_the_catalog_container_with_VB_NET</guid>
      <pubDate>Mon, 06 Apr 2009 16:17:03 GMT</pubDate>
    </item>
    <item>
      <title>Using .NET TripleDES Crypto Provider</title>
      <description>Using .NET TripleDES Crypto Provider from CraigW Blog &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.craigwardman.com%2fblog%2f2008%2f08%2fusing-net-tripledes-crypto-provider.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.craigwardman.com%2fblog%2f2008%2f08%2fusing-net-tripledes-crypto-provider.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Using_NET_TripleDES_Crypto_Provider</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Using_NET_TripleDES_Crypto_Provider</guid>
      <pubDate>Thu, 19 Mar 2009 23:36:23 GMT</pubDate>
    </item>
    <item>
      <title>The Shadow Knows! - The finer Nuisances of the VisualBasic.NET Shadows</title>
      <description>Highlights the subtile but important differences in VB.NET between Shadows and Overrides. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.riskotech.com%2friskfactor%2f2009%2f03%2f16%2fTheShadowKnowsTheFinerNuisancesOfTheVisualBasicNETShadowsKeyword.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.riskotech.com%2friskfactor%2f2009%2f03%2f16%2fTheShadowKnowsTheFinerNuisancesOfTheVisualBasicNETShadowsKeyword.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/The_Shadow_Knows_The_finer_Nuisances_of_the_VisualBasic_NET_Shadows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/The_Shadow_Knows_The_finer_Nuisances_of_the_VisualBasic_NET_Shadows</guid>
      <pubDate>Wed, 18 Mar 2009 21:01:51 GMT</pubDate>
    </item>
    <item>
      <title>Ebay Platform Notification Listener Web Service VB.NET and the EBAY </title>
      <description>Adding an ebay notification listener using VB.NET 2005 to your project for use with the ebay developer sdk for .net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvbdork.net%2fpost%2f2009%2f02%2f27%2fEbay-Platform-Notification-Listener-Web-Service-VBNET-and-the-EBAY-developer-SDK.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvbdork.net%2fpost%2f2009%2f02%2f27%2fEbay-Platform-Notification-Listener-Web-Service-VBNET-and-the-EBAY-developer-SDK.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Ebay_Platform_Notification_Listener_Web_Service_VB_NET_and_the_EBAY</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Ebay_Platform_Notification_Listener_Web_Service_VB_NET_and_the_EBAY</guid>
      <pubDate>Sat, 28 Feb 2009 00:48:54 GMT</pubDate>
    </item>
    <item>
      <title>New Features in VB.NET 10 (.NET 4.0) </title>
      <description>A summary of what's coming in VB.NET 10... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dotnettech.net%2farchive%2f2008%2f12%2f01%2fnew-features-in-vb.net-10-.net-4.0.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dotnettech.net%2farchive%2f2008%2f12%2f01%2fnew-features-in-vb.net-10-.net-4.0.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/New_Features_in_VB_NET_10_NET_4_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/New_Features_in_VB_NET_10_NET_4_0</guid>
      <pubDate>Thu, 26 Feb 2009 17:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Software Development Until Done</title>
      <description>This is still on going, driving me crazy. I will probably be busy with it for a few days now. If you think this does not apply to you, you are wrong.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jonathancrossland.com%2fpost%2fSoftware-Development-Until-Done.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jonathancrossland.com%2fpost%2fSoftware-Development-Until-Done.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Software_Development_Until_Done</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Software_Development_Until_Done</guid>
      <pubDate>Tue, 24 Feb 2009 00:23:57 GMT</pubDate>
    </item>
    <item>
      <title>Modifying VB XML Literals at Debug-Time</title>
      <description>Article showing how to change XML literals in the debugger without using Edit and Continue. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdiditwith.net%2f2009%2f02%2f14%2fModifyingVBXMLLiteralsAtDebugTime.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdiditwith.net%2f2009%2f02%2f14%2fModifyingVBXMLLiteralsAtDebugTime.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Modifying_VB_XML_Literals_at_Debug_Time</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Modifying_VB_XML_Literals_at_Debug_Time</guid>
      <pubDate>Sun, 15 Feb 2009 04:36:35 GMT</pubDate>
    </item>
    <item>
      <title>VB.Net Property Generator </title>
      <description>A useful tool that I found as a replacement for various VS plugins that auto generate properties. Quite simple, yet extremely useful when writing a ton of properties &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fguoscode.com%2fmytools%2fproperty.asp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fguoscode.com%2fmytools%2fproperty.asp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/VB_Net_Property_Generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/VB_Net_Property_Generator</guid>
      <pubDate>Thu, 12 Feb 2009 20:25:51 GMT</pubDate>
    </item>
    <item>
      <title>Mystery of Not Operator in VB.Net </title>
      <description>(Not 2) = -3. 

Strange! 

VB.net evalueates (2) as True and (Not 2) is also evaluated as true. Yanesh Tyagi explains this strange behavior in this article. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fyaneshtyagi%2farchive%2f2009%2f02%2f03%2fmystery-of-not-operator-in-vb-net.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fyaneshtyagi%2farchive%2f2009%2f02%2f03%2fmystery-of-not-operator-in-vb-net.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Mystery_of_Not_Operator_in_VB_Net</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Mystery_of_Not_Operator_in_VB_Net</guid>
      <pubDate>Tue, 03 Feb 2009 16:02:40 GMT</pubDate>
    </item>
    <item>
      <title>ASP.Net Maker intro</title>
      <description>ASP.Net maker is a product for e.World Technology Limited, and they are creating some other makers such as ASP Maker, JSP Maker, PHP Maker,...

You can download from there a trial version for 30 days, and also try to check the prices, its really cheap comparing to the tools power.

The following video shows how you can create a website fast and manipulate it. &amp;quot;Better Video&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2figurr.com%2fblogs%2fprogramming%2farchive%2f2009%2f01%2f22%2fintro-to-asp-net-maker.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2figurr.com%2fblogs%2fprogramming%2farchive%2f2009%2f01%2f22%2fintro-to-asp-net-maker.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_Net_Maker_intro</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_Net_Maker_intro</guid>
      <pubDate>Sun, 25 Jan 2009 21:59:51 GMT</pubDate>
    </item>
    <item>
      <title>Generic Data Providers vs Specific Data Providers in VB.NET</title>
      <description>This article explains what are the issues or options we have if we use generic data objects such as IDbcommand, Idbconnection etc in place of specific data objects such as SqlCommand or SqlConnection. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vbdotnetheaven.com%2fUploadFile%2fakrao%2fGenericDataProvidersInVB11122005052312AM%2fGenericDataProvidersInVB.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vbdotnetheaven.com%2fUploadFile%2fakrao%2fGenericDataProvidersInVB11122005052312AM%2fGenericDataProvidersInVB.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Generic_Data_Providers_vs_Specific_Data_Providers_in_VB_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Generic_Data_Providers_vs_Specific_Data_Providers_in_VB_NET</guid>
      <pubDate>Fri, 23 Jan 2009 15:33:44 GMT</pubDate>
    </item>
    <item>
      <title>Printing in Visual Basic 2005</title>
      <description>The code in this article shows how to print items from listview in my inventory software. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.vbdotnetheaven.com%2fUploadFile%2fsabikp%2f107112007013908AM%2f1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.vbdotnetheaven.com%2fUploadFile%2fsabikp%2f107112007013908AM%2f1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vbnet/Printing_in_Visual_Basic_2005</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vbnet/Printing_in_Visual_Basic_2005</guid>
      <pubDate>Tue, 20 Jan 2009 15:26:23 GMT</pubDate>
    </item>
  </channel>
</rss>