Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > Visual Basic.Net > Migration to VB.NET


Search:
What's New - What's Hot
Overview of Changes from VB6 to VB.NET     
Total Hits: 219  |  Today: 0Author: Bipin Joshi      Rating:  
Read Reviews | Write Review |  Your Rating: 

With release of Microsoft .NET platform, Visual Basic has emerged into a fully objected oriented language (dubbed VB.NET). With these radical changes, though, the learning curve between VB6 and VB.NET might be reasonably high even for experienced programmers. In this article I will try to list language changes to Visual Basic along with sample examples wherever appropriate. The list presented here may not be complete but it does cover majority of features. If you are a VB programmer wanting to s...

A Visual Basic Developer's Introduction to Web Development     
Total Hits: 84  |  Today: 0Author: Scott Swigart      Rating:  
Read Reviews | Write Review |  Your Rating: 

The purpose of this article is to quickly get Visual Basic 6.0 and Visual Basic .NET developers up-to-speed on building Web applications with ASP.NET 2.0. As such, this article endeavors to speak the language of desktop developers, and it focuses on what's different about developing for the Web....

Tic Tac Toe ... A journey from VB 6 to .NET and GDI+     
Total Hits: 450  |  Today: 0Author: Dan Mabbutt      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Tic Tac Toe example has now been used in a whole series of articles to demonstrate a range of features of both .NET and GDI+. The second article was "minimal" conversion of the program into VB.NET using the Microsoft Upgrade Wizard. And the third article made an attempt to completely convert the program while keeping the same VB 6 program architecture....

Support WebCast: Upgrading Applications from Microsoft Visual Basic 6.0 to Visual Basic.NET     
Total Hits: 1139  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Visual Basic.NET is the next version of the Visual Basic programming language. In this introductory session, we will talk about the benefits of upgrading to Visual Basic.NET. We will also discuss the upgrade tool and what it does. During this WebCast we will talk about architectural guidelines for designing your Visual Basic 6.0 applications to ensure an easy upgrade to Visual Basic.NET. In addition, we will discuss which applications you should upgrade when you do make the decision to upgrade....

Call Into The .NET Framework From Existing Visual Basic 6.0 Apps     
Total Hits: 45  |  Today: 0Author: Scott Swigart      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many developers believe that if they are writing code in Visual Basic® 6.0, the vast world of the Microsoft® .NET Framework is off limits to them. But in this article, I’ll prove that isn’t true. I’ll show how you can easily leverage anything in the .NET Framework 2.0 from existing Visual Basic 6.0 applications through a technique known as Visual Basic Fusion. Make no mistake, I’m advocating nothing less than leaving some of your applications in Visual Basic 6.0. However, there’s no reason that ...

What's New with the Visual Basic Upgrade Wizard in Visual Basic 2005     
Total Hits: 131  |  Today: 0Author: John Hart      Rating:  
Read Reviews | Write Review |  Your Rating: 

In Visual Basic 2005, the Upgrade Wizard has added several new features to continue to help you upgrade your Visual Basic 6.0 projects.

The key improvements to the Upgrade Wizard in this version of Visual Basic include the support for upgrading some common Visual Basic 6.0 ActiveX controls, an additional project type, and a few language features that were not previously supported. It also targets some new Visual Basic 2005 features....

A Visual Basic Developer's Introduction to ASP.NET 2.0     
Total Hits: 96  |  Today: 0Author: Scott Swigart      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you are at all like me, you primarily develop desktop applications. However, it is quite common that desktop developers need to do Web development from time to time. The purpose of this article is to quickly get Visual Basic .NET and Visual Basic 6 developers up-to-speed on building Web applications with ASP.NET 2.0. As such, this article endeavors to speak the language of desktop developers, and it focuses on what is different about developing for the Web. This article also assumes that your...

Robert Green Talks About Communities for Visual Basic .NET     
Total Hits: 91  |  Today: 0Author: Robert Green      Rating:  
Read Reviews | Write Review |  Your Rating: 

MSDN Magazine recently talked to Robert Green, the Community Lead Program Manager for Visual Basic, about what to expect in the next version and how the Visual Basic team hopes to work more closely with the Visual Basic community....

VB to C# Conversion     
Total Hits: 107  |  Today: 0Author: Jeffrey Schoolcraft      Rating:  
Read Reviews | Write Review |  Your Rating: 

Here is VB code.
Now for the C# Code....

Microsoft ASP.NET Member/Role Management with IIS (VB Version)     
Total Hits: 221  |  Today: 0Author: Jonathan Cummins      Rating:  
Read Reviews | Write Review |  Your Rating: 

