Professional LINQ by Scott Klein

BUY IT NEW

  • $49.99 Online price
    $44.99 Member price
    (Save 10%)
    Limited Time Offer! Everyone receives the Member Price on books.
    See Details
  • skip to cart
  • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9780470041819&productCode=BK&maxCount=100&threshold=3

GET FREE SHIPPING ON ORDERS OF $25 OR MORE

DELIVERY & GIFT DETAILS:

Usually ships within 24 hours

Delivery Time and Shipping Rates

Eligible for gift wrap & gift message.

BUY IT USED

12 copies from $6.33

See All Available

Pick Me Up

Reserve it at BN.com & pick it up in 60 minutes at your local store.

Enter a zip code

(Paperback)

  • Pub. Date: January 2008
  • 500pp
  • Sales Rank: 622,703
    Buy it Used: 12 copies from $6.33 See All Available

    Customers who bought this also bought

     
    • Overview
    • Editorial Reviews
    • Customer Reviews
    • Features

    Product Details

    • Pub. Date: January 2008
    • Publisher: Wiley, John & Sons, Incorporated
    • Format: Paperback, 500pp
    • Sales Rank: 622,703

    Synopsis

    Professional LINQ introduces experienced programmers and database developers to LINQ database queries in their native VB and C# languages. Some of the topics covered include:

    • LINQ Queries
    • LINQ and the Standard Query Operators
    • Programming with XLinq
    • Querying XML with XLinq
    • Mixing XML and other data models
    • DLinq and Queries
    • LINQ over datasets
    • Interoperating with ADO.NET
    • LINQ and ASP.NET

    More Reviews and Recommendations

    Biography

    Scott Klein is an independent consultant with a passion for all things SQL Server, .NET, and XML. He is the author of Professional SQL Server 2005 XML and Professional WCF Programming. He also writes the biweekly feature article for the SQL PASS Community Connector, and has contributed articles to both Wrox (www.wrox.com) and TopXML (www.TopXML.com). He frequently speaks to SQL Server and .NET user groups. Scott lives in Wellington, Florida, and when he is not sitting in front of a computer or spending time with his family, he can usually be found aboard his Yamaha at the local motocross track. He can be reached at ScottKlein@SqlXml.com.

    Customer Reviews

    • Reader Rating:
    • Ratings: 1Reviews: 1

    My 2 centsby Jeff_B

    Reader Rating:
    See Detailed Ratings

    July 13, 2009: What I liked about this book is how Scott talks about the Features of Visual Studio 2008 and the .NET Framework that will help developers like me have a better understanding of LINQ. First 4 chapters of the book is more of an introduction then goes into the fundamentals. The LINQ to XML coverage is excellent. He talks about creating, traversing, manipulating. For me I thought that was great because it saved me a lot of headaches of trying to do things with XML the old fashion way.

    Scott also talks about LINQ to SQL - In my opinion majority of the book is about LINQ to SQL. In this subject he talks about different techniques that you can do with LINQ to SQL like for example LINQ to SQL Queries.

    What I noticed is that he briefly metions about LINQ to Objects. LINQ to Objects allows .NET developers to write "queries" over collections of objects. Traditionally, working with collections of objects meant writing a lot of looping code using for loops or foreach loops to iterate through a list carrying out filtering using if statements, and some action like keeping a running sum of a total property. LINQ frees you from having to write looping code; it allows you to write queries that filter a list or calculate aggregate functions on elements in a collection as a set.

    Overall, I think this book is a good reference for developers that want to get into LINQ to XML or LINQ to SQL.