LINQ to Objects LINQ to XML LINQ to DataSet LINQ to SQL = IQueryable<T> API that allows LINQ queries to work with SQL Server database. add reference to System.Data.Linq.dll and using System.Data.Linq; LINQ to Entitiesvv
2012-08-18 02:20
This blog is frozen. No new comments or edits allowed.
LINQ to XML
LINQ to DataSet
LINQ to SQL = IQueryable<T> API that allows LINQ queries to work with SQL Server database. add reference to System.Data.Linq.dll and using System.Data.Linq;
LINQ to Entitiesvv