shopping cart
Call us:  800-878-7323 HELP
McAfee SECURE helps keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams.

Related Aisles



Ships free on qualified orders.
$44.99
TRADE PAPER, NEW
Ships in 1 to 3 days
Add to Wishlist
Qty Store Section
25 Local Warehouse Computer Languages- C#
25 Remote Warehouse Software Engineering- Programming and Languages
3 Technical Computer Languages- C#


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

ISBN13: 9781590597897
ISBN10: 1590597893
All Product Details
See More Like This

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 toread 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, Jr.
Author:
Rattz, Joseph C.
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. 2.17 lbs.
  • 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.