News

Visual Basic .NET Power Coding offers concise discussion and helpful examples of VB.NET's most complex topics, such as delegates, threading, remoting, Reflection, and security. If you are the average ...
Code First frees you up from the chore of creating databases for your project. Here's a primer on how to do it. Entity Framework has been the latest buzzword in the Microsoft Development circle since ...
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 forces ...
Microsoft announced in early 2012 that it would extend support for aging Visual Basic 6 runtimes and code syntax for the entire life cycle of Windows Vista, Windows Server 2008, Windows 7 and the ...
Microsoft Excel offers two ways to link sheets in a workbook: hyperlinks and macros. Hyperlinks use the program's ribbon controls, while macros use Visual Basic code. With both methods, users click a ...
If you're new to Visual Basic programming or looking for a primer on programming database applications with Visual Basic, then Murach's Visual Basic 6 is the book for you. Unlike other books, this one ...
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 (JIT) ...
Special Reports 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 08/01/2002 Speed Up Your VB.NET Code ...
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 forces ...