shopping cart
Save up to 30% on our Staff Picks
Call us:  800-878-7323 HELP
McAfee SECURE helps keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.
Guests | December 7, 2009

Theodore Gray: IMG The Cornucopia of Home Science



Reading old books of science experiments for children, it's easy to become nostalgic for the days when you could buy jugs of sulfur and mercury at... Continue »
  1. $20.96 Sale Hardcover add to wish list

Ships free on qualified orders.
Add to Cart
$44.99
New Trade Paper
Ships in 1 to 3 days
Add to Wishlist
Qty Store Section
12 Remote Warehouse Software Engineering- Programming and Languages
6 Remote Warehouse Computer Languages- C#
2 Technical Computer Languages- C#

More copies of this ISBN:

Other titles in the Expert's Voice in .Net series:

  1. Accelerated Silverlight 2
  2. Beginning Asp. Net 2.0 in VB 2005 : From Novice To Professional (06 Edition)
  3. Beginning Asp.net 3.5 in C# 2008 2ND Edition
  4. Beginning ASP.Net E-Commerce in C#: From Novice to Professional
  5. Beginning C# 2008 Objects: From Concept to Code
  6. Beginning C# 2008: From Novice to Professional
  7. Beginning Dotnetnuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional
  8. Beginning SQL Server 2005 Express for Developers: From Novice to Professional
  9. Beginning VB 2008: From Novice to Professional
  10. Beginning Web Development, Silverlight, and ASP.NET AJAX: From Novice to Professional
  11. Beginning Windows Cardspace: From Novice to Professional
  12. Beginning XML with C# 2008: From Novice to Professional
  13. Deploying .Net Applications: Learning Msbuild and Clickonce
  14. Developing Application Frameworks in .net
  15. Excel 2007 Pivottables Recipes: A Problem-Solution Approach
  16. Expert .Net Delivery Using Nant and Cruisecontrol.Net
  17. Expert .Net Micro Framework
  18. Expert .net Micro Framework 2ND Edition
  19. Expert ASP.Net 2.0 Advanced Application Design
  20. Expert C# 2005 Business Objects 2ND Edition
  21. Expert C++/CLI: .Net for Visual C++ Programmers
  22. Expert F#
  23. Expert VB 2005 Business Objects (2ND 06 Edition)
  24. Foundations of ASP.Net Ajax
  25. Foundations of C++/CLI: The Visual C++ Language for .Net 3.5
  26. Foundations of F#
  27. Foundations of Wf: An Introduction to Windows Workflow Foundation
  28. Foundations of Wpf: An Introduction to Windows Presentation Foundation
  29. Illustrated C# 2008
  30. Net 2.0 Interoperability Recipes: A Problem-Solution Approach
  31. Net Test Automation Recipes: A Problem-Solution Approach
  32. Practical .Net for Financial Markets (Practical)
  33. Practical Wpf Charts and Graphics
  34. Pro .Net 2.0 Code and Design Standards in C# (Pro)
  35. Pro .Net 2.0 Graphics Programming
  36. Pro .Net 2.0 XML
  37. Pro ADO.NET Data Services: Working with RESTful Data
  38. Pro ASP.Net 2.0 E-Commerce in C# 2005
  39. Pro ASP.Net 2.0 in VB 2005
  40. Pro ASP.Net 2.0 in VB 2005, Special Edition
  41. Pro Asp.net 3.5 in C# 2008 2ND Edition
  42. Pro Asp.net 3.5 in C# 2008 3RD Edition Includes
  43. Pro ASP.Net 3.5 in VB 2008: Includes Silverlight 2
  44. Pro ASP.Net Extensibility
  45. Pro ASP.Net MVC Framework
  46. Pro C# with .Net 3.0, Special Edition
  47. Pro Crystal Enterprise/Businessobjects XI Programming
  48. Pro Ironpython
  49. Pro Linq Object Relational Mapping in C# 2008
  50. Pro Linq: Language Integrated Query in VB 2008
  51. Pro Microsoft Speech Server 2007: Developing Speech Enabled Applications with .NET
  52. Pro Scalable .Net 2.0 Application Design (Pro)
  53. Pro Visual Basic .Net 2005 and the .Net 2.0 Platform (Pro)
  54. Pro Visual C++/CLI and the .Net 2.0 Platform
  55. Pro Vs 2005 Reporting Using SQL Server and Crystal Reports
  56. Pro Wf: Windows Workflow in .Net 3.0
  57. Pro WF: Windows Workflow in .NET 3.5
  58. Silverlight 2 Recipes: A Problem-Solution Approach
  59. The Definitive Guide to the Microsoft Enterprise Library
  60. Ultra-Fast ASP.Net: Building Ultra-Fast and Ultra-Scalable Websites Using ASP.Net and SQL Server
  61. Visual Basic 2005 Recipes: A Problem-Solution Approach
  62. Visual Basic 2008 Recipes: A Problem-Solution Approach
  63. WPF Recipes in C# 2008: A Problem-Solution Approach

Pro Linq: Language Integrated Query in C# 2008 Pro Linq: Language Integrated Query in C# 2008

by Joseph C Rattz

Pro Linq: Language Integrated Query in C# 2008 Pro Linq: Language Integrated Query in C# 2008 Cover

Synopses & Reviews

