What are the types of assemblies



What are the types of assemblies..

Answer / kirti

There are four types of assemblies in .NET:

Static assemblies

These are the .NET PE files that you create at compile time.

Dynamic assemblies

These are PE-formatted, in-memory assemblies that you dynamically create at runtime using the classes in the System.Reflection.Emit namespace.

Private assemblies

These are static assemblies used by a specific application.

Public or shared assemblies

These are static assemblies that must have a unique shared name and can be used by any application.

An application uses a private assembly by referring to the assembly using a static path or through an XML-based application configuration file. While the CLR doesn't enforce versioning policies-checking whether the correct version is used-for private assemblies, it ensures that an

application uses the correct shared assemblies with which the application was built. Thus, an application uses a specific shared assembly by referring to the specific shared assembly, and the CLR ensures that the correct version is loaded at runtime.

In .NET, an assembly is the smallest unit to which you can associate a version number;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources

0 Answers  


how do you truncate a table using entity data model?

0 Answers   Microsoft,


what is deferred loading(lazy loading)?

0 Answers   Microsoft,


Can we create .DLL file without using the namespace?

4 Answers  


WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING

21 Answers   ABC, Cap Gemini, Comspark,






I am confusing about reflection.can any one tell about REFLECTION with example?

1 Answers   TCS,


Can I set the unlimited length for "maxjsonlength" property in config?

0 Answers  


what is .net?

20 Answers   IBM,


What are Code Blocks in Views?

0 Answers  


what is split entity?

0 Answers   Microsoft,


Can you explain renderbody and renderpage in mvc?

0 Answers  


What is code first? : Entity framework

0 Answers  


Categories