更新时间:2021-08-13 16:27:56
封面
版权信息
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Chapter 1. Discovering LINQPad
Downloading and installing LINQPad
Look and feel of LINQPad
Configuring LINQPad
Summary
Chapter 2. Coding in LINQPad
Writing your first LINQPad query
Query types
Referencing additional assemblies
Referencing additional namespaces
LINQPad's Dump() method
Chapter 3. Learning LINQ's Basics
The fundamentals of LINQ
The purpose of LINQ
A LINQ query
One LINQ two syntaxes
Chapter 4. Discovering LINQ Query Operators
Defining LINQ to objects
Query operators
Chapter 5. Database and Relational Data
Introducing LINQ to SQL
Interacting with the database
Element operations
Conversion operations
Deferred execution
Grouping operations
Working with relational data
Projection operations
Inserting updating and deleting data
Views and Stored Procedures
Acknowledging LINQ to SQL limits
Chapter 6. Using Other Data Sources
Handling XML
Discovering Entity Framework
Interacting with WCF Data Services
Chapter 7. Getting More Out of LINQPad
Customizing LINQPad
SQL querying
Exporting data
Searching your queries
Leveraging the Util class
Index