Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The code used in these tutorials is available for download in C#. There are two versions of the download:

  • Version 1: Regular, SQL Server AdventureWorks2008R2 based project
  • Version 2: The query data is stored in CSV files and the project is configured to read the data from the CSV files rather than a live database

    This version of the code uses CSV files as a data source as opposed to a SQL query (like in the tutorial).