Book description
“Charlie and Dinesh bring important skills to this project that enable them to show how LINQ works and the practical ways you can use it in your daily development process.”
From the Foreword by Anders Hejlsberg
LINQ is one of Microsoft’s most exciting, powerful new development technologies. Essential LINQ is the first LINQ book written by leading members of Microsoft’s LINQ and C# teams. Writing for architects, developers, and development managers, these Microsoft insiders share their intimate understanding of LINQ, revealing new patterns and best practices for getting the most out of it.
Calvert and Kulkarni begin by clearly explaining how LINQ resolves the long-time “impedance mismatch” between object-oriented code and relational databases. Next, they show how LINQ integrates querying into C# as a “first-class citizen.” Using realistic code examples, they show how LINQ provides a strongly typed, IntelliSense-aware technology for working with data from any source, including SQL databases, XML files, and generic data structures.
Calvert and Kulkarni carefully explain LINQ’s transformative, composable, and declarative capabilities. By fully illuminating these three concepts, the authors allow developers to discover LINQ’s full power. In addition to covering core concepts and hands-on LINQ development in C# with LINQ to Objects, LINQ to XML, LINQ to SQL, and LINQ to Entities, they also present advanced topics and new LINQ implementations developed by the LINQ community. This book
• Explains the entire lifecycle of a LINQ project: design, development, debugging, and much more
• Teaches LINQ from both a practical and theoretical perspective
• Leverages C# language features that simplify LINQ development
• Offers developers powerful LINQ query expressions to perform virtually any data-related task
• Teaches how to query SQL databases for objects and how to modify those objects
• Demonstrates effective use stored procedures and database functions with LINQ
• Shows how to add business logic that reflects the specific requirements of your organization
• Teaches developers to create, query, and transform XML data with LINQ
• Shows how to transform object, relational, and XML data between each other
• Offers best patterns and practices for writing robust, easy-to-maintain LINQ code
Table of contents
- Title Page
- Copyright Page
- Contents
- Foreword
- Acknowledgments
- About the Authors
- 1. Introduction
- 2. Getting Started
- 3. The Essence of LINQ
- 4. C# 3.0 Technical Overview
- 5. Writing Query Expressions
- 6. Query Operators
- 7. A Quick Tour of LINQ to SQL
- 8. Reading Objects with LINQ to SQL
- 9. Modifying Objects with LINQ to SQL
- 10. Using Stored Procedures and Database Functions with LINQ to SQL
- 11. Customizing Entity Persistence and Adding Business Logic
- 12. LINQ to Entities Overview
- 13. LINQ to XML: Creation
- 14. Querying and Editing XML
- 15. XML Namespaces, Transformations, and Schema Validation
- 16. Introduction to LINQ Patterns and Practices
- 17. LINQ Everywhere
- 18. Conclusion
- A. Tips for Developers
- Index
Product information
- Title: Essential LINQ
- Author(s):
- Release date: March 2009
- Publisher(s): Addison-Wesley Professional
- ISBN: 9780321564160
You might also like
book
Tidy First?
Messy code is a nuisance. "Tidying" code, to make it more readable, requires breaking it up …
book
Learning JavaScript Design Patterns, 2nd Edition
Do you want to write beautiful, structured, and maintainable JavaScript by applying modern design patterns to …
book
Deciphering Data Architectures
Data fabric, data lakehouse, and data mesh have recently appeared as viable alternatives to the modern …
book
Fluent React
When it comes to building user interfaces on the web, React enables web developers to unlock …