answersLogoWhite

0

What is assemblies in net?

Updated: 8/16/2019
User Avatar

Wiki User

14y ago

Best Answer

It could be an executable, a DLL (application library), or resource (such as picture, video, etc...)

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is assemblies in net?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you have multiple assemblies in a single web project?

In terms of .NET, a single web solution can have multiple projects and each project can be compiled into separate assemblies. Thus a single solution can have multiple assemblies.


How csharp and vbnet are interaoperable?

When any .NET assembly is compiled, it may reference any other .NET assemblies, regardless of the language that the code was written in.


What are assemblies and What are static and dynamic assemblies?

Assembly is a basic element of packaging in .NET. An assembly consists of IL code, metadata that describes what is in the assembly, and any other files or information that the application needs to run, such as graphics and sound files.Assemblies can be static or dynamic.Static assemblies can include .NET types (interfaces and classes), as well as required resources for the assembly(bitmaps, JPEG files, resource files, and so on). Static assemblies are stored on disk in PE files.Dynamic assemblies are one which run directly from memory and are not saved to disk before execution. They can be saved to disk after they have executed.Assemblies are the basic elements of packaging in .NET. An assembly consists of IL code, metadata that describes what is in the assembly, and any other files or information that the application needs to run, such as graphics and sound files.Static Assemblies can include .NET types (interfaces and classes), as well as required resources for the assembly (bitmaps, JPEG files, resource files, and so on). Static assemblies are stored on disk in PE files.Dynamic Assemblies are one which run directly from memory and are not saved to disk before execution. They can be saved to disk after they have executed.


How NET overcomes the limitationes of Windows and COM plus?

Don't need to register a .NET assembly in the Windows registry like you have to with COM components. Also, DLL hell is gone. Programmer can install assemblies into GAC (Global Assembly Cache) or a central repository for assemblies otherwise in application local directories.


What are difference between static and dyanamic assembly?

Static Assemblies: - These assemblies are .NET binaries located on the disk as a file or set of files and directly loaded from there as and when CLR requests for them. Whenever one compiles the C# code, one gets STATIC assemblies. Dynamic Assemblies: - These assemblies are loaded directly from the Memory and not stored on the disk. However one can save them later to the disk. These binaries are created on the fly in the memory using SYSTEM.REFLECTION.EMIT namespace. Hence the name- dynamic.


Is it assemblies or assembly's?

Single = assembly Plural = assemblies Possessive single = assembly's Possessive plural = assemblies'


When was Assemblies of God created?

Assemblies of God was created in 1914.


Who had the most power-the royal governor the council or the assemblies?

The assemblies


Who had the most power the royal Governor the council or assemblies?

The assemblies


Who had the most power the royal governor the councils or the assemblies?

The assemblies


Who had the most power- the Royal governor the council or the assemblies?

The assemblies


Which one of the following is not a way that a NET Framework application can be packaged. 1. As an .MSI file 2. As a single assembly 3. As multiple assemblies 4. As a .netmodule 5. As a .CAB file?

5