Question:Which of the following statements are applicable to LINQ to SQL?
A It is an O/RM (object relational mapping) implementation.
B It is a set of enhancements to the DataSet and DataTable classes.
C It requires the use of the SQLServer as the database
D Because LINQ is based on Queries, it can not be used to modify the data in the database.
E None of these
+ AnswerA
+ Report