LINQ Stands for Language Integrated Query. It was a new query language designed by Microsoft introduced in c# 3.0 (or) .Net 3.5 same as SQL database.
SQL can be used for querying only on SQL databases. where as LINQ is designed to query to Query on collections and Arrays, Sql databases, XML and Entities.
LINQ has four classifications to it.
SQL can be used for querying only on SQL databases. where as LINQ is designed to query to Query on collections and Arrays, Sql databases, XML and Entities.
LINQ has four classifications to it.
- LINQ to Collection
- LINQ to SQL
- LINQ to XML
- LINQ to entities.
No comments:
Post a Comment