A DataContext is used in WPF, Silverlight and various other .NET technologies.
If I have the LINQ objects: public class SampleDataContext : DataContext { public Table<Customer> Customers { get { return this.GetTable&…
.net linq-to-sql c#-3.0 datacontext