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 ...
A friend was recently reviewing some Visual Basic code that I was having an issue with. As we looked at one particular section of code, he said "You could really tighten up this code with a couple ...
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 ...
Use VB to integrate Outlook functionality into your enterprise apps Your email has been sent With Visual Basic, Outlook 2000 features are under your control. Find out how to manipulate notes, tasks, ...
Excel sheets read data in cells using cell references, which are the addresses that identify each cell. Visual Basic macros also read data using cell references, extracting data by reading the cell's ...