101 Sample Queries

This project contains about 101 samples from each of these areas:

LINQ To Objects
LINQ To SQL
LINQ to DataSet
LINQ to Xml

Run the project, and select the type of LINQ sample that you want to explore. Drill down into the options, and run each individual sample that interests you, as shown in Figure 1. The output from the sample and the code included in the sample will be displayed in the interface of the application.

See the Connectivity note found in the main ReadMe if you are have trouble running the database samples.


Figure 01: The user has drilled down into "XQuery Use Cases" samples and selected a particular type of sample, a "String Search" to run. The code in the sample is shown near the top of the form on the right. The output is shown at the bottom right.


Figure 02: Running a database sample. Here the user has chosen a LINQ to SQL sample. The code for the sample is shown near the top right of the form, and the output at the bottom right. Push the Run Sample button to execute each individual sample included in the project.