logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is an assembly?


  • Correct Answer
  • Assemblies are the basic building blocks required for any application to function in the NET realm They are partially compiled code libraries that form the fundamental unit of deployment, versioning, activation scoping, reuse, and security Typically, assemblies provide a collection of types and resources that work together to form a logical unit of functionality They are the smallest deployable units of code in NET Compared to the executable files assemblies are far more reliable, more secure, and easy to manage An assembly contains a lot more than the Microsoft Intermediate Language (MSIL) code that is compiled and run by the Common Language Runtime (CLR) In other words, you can say that an assembly is a set of one or more modules and classes compiled in MSIL, and metadata that describes the assembly itself, as well as the functionalities of the assembly classes 


  • Technology problems


    Search Results


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


    Comments

    There are no comments.

Enter a new Comment