OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - LINQ to SQL - I
Duration: 15:04 min
Description:
This video will start the discussion of LINQ to SQL. We are using the Northwnd database.
We are going to manually develop all the pieces instead of relying on the class designer.
We will create an entity class that maps to the Customers table and, using the
DataContext, we will select all the customers in Germany. We are directing all the
output to the console.