Updates
Latest Tweet
What's New?
Check out for latest innovation, a computer based training video collection
Like this Page
Database Access with Visual Basic(R) .NET (3rd Edition) Review by Avi Burstein
Definitely worthwhile
I struggled for a long time to wrap my head around the new data access methodology of VB.Net. DataConnections, DataAdapters, DataSets, DataTables, DataGrids, DataViews, etc. It was all very confusing. This book divides up each of those components and shows how they stand independent of each other. Most helpful was how it introduced the dataset without using any database. Only when the concepts of the dataset were understood, did it tie in the dataset together to a database source. That approach is what got me past the confusion that was holding me back.
I didn't like the way the authors prefer to set everything in code instead of using the property pane and the designer but I got past that. Also, generally the code examples were more to demonstrate the principles being explained than to actually implement a technique one would like to do in a real-world application. That's not such a bad thing, but sometimes it's nice to have that too. I recommend this book for someone that needs to get the fundamentals of ADO.Net.