Microsoft Exam Questions

What should you do?

There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server 2008 database PassGuideDB.
PassGuideApp uses EDM to model entities. These entities includes Employees to
PassGuideDB.
You must add a new Employees entity, but you do not want to set all properties of the
entity.
What should you do? Select three.

A.
Use the data context object…

B.
Use the Employees context object…

C.
..and call…

D.
..and override…

E.
..and modify…

F.
..the Create method.

G.
..the Create Object method.

H.
.. the Save Changes method.

Explanation: