Rating: - Very good, but not as good as his former book
I was just a tad bit disappointed because his former book was so helpful to me because he was showing examples exactly in a manner in which I needed them. This book is still very helpful, don't get me wrong.
Those who develop WinForm apps and who use Access will find it less helpful than his other books because he works mostly with SQL whereas before he was dealing a lot with OLE. (Mostly they have the same commands, however, it is a mistake to assume everyone uses SQL Server. Not every programmer is a web developer, some develop WinForms. I like SQL Server, but in most small apps for what I do it is highly unnecessary.
Also, some of the new features in ADO.NET such as the TableAdapter is really for beginners, and it uses tons of memory. But heh, that is just my opinion.
Still I like David Sceppa, in fact he is probably the best when it comes to ADO.NET
Rating: - Accessing a Database from the .NET Environment
This book is intended for people writing data access code in a Microsoft .NET application. ADO (Active Data Object) .NET is a set of libraries within the Microsoft .NET framework that helps you to communicate with various data sources from .NET applications.
The newest version of ADO.NET which comes with Visual Studio 2005 is the first major release that does not introduce a new object model. This implies that the fundamental technology is reaching a point of stability in spite of several problems that users are requesting such as better support for XML.
Most of the illustrations in the book use the SQL Server Express Edition which is free, and redistributable. As such, it is helpful if you have at least a bit of knowledge about programming in SQL. The more work you can get done in SQL, the faster your application will run. I would recommend the purchase of an additional book on T-SQL, the specific version of the SQL language used with SQL Server. This book is more concerned with connecting to your database with a program that you might write.
|