Microsoft
70-518 · Question #11
You are developing a Windows application by using Microsoft .NET Framework 4, Microsoft Visual Studio 2010, and Microsoft SQL Server 2008. The application will store data in a SQL Server database…
The correct answer is A. LINQ to SQL. See the full explanation below for the reasoning.
Question
You are developing a Windows application by using Microsoft .NET Framework 4, Microsoft Visual Studio 2010, and Microsoft SQL Server 2008. The application will store data in a SQL Server database instance. You plan to use the Code Generation technology to develop data entities. You need to ensure that the following requirements are met:
- When the application runs, a database must be created if it does not
already exist.
- When the database schema changes, data entities must be added
dynamically. Which data access technology should you use?
Options
- ALINQ to SQL
- BADO.NET Data View
- CADO.NET Typed DataSets
- DADO.NET Entity Framework
How the community answered
(30 responses)- A70% (21)
- B3% (1)
- C17% (5)
- D10% (3)
Community Discussion
No community discussion yet for this question.