News

VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation ...
09/01/2002 Optimizing a VB.NET application often requires a deep understanding of how the .NET Framework works, including details about the inner workings of the garbage collector and the Just In Time ...
Simple enough SQL / VB .Net question regarding highest row number. Rob Burke Apr 7, 2004 Jump to latest Follow Reply ...
In C/C++, we can use the backslash escape sequence to create a string with any embedded ASCII code.",\\x09" is a string with a comma followed by an unprintable character whose ASCII code is 09.How ...
Speed Up Your VB.NET Code Optimization rules have changed under VB.NET-here are eight great new ways to build wicked-fast code. By Francesco Balena August 1, 2002 Speed Up Your VB.NET Code ...