<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://dotnet.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>VB.NET</title>
 <link>http://dotnet.sys-con.com/</link>
 <description>Latest articles from VB.NET</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Sun, 08 Nov 2009 09:10:14 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>String Combinatorics with Visual Basic.NET</title>
 <link>http://dotnet.sys-con.com/node/231946</link>
 <description>Sooner or later you&#039;ll probably find it useful to be able to create and manipulate combinations programmatically. By far the most useful kinds of combinations are string combinations. A string combination of order (n, k) is a subset of k strings chosen from a set of n strings, where order doesn&#039;t matter.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/231946&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 21 Jun 2006 14:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/231946</guid>
</item>
<item>
 <title>Converting VB6 to VB.NET, Part I</title>
 <link>http://dotnet.sys-con.com/node/46335</link>
 <description>If you&#039;re one of the many who have VB6 code, you have three basic options: stay with VB6, convert to .NET, or rewrite from scratch. In this article, we will look at converting VB6 code to VB.NET and C#. I&#039;ll discuss when it makes sense to convert versus staying with VB6 or rewriting from scratch. I will cover what converts well and what does not, different ways to do the conversion, how to get code ready to convert, and handling issues after the conversion.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/46335&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 26 May 2005 09:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/46335</guid>
</item>
<item>
 <title>Converting VB6 to VB.NET, part 3</title>
 <link>http://dotnet.sys-con.com/node/47761</link>
 <description>This is the third and final installment in a three-part series. In the first installment (.NETDJ, Vol. 2, issue 9), I covered general conversion issues, in the second installment (Vol. 2, issue 10), I finished general conversion issues, and covered issues associated with database conversions. In this final installment, I will cover ASP Web page conversions, converting to VB.Net 2005, converting to C#, and finally, I will cover some arguments for converting.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/47761&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 12 Jan 2005 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/47761</guid>
</item>
<item>
 <title>Does Java Patents Case Affect Microsoft Too?</title>
 <link>http://dotnet.sys-con.com/node/46624</link>
 <description>Hewlett-Packard, IBM, and Microsoft are all licensees of the same patents that Kodak is successfully suing Sun Microsystems for infringing, the Eastman Kodak Co. revealed yesterday.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/46624&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 05 Oct 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/46624</guid>
</item>
<item>
 <title>Converting VB6 to VB.NET, Part II</title>
 <link>http://dotnet.sys-con.com/node/46609</link>
 <description>Last month (Vol. 2, issue 9), I gave an executive overview of the conversion process, and started looking at converting general VB6 code to VB.NET. This month I will finish general conversions, including DLLs, then start on database conversions. Next month, in the final segment, I will cover converting ASP.NET Web pages, and look at converting to VB.NET 2005 and C#.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/46609&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 04 Oct 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/46609</guid>
</item>
<item>
 <title>.NET Makeover</title>
 <link>http://dotnet.sys-con.com/node/46337</link>
 <description>As developers in the 1990s, we became accustomed to migrating applications from one version of VB to the next. We expected Microsoft to continually provide new VB releases that addressed feedback from the developer community (also known as &#039;identified bugs&#039;), made VB software developers more productive, and took another step toward &#039;true&#039; object-oriented (OO) programming. While Active Server Pages (and VBScript) provided a foothold into Web development, they also represented a step backward in the path to building OO systems.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/46337&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 13 Sep 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/46337</guid>
</item>
<item>
 <title>Using Features of Visual Basic .NET to Trace Your Application</title>
 <link>http://dotnet.sys-con.com/node/46341</link>
 <description>At one time or another, most applications have to determine when a certain subroutine or function is executed and inform the user when an important event or an error occurred. Over the years, clever developers created different methods for these kinds of notifications. At some point in time, just about every Visual Basic programmer has tried using a message box to show when a method or subroutine was called. While this technique might work well for debugging, it&#039;s highly error-prone. Because there are legitimate times when a message box should be shown to the user, the developer can&#039;t just comment out every call to MessageBox.&lt;p&gt;&lt;a href=&quot;http://dotnet.sys-con.com/node/46341&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 13 Sep 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://dotnet.sys-con.com/node/46341</guid>
</item>
</channel>
</rss>