Back in January of 2006, I published on MSDN an article and source code for managing ASP.NET 2.0 Membership users with an ObjectDataSource. Since I'm not much of a VB person, I only published them in c#. since then, I've had hundreds of requests for this code in VB. Until now, I've had to send an excuse for not having it. Now, thanks to Dave at Tangible Solutions Software, we now have a VB version. Dave converted it with there conversion software called Instant VB.
The following zip file...

VB6.0 to VB.NET Migration Commandline Arguments Issue     
Total Hits: 368  |  Today: 0Author: Sadish Kumar.V.      Rating:  
Read Reviews | Write Review |  Your Rating: 

When we migrate VB6.0 Application to VB.NET using VB.NET upgrade wizard in visual studio .NET 2003, we have to take care of certain areas in the migrated application for smoother execution. This article will discuss one of the key area called Command Line Argument which we need to consider as post migration changes in the upgraded VB.NET application...

Migrating to Visual Basic.NET from Visual Basic 6     
Total Hits: 408  |  Today: 0Author: Vaijayantee Sateesh Kamat      Rating:  
Read Reviews | Write Review |  Your Rating: 

Those already familiar with Visual Basic shouldn't have to worry about migrating to Visual Basic.NET. In this article Vaijayantee shows us how to upgrade our existing applications to Visual Basic.NET, different .NET variable types, and her own personal programming recommendations. After reading this article you'll be able to migrate from VB6 to VB.NET in no time!Those already familiar with Visual Basic shouldn't have to worry about migrating to Visual Basic.NET. In this article Vaijayantee shows...

What's New and Different in VB .NET     
Total Hits: 290  |  Today: 0Author: Steven Roman, Ph.D., Ron Petrusha, Paul Lomax      Rating:  
Read Reviews | Write Review |  Your Rating: 

This appendix is for readers who are familiar with earlier versions of Visual Basic, specifically Version 6. In this appendix, we describe the basic changes to the VB language, both in syntax and in functionality. (Readers familiar only with Version 5 of Visual Basic will also benefit from this chapter, although we discuss only the changes since Version 6.) We also touch upon other changes to VB, such as error handling and additional object-oriented programming support....

Moving from eMbedded Visual Basic to Visual Basic .NET     
Total Hits: 92  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Learn how to move Microsoft Windows Pocket PC 2002 software development from Microsoft eMbedded Visual Basic to the Microsoft .NET Framework and Visual Basic .NET. The release of the .NET Compact Framework enables mobile application development to make use of the same tools and languages used in server and desktop application development....

Abandoning the Fantasy of VB Migration Wizardry     
Total Hits: 682  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

So how hard is it really to upgrade a VB6 application to VB.NET? Harder than you think. Get a realistic appraisal of what's involved in migration from Federico Zoufaly, the man at the center of the .NET migration universe....

A Practical Guide to VB.NET for Beginners     
Total Hits: 1266  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The new .NET framework that Microsoft has recently released is quite different than the framework that VB6 is based on. When I first started working with VB.NET, the true Object Oriented Programming (OOP) threw me for a loop. This guide will explain to you what OOP is, and how to build your first program....

A Practical Introduction to OOP. Part 1 - You ARE an OOP Programmer!     
Total Hits: 867  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Have you tried the Hello World! example in .NET? - You ARE an OOP Programmer!It is impossible to do any programming with Microsoft.NET without using object-oriented programming (OOP). Though you may not have yet written classes of your own and used them to create objects - you have created objects from the classes of the .NET Framework and used the objects in your applications....

Where's my App.Path in VB.NET?     
Total Hits: 1900  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

The APP Object no longer exists in VB.NET, so calling App.Path to get the location of your application does not work. Thankfully there are many other ways to do this in VB.NET, here are a few....

HOW TO: Upgrade a Visual Basic 6.0 Project Group to Visual Basic .NET     
Total Hits: 826  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to upgrade a Visual Basic 6.0 project group or an n-tier application to Visual Basic .NET.If you upgrade a Visual Basic 6.0 project group or an n-tier application to Visual Basic .NET, you must upgrade one project or tier at a time....

10 steps to migrate existing code to VB.NET     
Total Hits: 1703  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Migrating existing VB code to Visual Basic .NET is not just a matter of loading it to the new version. VB.NET does include an upgrade wizard. It does a good job converting your syntax, but that's just half of the work. Your project will not compile right away, you'll have a lot of issues ahead. If you weren't prepared, you might decide you didn't want to migrate after all....


1  2  3  4  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net