0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R1,000 - R2,500 (3)
  • -
Status
Brand

Showing 1 - 3 of 3 matches in All Departments

Pro LINQ - Language Integrated Query in C# 2010 (Paperback, 1st ed.): Joseph Rattz, Adam Freeman Pro LINQ - Language Integrated Query in C# 2010 (Paperback, 1st ed.)
Joseph Rattz, Adam Freeman
R1,670 R1,334 Discovery Miles 13 340 Save R336 (20%) Ships in 10 - 15 working days

LINQ is the part of the .NET Framework that provides a generic approach to querying data from different data sources. It has quickly become the next must-have skill for .NET developers. Pro LINQ: Language Integrated Query in C# 2010 is all about code. Literally, this book starts with code and ends with code. Most books show the simplest examples of how to use a method, but they so rarely show how to use the more complex prototypes. This book is different. Demonstrating the overwhelming majority of LINQ operators and prototypes, 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, this book 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.

Face it, most technical books, while informative, are dull. LINQ need not be dull. Written with a sense of humor, this book will attempt to entertain you on your journey through the wonderland of LINQ and C# 2010. 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 coexist 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. When you finish this book, you will have a much greater understanding of the latest C# features. Table of Contents Hello LINQ C# Language Enhancements for LINQ LINQ to Objects Introduction Deferred Operators Nondeferred Operators LINQ to XML Introduction The LINQ to XML API LINQ to XML Operators Additional XML Capabilities LINQ to DataSet Operators Additional DataSet Capabilities LINQ to SQL Introduct ion LINQ to SQL Tips and Tools LINQ to SQL Database Operations LINQ to SQL Ent ity Classes The LINQ to SQL DataContext LINQ to SQL Concurrency Conflicts Additional LINQ to SQL Capabilities LINQ to Entities Introduction LINQ to Entities Operations LINQ to Entities Classes Parallel LINQ Introduction Using Parallel LINQ Parallel LINQ Operators

Pro LINQ in VB8 - Language Integrated Query in VB 2008 (Paperback, 1st ed.): Joseph Rattz, Dennis Hayes Pro LINQ in VB8 - Language Integrated Query in VB 2008 (Paperback, 1st ed.)
Joseph Rattz, Dennis Hayes
R1,356 R1,119 Discovery Miles 11 190 Save R237 (17%) Ships in 10 - 15 working days

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. LINQmade its debutin Visual Studio 2008, andbecamea musthave skill for .NET developers. For more information about LINQ, you can check out www.linqdev.com.

Starting with code and ending with code and tailored for the VB language, Pro LINQ: Language Integrated Query in VB 2008 is a veritable treasury of LINQ examples that will save you hours, even days, of research time. Keeping you focused on the relevant LINQ principles, expert author Joseph Rattz, Jr., and VB specialist Dennis Hayes provide examples for complex models that you won't find anywhere else.

In most books, you'll find plenty of simple examples to demonstrate how to use a method, but authors rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in VB 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, Joseph Rattz, Jr., and Dennis Hayes condense their extensive experience and expertise into a desk companion that is essential for any serious .NET professional.

Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, this book 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 VB 2008 returns your investment is in the hours, and sometimes days, spent by the authors determining why something may not work as expected. Sometimes this results in an innocentlooking 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, this book will attempt to entertain you on your journey through the wonderland of LINQ and VB 2008. What you'll learn How to leverage all the LINQrelevant VB 2008 language features, including extension methods, lambda expressions, anonymous data types, and partial methods How to use LINQ to Objects to query inmemory 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 coexist 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 VB developer, but you do not need to be up on all the latest VB features to understand the material. Table of Contents Hello LINQ VB.NET 2008 Language Enhancements for LINQ LINQ to Objects Introduction Deferred Operators Nondeferred Operators LINQ to XML Introduction The LINQ to XML API LINQ to XML Operators Additional XML Capabilities LINQ to DataSet Operators Additional DataSet Capabilities LINQ to SQL Introduction LINQ to SQL Tips and Tools LINQ to SQL Database Operations LINQ to SQL Entity Classes The DataContext Concurrency Conflicts Additional SQL Capabilities

Pro LINQ - Language Integrated Query in C# 2008 (Paperback, 1st Corrected ed., Corr. 4th printing): Joseph Rattz Pro LINQ - Language Integrated Query in C# 2008 (Paperback, 1st Corrected ed., Corr. 4th printing)
Joseph Rattz
R1,273 R1,036 Discovery Miles 10 360 Save R237 (19%) Ships in 10 - 15 working days

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 musthave 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 inmemory 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 coexist 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.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
High Waist Leggings (Black)
R169 Discovery Miles 1 690
Raz Tech Laptop Security Chain Cable…
R299 R169 Discovery Miles 1 690
Bantex @School 13cm Kids Blunt Nose…
R16 Discovery Miles 160
World Be Gone
Erasure CD R185 R112 Discovery Miles 1 120
Elecstor 18W In-Line UPS (Black)
R999 R869 Discovery Miles 8 690
Loot
Nadine Gordimer Paperback  (2)
R398 R330 Discovery Miles 3 300
Merry Christmas
Mariah Carey, Walter Afanasieff, … CD R122 R112 Discovery Miles 1 120
JCB Soft Toe Slip On Safety Boot (Desert…
R1,439 Discovery Miles 14 390
Bullsh!t - 50 Fibs That Made South…
Jonathan Ancer Paperback  (2)
R270 R180 Discovery Miles 1 800
Dala Craft Pom Poms - Assorted Colours…
R36 Discovery Miles 360

 

Partners