Select from following answers:- Use LINQ to SQL classes.
- Use the Entity Framework.
- Use LINQ to XML.
- All Above
EF supports one-to-many mapping of entities to tables.
LINQ to XML supports only XML, not database tables.
LINQ to SQL supports only one-to-one mapping of entities to tables.
Show Correct Answer
Source: Microsoft press training kit | |
Alert Moderator