Thursday, May 27, 2010

Static Assemblies v/s Dynamic Assemlies Tips

Static Assembly
- Stored on disc in PE files
- contains .NET Framework types (interfaces and classes) as
well as resources for the assembly (bitmaps, JPEG files,
resource files, and so on)

Dynamic Assembly
- Not saved on disc before execution and run directly from memory but can be saved on disc after execution


What else please make comments

No comments: