Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

What is LINQ?

Add comment
Views: 63
Votes: 0
Comments: 0
Language Integrated Query (LINQ) adds the ability to query objects using .NET languages. The LINQ to SQL object/relational mapping (O/RM) framework provides the following basic features:

Tools to create classes (usually called entities) mapped to database tables
Compatibility with LINQ’s standard query operations
The DataContext class, with features such as entity record monitoring, automatic SQL statement generation, record concurrency detection, and much more
Others in this Category
document What command would you use to create a backup control file?
document What is Cursor?
document Q: Explain UNION,MINUS,UNION ALL, INTERSECT ?
document What command do we use to rename a db, a table and a column?
document Q: What is a join ? Explain the different types of joins ?
document What is Dirty Read ?
document What is the difference between UNION and UNION ALL?
document What is MERGE Statement?
document What is BCP? When does it used?
document What is SQLCMD?
» More articles



RSS