You are developing web application and used a strong-named assembly and you want to reference a regular assembly to reuse some code you built. What do you have to do

 Posted by Rajkatie on 8/31/2013 | Category: .NET Framework Interview questions | Views: 4127 | Points: 40
Select from following answers:
  1. You first need to put the assembly in the GAC.
  2. Nothing. Referencing another assembly to use some code is always possible.
  3. You need to sign the other assembly before using it.
  4. All Above

Show Correct Answer


Source: microsoft book (c#) | | Alert Moderator 

Comments or Responses

Login to post response