logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the different types of assemblies? Explain them in detail.


  • Correct Answer
  • The following are the two types of assemblies: => Private Assembly - Refers to the assembly that is used by a single application Private assemblies are kept in a local folder in which the client application has been installed => Public or Shared Assembly - Refers to the assembly that is allowed to be shared by multiple applications A shared assembly must reside in Global Assembly Cache (GAC) with a strong name assigned to it For example, imagine that you have created a DLL containing information about your business logic This DLL can be used by your client application In order to run the client application, the DLL must be included in the same folder in which the client application has been installed This makes the assembly private to your application Now suppose that the DLL needs to be reused in different applications Therefore, instead of copying the DLL in every client application folder, it can be placed in the global assembly cache using the GAC tool These assemblies are called shared assemblies 


  • Technology problems


    Search Results


    • 1. What is an assembly?
    • Discuss
    • 2. Describe the situations in which AJAX should not be used.
    • Discuss
    • 3. How many validation controls are available in ASP.NET AJAX 4.0?
    • Discuss
    • 4. What is ASP.NET AJAX?
    • Discuss
    • 5. Which class in .NET is used to install a Windows service?
    • Discuss
    • 6. Which industries can benefit from BI?
    • Discuss
    • 7. What are the examples of BI Initiatives (Focus Areas)?
    • Discuss
    • 8. Who are BI systems intended for?
    • Discuss
    • 9. Explain the SQL Server 2005 Business Intelligence components.
    • Discuss
    • 10. What is a BI dashboard?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment