Friday, July 3, 2009
Pro LINQ: Language Integrated Query in 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
*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



0 comments: to “ ”
Post a Comment