Publisher Comments:

LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must-have skill for .NET developers. For more information about LINQ, you can check out the author's portal at www.linqdev.com.

Pro LINQ: Language Integrated Query in C# 2008 is all about code.

Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, Pro LINQ: Language Integrated Query in C# 2008 cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in C# 2008 returns your investment is in the hours, and sometimes days, spent by the author determining why something may not work as expected. Sometimes this results in an innocent looking paragraph that may take you a minute to read and understand, but took days to research and explain.

Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, Pro LINQ: Language Integrated Query in C# 2008 will attempt to entertain you on your journey through the wonderland of LINQ and C# 2008. What you'll learn How to leverage all the new LINQ relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods. How to use LINQ to Objects to query in-memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want. Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you. How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data. How to query DataSets with LINQ to DataSet so you can co-exist with legacy code and use LINQ to query databases other than SQL Server. How to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts. Who is this book for?

This book is written for the proficient C# developer, but you do not need to be up on all the latest C# features to understand the material. When you finish this book, you will be up on all the latest C# features.

Book News Annotation:

Intended for .NET programmers, this guide introduces Microsoft's language integrated query (LINQ) mechanism for querying data of all types, and explains how to work with LINQ to objects standard query operators, XML-specific operators, DataSet operators, and SQL Server databases. Although many enhancements to C# 3.0 specifically support LINQ, the numerous code examples are written in C# 2.0. Annotation ©2008 Book News, Inc., Portland, OR (booknews.com)

Synopsis:

So if you find yourself with 30 minutes here and there, and you wonder whether LINQ will be able to help you in your work, make the time to check this book out. You can also check out the author's portal, www.linqdev.com.

Synopsis:

LINQ is the code name for a set of extensions to the .NET Framework that provide a new set of standard query operators that can be used regardless of the data source involved. This means that queries to text files, XML files, and relational databases can now all be handled in the same way--with the same syntax--in a fully object-oriented fashion. These enhancements will revolutionize database application development, along with Visual Studio Orcas in mid-2007.

Pro LINQ: Language Integrated Query in C# 2008 will help you run LINQ queries in a matter of minutes, with a solid understanding of the technology's implications in just a few hours. It features small, bite-sized chunks of information that make it possible to understand key principles in short periods of time. Throughout the book, concepts are demonstrated in practical ways. This book doesn't dwell on theory, but helps you put LINQ into practice.

So if you find yourself with 30 minutes here and there, and you wonder whether LINQ will be able to help you in your work, make the time to check this book out. You can also check out the author's portal, www.linqdev.com.

What Our Readers Are Saying

Add a comment for a chance to win!
Average customer rating based on 1 comment:
michaljagiela, February 23, 2008 (view all comments by michaljagiela)
When I get first book about LINQ technology I think this is very hard technology, but when I read this Pro LINQ in C# 2008 vademecum I change my opinion about LINQ, and I started exploration this wonderful technique. After I finished read my book from Apress I can create my first applications where I used LINQ methods and ideas to delivery dynamic data from different data sources. Every day I read some pages in this very useful and innovative book. I think this is the best source professional information and samples how developers can working with this newest technology. LINQ is powerful but If You think about creating advance application with this, You must learn about You can use features, extensions in LINQ, because some elements is very different from standard technique access to dynamic data sources.
Learning with this book is simple, because you can found code, code, and again code with professional comments. Where You read book, in this same moment You can create first applications, where You can demonstrating how to use a methods, and suggest from authors. Of course If you think about learn LINQ with this book You must programming in C#, but You don’t must be very advance, because all required theory and programming methods have a long comments.
Additional, in most books author tell us how we can building specific application in next steps, but don’t inform us how we can rebuild our apps if something may not work as expected. In Pro LINQ You find every this information.
In book you find this information:
• How to used all new LINQ features including extension methods, lambda expressions, anonymous data types, and partial methods,
• how working in LINQ with XML data,
• how to query databases with LINQ to SQL and DataSet with LINQ to DataSet,
• and many new information.
Summary, Joseph C. Rattz, Jr. write for Apress very professional book, and everyone professional developers who’s think create apps with LINQ must have this book in desk, because this book can be primary source for information and samples about delivery dynamic data from different data sources.
Was this comment helpful? | Yes | No
(1 of 1 readers found this comment helpful)

Product Details

ISBN:
9781590597897
Subtitle:
Language Integrated Query in C# 2008
Author:
Rattz, Joseph C
Author:
Rattz, Joseph C.
Author:
Rattz, Jr.
Publisher:
Apress
Subject:
Programming Languages - C
Subject:
Programming - Software Development
Subject:
C (computer program language)
Subject:
Query languages (Computer science)
Copyright:
Series:
Expert's Voice in .Net
Publication Date:
November 2007
Binding:
Paperback
Language:
English
Illustrations:
Y
Pages:
600
Dimensions:
9.26x7.08x1.24 in. 1.84 lbs.

Other books you might like

  1. $59.99 New Hardcover add to wish list
  2. $49.00 Used Trade Paper add to wish list

Related Aisles

  • back to top

Powell's City of Books is an independent bookstore in Portland, Oregon, that fills a whole city block with more than a million new, used, and out of print books. Shop those shelves — plus literally millions more books, DVDs, and eBooks — here at Powells.com.