To communicate with a Database a connection must be made. In LINQ this connection is created by a DataContext.Essentially a DataContext class performs the following three tasks:
DataContext in LINQ
Connection String in LINQ
Hi i have a situation like in var a i have stored ID's and i want that var b collection remove all items which matches thus ID's plz help