Showing posts with label LINQ. Show all posts
Showing posts with label LINQ. Show all posts

Friday, 7 November 2014

LINQ

1. Creates a class DataContext referring to the Database under which the table is present.
eg: CSharp7DataContext

2. Creates a seperate class referring to each table that is placed on the OR-Designer. The name of the class will be same as the table name.
eg: Emp or Students

Type Script variables

Difference between var,let and const in java script and typescript -----------------------------------------------------------------------...