It's odd, but when you start to learn VB .NET, or any other language for that matter, one topic that's seemingly glossed over in every book is how to work with data. Fair enough, there are other topics to cover as well; Web Forms, Windows Forms, security, and file access are pretty fundamental. But once you've gotten beyond the language and asked, "So, what can I do with it?" you soon realize that almost every useful application uses (and abuses) data. Most real-world programs use data stored in relational databases, so every programmer needs to know how to access relational data. This book...
It's odd, but when you start to learn VB .NET, or any other language for that matter, one topic that's seemingly glossed over in every book is how to ...