Gardening Sale!
 
 

Special Offers see all

Enter to WIN!

Weekly drawing for $100 credit. Subscribe to our Specials newsletter for a chance to win.
Privacy Policy

More at Powell's


Recently Viewed clear list


Original Essays | April 29, 2013

Edward Lee: IMG How to Clarify Butter: A Writer's Tale



Chefs don't have time to write. While I was working on Smoke and Pickles, I was running a restaurant — a daily regimen of testing recipes,... Continue »
  1. $20.97 Sale Hardcover add to wish list

spacer
Ships free on qualified orders.
$10.95
Used Trade Paper
Ships in 1 to 3 days
Add to Wishlist
Qty Store Section
1 Local Warehouse Computer Languages- C#

This title in other editions

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

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

by

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

ISBN13: 9781590597897
ISBN10: 1590597893
Condition: Standard
All Product Details

Only 1 left in stock at $10.95!

 

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 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 this book is 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.

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 (Language INtegrated Query) is a new addition to the .NET Framework that Microsoft will be releasing alongside the next version of Visual Studio (Orcas) in mid-2007. It is set to revolutionize the way that database applications are constructed by providing developers with a standard set of queries that they can implement in the same way regardless of the data-source that they are working with. Whether ita (TM)s an XML file, a text file, an Oracle database or a SQL database theya (TM)re all accessed the same way through the LINQ syntax. This is an enormously powerful new feature that affects almost all users of the .NET Framework. As a result ita (TM)s already being eagerly anticipated and generating a huge amount of buzz in the .NET community.

Pro LINQ will be the first book published on the final release version of the software. It will provide a complete overview of this important emerging technology. In a detailed 500 pages readers are taken through all of LINQa (TM)s important features showing how the technology can be put to practical use quickly and simply. By reading this book they will be able to get ahead of the game and be ready when the new technology breaks.

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
Author:
Rattz, Joseph C
Publisher:
Apress
Author:
Rattz, Joseph C.
Author:
Rattz, Jr.
Subject:
Programming Languages - C
Subject:
Programming - Software Development
Subject:
C (computer program language)
Subject:
Query languages (Computer science)
Subject:
Computer Languages-C++
Copyright:
Series:
Expert's Voice in .Net
Publication Date:
20071131
Binding:
TRADE PAPER
Language:
English
Illustrations:
Y
Pages:
600
Dimensions:
9.26x7.08x1.24 in. 1.84 lbs.

Other books you might like

  1. Pro ASP.Net 3.5 in C# 2008, Second...
    Used Trade Paper $12.50

Related Subjects

Computers and Internet » Computer Languages » C#

Pro Linq: Language Integrated Query in C# 2008 Pro Linq: Language Integrated Query in C# 2008 Used Trade Paper
0 stars - 0 reviews
$10.95 In Stock
Product details 600 pages Apress - English 9781590597897 Reviews:
"Synopsis" by , 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" by , LINQ (Language INtegrated Query) is a new addition to the .NET Framework that Microsoft will be releasing alongside the next version of Visual Studio (Orcas) in mid-2007. It is set to revolutionize the way that database applications are constructed by providing developers with a standard set of queries that they can implement in the same way regardless of the data-source that they are working with. Whether ita (TM)s an XML file, a text file, an Oracle database or a SQL database theya (TM)re all accessed the same way through the LINQ syntax. This is an enormously powerful new feature that affects almost all users of the .NET Framework. As a result ita (TM)s already being eagerly anticipated and generating a huge amount of buzz in the .NET community.

Pro LINQ will be the first book published on the final release version of the software. It will provide a complete overview of this important emerging technology. In a detailed 500 pages readers are taken through all of LINQa (TM)s important features showing how the technology can be put to practical use quickly and simply. By reading this book they will be able to get ahead of the game and be ready when the new technology breaks.

"Synopsis" by , 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.

spacer
spacer
  • back to top
Follow us on...




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.