9 of 9 people found the following review helpful:
4.0 out of 5 stars
Covers a lot of material, August 15, 2009
This review is from: Murach's ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008 (Murach: Training & Reference) (Paperback)
(5/11/11: Update for 4.0 version at bottom.)
The introduction to this book says that knowledge of C# is assumed, but no database knowledge is necessary. What that really means is that she starts at the beginning, but she moves quickly into advanced material.
I like this approach. Too many books skip or gloss over the basics, giving a reader nowhere to look if he doesn't fully understand the code examples (except additional books).
Murach books use a "paired page" layout. On the left page is text, with the right page showing diagrams, bullet points and code samples. The right page is almost like a PowerPoint presentation, and you can quickly get through material you already know by skimming the pages on the right. The paired pages generally help you read at your own appropriate pace, especially if you're familiar with many of the points. In places, I found myself reading both pages and seeing the same material, or reading only one side and missing something. Each chapter ends with a summary and a list of terms, so you can check that you understood all of it. The layout makes it easy to go back and find something later.
These books contain good, complete and realistic code examples, and step-by-step instructions for creating them using Visual Studio tools. However, all of the ADO chapters discuss WinForms, not ASP. Many of the LINQ techniques are applicable to either platform, but the first half of the book is of minimal help to the ASP developer. (The LINQ and EF sections do dedicate their last chapters to ASP.)
LINQ (Language Integrated Query) was added with .NET 3.0 and enhanced in 3.5. Briefly, LINQ allows you to perform SQL-like selection over collections of data, whether in databases, XML, or program Objects. It lets you use a list to return another list, filtered and/or sorted. In the introductory LINQ chapter, she briefly introduces Lambda expressions, which offer a shorter, alternative syntax to many LINQ queries. Lambdas are missing from the rest of the book.
The Entity Framework, added in .NET 3.5 SP1, allows you to program to conceptualized objects instead of a specific database structure. Both LINQ and EF simplify working with data, by adding IntelliSense and a terse, flexible syntax to replace what would formerly have been much more code, tied to a specific implementation.
Murach's website has all the code examples available for free download, and there are exercises at the end of chapters using suggested changes to the examples. To me, this is the best part of the book. The downloaded code saves you from having to type along, but the exercises test your knowledge of both programming concepts and the hidden features of the Visual Studio IDE.
The code samples use SQL Server Express. An appendix explains how to download it from Microsoft if you don't already have it.
I learned a lot from this book. It introduced me to areas of Visual Studio that I had never seen before, as well as LINQ and EF. There's a lot of material here, well presented. It mostly lives up to the Murach claim that their books are "several books in one", replacing what would otherwise be a book on ADO, a book on LINQ and possibly a third book on EF.
SIDE NOTE: Microsoft has hinted that they will deprecate LINQ to SQL Server, in favor of LINQ to Entity Framework. The jury may be out on this, however.
UPDATE, 5/11/11: I just read the 4.0 version of this book. The new edition is an evolutionary change with some nice readability improvements. New sections were added on ASP.NET and XML, and the LINQ chapters are leaner and less redundant. Entity Framework is removed from the title and gets less coverage than in the earlier version, but there is a good introduction.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
9 of 11 people found the following review helpful:
3.0 out of 5 stars
Murach's ADO.NET 3.5 C# 2008, August 11, 2009
This review is from: Murach's ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008 (Murach: Training & Reference) (Paperback)
Very good book for beginner to intermediate. Very good introduction to Entity Framework. I wish the book had more coverage using the ADO.NET programatically than using the data source wizards. I would rather see and use compact, efficient, and controllable code with ADO.NET objects than defining via the data source wizards. Also the book was somewhat lacking on the subject of concurrency, especially with optimistic vs pessimistic concurrency. But overall, still a good book and I still like Murach's format style.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
4 of 4 people found the following review helpful:
5.0 out of 5 stars
Excellent Training and Reference, September 23, 2009
This review is from: Murach's ADO.NET 3.5, LINQ, and the Entity Framework with C# 2008 (Murach: Training & Reference) (Paperback)
Written in an instructional style with clear definitions and illustrated concepts this book covers a host of data access concepts with timely and practical examples. The material in the book explains many of the new additions to the Microsoft ADO.Net 3.5 framework such as LINQ (Language-Integrated Query), Entity Framework, and Microsoft's approach Object Relational Mapping.
I appreciate the clarity, structure, and thoroughness given to the topics in this book. If you are new to ADO.Net the first few chapters will give you a good overview explaining datasets, business classes, and how to work with Data Grid View Controls.
From there the book dives into data sources for Rapid Application Development and advance concept like LINQ to SQL and LINQ to XML. I especially found binding data to controls, using stored procedures to insert, update, and delete data concepts, and Entity Data Model Designer which are first explained and then illustrated with code examples very helpful.
As Senior Software Developer building business applications I found this book timely and thorough. At close to 800 pages filled with concepts and examples this book will give you a solid foundation in ADO.Net, LINQ, and the Entity Framework. I highly recommend this comprehensive and well written guide to LINQ and the Entity Framework.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No