10 steps to migrate existing code to VB.NET

April 23, 2008 – 2:47 am

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 a lot of issues ahead. […]

Popularity: 58% [?]

Migrating from VB6 to VB.NET with Project Analyzer

April 23, 2008 – 2:21 am

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 easily start the preparations today. […]

Popularity: 57% [?]

Migrating applications from Visual Basic 6.0 to .NET

April 23, 2008 – 2:08 am

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 probably read about all the […]

Popularity: 57% [?]

Microsoft SQL Server Developer Edition 2005

April 16, 2008 – 3:44 pm Microsoft SQL Server Developer Edition 2005 CD/DVDMicrosoft SQL Server Developer Edition 2005 CD/DVD 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. ...

Popularity: 100% [?]

Microsoft Visual Basic .NET Standard 2003

April 16, 2008 – 3:03 pm Microsoft Visual Basic .NET Standard 2003Microsoft Visual Basic .NET Standard 2003 Visual Basic .NET Standard 2003 is the complete application tool for the .NET platform!

Popularity: 86% [?]

101 Samples for Visual Basic 2005

April 8, 2008 – 3:51 am

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 PC Samples
Visual Studio Tools for […]

Popularity: 83% [?]

Web Application Testing in VB.NET 2005

April 8, 2008 – 3:48 am

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 in the most efficiently created […]

Popularity: 83% [?]

Using sockets in PHP : Get articles from Usenet

March 8, 2008 – 1:28 pm

PHP can open sockets on remote or local hosts. Here is a hands-on example of using such a socket: getting connected to a Usenet News Server, talking to this server, and downloading some articles for a precise newsgroup.
Opening a socket in PHP
Sockets are opened using fsockopen(). This function is both available […]

Popularity: 79% [?]

The Ternary Conditional Operator

March 8, 2008 – 12:21 pm

Checking for variables before you use them can be a tedious process, and this step is often missed out in PHP code, leading to masses of PHP Notice errors and possibly leaving the application vulnerable. However, there is a simple solution to this problem, something called the ternary conditional operator. This allows you to […]

Popularity: 100% [?]

Visual Basic

March 6, 2008 – 11:03 am

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 of the foundation languages for […]

Popularity: 95% [?]