|
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconupgradingapplicationscreatedinpreviousversionsofvisualbasic.asp
|
|
The article describes the ability provided by Visual Studio .NET to upgrade applications created in Visual Basic 6.0 so that you can continue development, taking advantage of the benefits of the .NET Platform.
|
|
|
|
http://www.guardsoft.net/Documentation/cs1.pdf
|
|
Description not available.
|
|
|
|
http://idevnews.com/CaseStudies.asp?ID=27
|
|
Description not available.
|
|
|
|
http://www.cswl.com/whiteppr/tech/microsoftnet.html
|
|
Migrating to the .NET platform has been under serious discussion ever since Microsoft launched its newest series of products under much hyped vision statements. Visual Basic.NET is one of the key products that enable application development under the new vision. However, VB.NET is not quite backward compatible with prior versions like Visual Basic version 6. This makes migration a serious issue. This article looks at possible reasons that one would choose to migrate, and outlines certain important issues to be considered when such a migration is attempted.
|
|
|
|
http://www.aivosto.com/vbtips/vbnetmigration.html
|
|
Description not available.
|
|
|
|
http://www.ellkay.com/Migration.htm
|
|
Article talks about the various strategies and paths available to migrate existing VB projects to VB.NET
|
|
|
|
http://www.devarticles.com/art/1/113/2
|
|
Step by step guide to migrate existing VB applications to VB.NET along with graphics for easier understandibility.
|
|
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_vsto2003_ta/html/vbaconvert.asp
|
|
This article addresses issues you might encounter as you begin to convert your Microsoft® Visual Basic® for Applications (VBA) code to Microsoft Visual Basic .NET. It also serves to help you learn what changes are necessary when you move from VBA (unmanaged code) to code managed by the Microsoft .NET Framework (managed code).
|
|
|
|
http://www.ellkay.com/Migration.htm
|
|
Description not available.
|
|
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbconwalkthroughrecreatingcalculatorsampleapplicationinvisuyalbasic70.asp
|
|
This Article provides directions on how to upgrade a Visual Basic graphics sample application to Visual Basic .NET. In addition to illustrating the upgrading process. The article highlights the differences in graphics architectures between Visual Basic 6.0 and Visual Basic .NET
|
|
|
|
http://www.cswl.com/whiteppr/tech/microsoftnet.html
|
|
Migrating to the .NET platform has been under serious discussion ever since Microsoft launched its newest series of products under much hyped vision statements. Visual Basic.NET is one of the key products that enable application development under the new vision. However, VB.NET is not quite backward compatible with prior versions like Visual Basic version 6. This makes migration a serious issue. This article looks at possible reasons
|
|
|
|
http://www.cswl.com/whiteppr/tech/microsoftnet.html
|
|
Migrating to the .NET platform has been under serious discussion ever since Microsoft launched its newest series of products under much hyped vision statements. Visual Basic.NET is one of the key products that enable application development under the new vision. However, VB.NET is not quite backward compatible with prior versions like Visual Basic version 6. This makes migration a serious issue. This article looks at possible reasons that one would choose to migrate, and outlines certain important issues to be considered when such a migration is attempted.
|
|
|
|
http://msdn.microsoft.com/msdnmag/issues/01/02/vbnet/default.aspx
|
|
Visual Basic .NET is the result of a significant rebuild of Visual Basic for the Microsoft .NET Framework. There are a number of changes that make Visual Basic .NET easier to use, more powerful than Visual Basic 6.0, and give it the kind of access to system resources that in the past required the use of languages like C++. One of the most important additions is object inheritance. In Visual Basic .NET, all managed types derive from System.Object.
An important new language feature is garbage collection, which is administered by the Common Language Runtime and provides better memory management. The universal type system allows for greater interoperability, also contributing to the enhanced power and flexibility found in Visual Basic .NET.
|
|
|
|
http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/aspnet-movingvbtoaspnet.asp
|
|
Before .NET came along, there were many distinct and fundamental differences between creating classic ASP Web applications and building desktop Microsoft® Windows® applications with Microsoft Visual Basic® 6.0. For starters, Visual Basic application user interfaces were designed with drag-and-drop GUI tools in Microsoft Visual Studio®, whereas the user interfaces for ASP Web applications were created by manually adding the HTML markup to generate the correct interface. Also, ASP Web pages contained script code with a mix of HTML markup and source code, whereas Visual Basic applications dealt with classes, modules, and other structured and object-oriented programming constructs.
|
|
|
|
http://msdn.microsoft.com/vbasic/productinfo/faq/default.aspx
|
|
Frequently Asked Questions About Visual Basic .NET 2003
|
|
|
|
http://www.vb2themax.com/HtmlDoc.asp?Table=Articles&ID=380
|
|
How to prepare yourself for moving from VB6 to VB.NET
By Jimmy Nilsson
In this article I will make a few guesses of how you can change your coding style and prepare yourself already today for the transition, to make it as smooth as possible. In the article I will focus on components, especially for the server-side.
|
|
|
|
http://www.vb2themax.com/HtmlDoc.asp?Table=Articles&ID=340
|
|
.NET and the revenge of VB
What is Microsoft .NET and why should you care? This article is a clear and simple introduction to the new generation of Visual Basic and other Microsoft languages, as well as an explanation of what the .NET framework is and how it relates to COM. The article also compares VB to C# and suggest when you should select either one as your language of choice under .NET.
|
|
|
|
http://visualbasic.about.com/library/weekly/aa062803a.htm
|
|
Menus are often the most important part of a system's user interface. And like everything else in VB .NET, a lot has changed. Starting with a very brief review of VB 6 menu creation, we'll show you how to create great menus in VB .NET, including a trick that isn't in the Help system.
|
|
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriintroductiontovisualbasic70forvisualbasicveterans.asp
|
|
As a veteran Visual Basic developer, you have undoubtedly invested a lot of time and effort in learning the intricacies of Visual Basic. At first glance, it may appear to you that Visual Basic .NET is so radically different from what you know that you will have to learn it all over again. In reality, while many things have changed, the overall experience of developing in Visual Basic remains essentially the same. Your knowledge of Visual Basic will help you immediately become productive in Visual Basic .NET.
|
|
|