Archive for the ‘Visual Basic’ Category

10 steps to migrate existing code to VB.NET

Wednesday, April 23rd, 2008

Converting existing VB code to Visual Basic .NET is not just a matter of loading it to the new version. Yes, VB.NET has its built-in migration tool, which does a good job converting your syntax. But that's just half of the work. Your project won't compile right away, you'll have ...

Migrating from VB6 to VB.NET with Project Analyzer

Wednesday, April 23rd, 2008

Let's Get prepared and save migration work Do you plan to move code from VB6 to VB.NET? Upgrading to VB.NET is not just a matter of loading your existing code in it. Simply put, your code won't run without changes. It's essential to prepare your code before you migrate it. You can ...

Migrating applications from Visual Basic 6.0 to .NET

Wednesday, April 23rd, 2008

You have probably learned by now that all prior versions, including Visual Basic 6.0 are totally different than Visual Basic .NET. Until now, you ...

Microsoft SQL Server Developer Edition 2005

Wednesday, April 16th, 2008

Product Description: Achieve higher levels of database scalability with SQL Server 2005 (64-bit), the enterprise-class database optimized to run on x64- or Itanium-based servers and Microsoft Windows Server 2003. The 64-bit features are available on SQL Server 2005 Standard, Enterprise, and Developer editions. Main FeaturesManufacturer: Microsoft CorporationManufacturer Part Number: ...

Microsoft Visual Basic .NET Standard 2003

Wednesday, April 16th, 2008

Product Description:Visual Basic .NET Standard 2003 is the complete application tool for the .NET platform!Amazon.com Review:Visual Basic is a hugely popular programming language that is suitable for students and beginners as well as professional development. This is the .NET version, which is significantly different from older variants of Basic. It’s ...

101 Samples for Visual Basic 2005

Tuesday, April 8th, 2008

101 Samples demonstrate many of the new features available with Visual Basic 2005 and the .NET Framework 2.0. For more samples using Visual Basic .NET 2003, see this download. Download all 101 Samples. Base Class Libraries - Group 1 Samples Base Class Libraries - Group 2 Samples Data Access Samples .NET Compact Framework Samples Tablet ...

Web Application Testing in VB.NET 2005

Tuesday, April 8th, 2008

In this tutorial you will learn about Testing a Web Application, Configuring ASP.NET Unit Tests Using Run Configuration, Creating and Removing Run Configurations, Subsequent run configurations, removing run configuration and editing run configuration. An application is software is created to function efficiently given the necessary parameters. Developers are conscious that, even ...

Visual Basic

Thursday, March 6th, 2008

VBScript is a scripting language used in Microsoft’s Internet Explorer web browser and browsers based on Internet Explorer’s engine. First developed in 1991, this language has evolved to VB6, which currently is scheduled to enter Microsoft’s “non-supported phase” starting March 2008. Why is it included here? Because it is one ...