<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>dotnetcat: VB.NET .NET news</title>
<link>http://www.dotnetcat.com/</link>
<atom:link href="http://www.dotnetcat.com/news/VB.NET/rss.xml" rel="self" type="application/rss+xml" />
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>The 'dynamic' keyword for higher productivity: Windows Firewall API example</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/13885/</link>
<guid>http://www.dotnetcat.com/news/C-sharp/id/13885/</guid>
<pubDate>Thu, 20 May 2010 09:45:00 -0500</pubDate>
<description><![CDATA[This dynamic keyword can be put to good use when doing COM. And in turn you could be more productive when you need to complete tasks regarding the Windows API (that expose COM functionality).]]></description>
<category><![CDATA[C#]]></category>
</item>
<item>
<title>NHunspellTextBoxExtender - A Spellchecking IExtenderProvider for TextBoxes using Hunspell for .NET</title>
<link>http://www.dotnetcat.com/news/Examples/id/13817/</link>
<guid>http://www.dotnetcat.com/news/Examples/id/13817/</guid>
<pubDate>Fri, 07 May 2010 15:43:00 -0500</pubDate>
<description><![CDATA[With many applications, spell checking can be a vital aspect to include. Most people are accustomed to the spell checking capabilities of products like Microsoft Word or OpenOffice. There are products available for purchase that can add spell checking capability, such as SharpSpell that can cost hundreds of dollars. Unfortunately, there is a lack of Open Source, freely available tools that can provide the functionality of Microsoft Word. That is why I began to work on a spell checking IExtenderProvider that could extend any control that inherits TextBoxBase (both TextBox and RichTextBox inherit TextBoxBase).]]></description>
<category><![CDATA[Examples]]></category>
</item>
<item>
<title>6 Important .NET Concepts: Stack, Heap, Value types, Reference types, Boxing and Unboxing</title>
<link>http://www.dotnetcat.com/news/C-sharp/id/13749/</link>
<guid>http://www.dotnetcat.com/news/C-sharp/id/13749/</guid>
<pubDate>Tue, 27 Apr 2010 14:12:00 -0500</pubDate>
<description><![CDATA[This article will explain 6 important concepts Stack, heap, value types, reference types, boxing and unboxing. This article starts first explaining what happens internally when you declare a variable and then it moves ahead to explain 2 important concepts stack and heap. Article then talks about reference types and value types and clarifies some of the important fundamentals around them. Finally the article concludes by demonstrating how performance is hampered due to boxing and unboxing with a sample code.
]]></description>
<category><![CDATA[C#]]></category>
</item>
<item>
<title>Visual Basic 2010 Language Enhancements</title>
<link>http://www.dotnetcat.com/news/VB.NET/id/13707/</link>
<guid>http://www.dotnetcat.com/news/VB.NET/id/13707/</guid>
<pubDate>Tue, 20 Apr 2010 19:00:00 -0500</pubDate>
<description><![CDATA[Recently, Microsoft merged the Visual Basic and C# teams to help ensure that C# and Visual Basic grow together. And Visual Basic has been updated to include a number of C# features that it was previously missing. This article explores some of these new features that were added to Visual Basic 2010.
]]></description>
<category><![CDATA[VB.NET]]></category>
</item>
<item>
<title>Programming Twittering with Visual Basic</title>
<link>http://www.dotnetcat.com/news/VB.NET/id/10836/</link>
<guid>http://www.dotnetcat.com/news/VB.NET/id/10836/</guid>
<pubDate>Mon, 04 May 2009 20:43:27 -0500</pubDate>
<description><![CDATA[Discover how easy it is to call the Twitter API from your .NET applications.
]]></description>
<category><![CDATA[VB.NET]]></category>
</item>
<item>
<title>Network Know-How: Exploring Network Algorithms</title>
<link>http://www.dotnetcat.com/news/Examples/id/9458/</link>
<guid>http://www.dotnetcat.com/news/Examples/id/9458/</guid>
<pubDate>Wed, 03 Sep 2008 14:34:53 -0500</pubDate>
<description><![CDATA[Networks can model all sorts of situations including physical networks as well as non-physical situations. Learn how to use network algorithms to test connectivity, build inexpensive connections, assign work, and split networks as inexpensively as possible.]]></description>
<category><![CDATA[Examples]]></category>
</item>
<item>
<title>Sharpening Your Axis with Visual Basic 9</title>
<link>http://www.dotnetcat.com/news/VB.NET/id/9385/</link>
<guid>http://www.dotnetcat.com/news/VB.NET/id/9385/</guid>
<pubDate>Mon, 18 Aug 2008 20:42:59 -0500</pubDate>
<description><![CDATA[Visual Basic 9 completely eliminates the barrier between the code you write and the XML you're trying to express. Creating, querying, and transforming XML is much more intuitive and productive than ever before.]]></description>
<category><![CDATA[VB.NET]]></category>
</item>
<item>
<title>Parsing Sentences and Building Text Statics in Visual Basic</title>
<link>http://www.dotnetcat.com/news/VB.NET/id/9022/</link>
<guid>http://www.dotnetcat.com/news/VB.NET/id/9022/</guid>
<pubDate>Wed, 04 Jun 2008 20:58:00 -0500</pubDate>
<description><![CDATA[This article describes three approaches to parsing the sentences from a body of text; three approaches are shown as a means of describing the pros and cons for performing this task using each different approach.]]></description>
<category><![CDATA[VB.NET]]></category>
</item>
<item>
<title>Custom Button Control with Gradient Colors and Extra Image (VB.NET)</title>
<link>http://www.dotnetcat.com/news/Components/id/9007/</link>
<guid>http://www.dotnetcat.com/news/Components/id/9007/</guid>
<pubDate>Tue, 03 Jun 2008 13:49:00 -0500</pubDate>
<description><![CDATA[This is a simple to use Custom Button control, but with a lot of visual design options]]></description>
<category><![CDATA[Components]]></category>
</item>
<item>
<title>VB's Statically Typed Wrapper for Dynamic Code</title>
<link>http://www.dotnetcat.com/news/VB.NET/id/8789/</link>
<guid>http://www.dotnetcat.com/news/VB.NET/id/8789/</guid>
<pubDate>Wed, 23 Apr 2008 22:41:00 -0500</pubDate>
<description><![CDATA[Visual Basic (in some of its forms) has always been MicrosoftвЂ™s choice in dynamic quarter. With the latest release of Visual Basic 9.0 (comes with Visual Studio 2008), dynamic features of VB have been further improved. So, in VB 9.0 you can use extension methods, local variable type inference, lambda expressions and others that make VB even more dynamic. WhatвЂ™s unique about VB is that dynamic behavior can be controlled with a simple directive..]]></description>
<category><![CDATA[VB.NET]]></category>
</item>
</channel>
</rss> 