What are static assemblies and dynamic assemlies.
Differences between them?
Submitted by: AdministratorAssemblies can be static or dynamic. Static assemblies can
include .NET Framework types (interfaces and classes), as
well as resources for the assembly (bitmaps, JPEG files,
resource files, and so on). Static assemblies are stored on
disk in PE files. You can also use the .NET Framework to
create dynamic assemblies, which are run directly from
memory and are not saved to disk before execution. You can
save dynamic assemblies to disk after they have executed.
Submitted by: Administrator
include .NET Framework types (interfaces and classes), as
well as resources for the assembly (bitmaps, JPEG files,
resource files, and so on). Static assemblies are stored on
disk in PE files. You can also use the .NET Framework to
create dynamic assemblies, which are run directly from
memory and are not saved to disk before execution. You can
save dynamic assemblies to disk after they have executed.
Submitted by: Administrator
Read Online Dot Net Remoting Job Interview Questions And Answers
Top Dot Net Remoting Questions
☺ | How does assembly versioning in .NET prevent DLL Hell? |
☺ | What is the difference btw the following methods in .NET remoting? |
☺ | How to perform Remoting? |
☺ | What is an assembly and what does manifest consists? |
☺ | What do you mean by passport authentication and windows authentication? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |