Microsoft Language Integrated Query (LINQ) offers developers a new way to query data using strongly-typed queries and strongly-typed results.By using strongly-typed queries and results, LINQ improves developer productivity with the benefits of IntelliSense and compile-time error checking.
Microsoft provides to approaches for this:-
1:- LINQ to SQL.
2:- LINQ to ENTITIES.
What Is LINQ to SQL?
LINQ to SQL is an object-relational mapping (ORM) framework that allows the direct 1-1 mapping of a Microsoft SQL ...

News of Programming & Tutorials