You are creating a corporate WPF application that uses Entity Framework. You deploy Entity Framework entities and object context to an assembly named Contoso.Data.dll. The application installs this assembly to the GAC and is shared by other applications. You need be able to do the following:

* Version the shared assembly independently of the application.
* Deploy the shared assembly with your application.
* Ensure that the assembly cannot be uninstalled if another installed application needs it.

What should you do?

 Posted by Rajkatie on 10/31/2012 | Category: ADO.NET Interview questions | Views: 4192 | Points: 40
Select from following answers:
  1. Create a merge module for the shared assembly. Configure application installers to install the merge module.
  2. Configure an application installer to include the shared installer.
  3. Create a .cab file for the shared assembly. Configure application installers to install the .cab file.
  4. All Above

Show Correct Answer


Source: Measureup.com | | Alert Moderator 

Comments or Responses

Login to post response