This is a discussion on Whats an assembly? within the ASP and ASP.NET Programming forums, part of the Web Development category; Hi, Whats an assembly? Thanks, prasath.K...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Assembly is a Unit of Deployment as dll. It Represents group of resources,Type definitions.It can consists references to other Assemblies too. The Type definitions, References and their Implementation are described in a Block called Manifest. It is the Manifest which is used by CLR(Common Language runtime)for type Checking and Security Implementation. So Assemble Becomes self Describing with this Manifest which is added advantage when compared to COM where all the Details are Stoerd in the Resgistry. Also Different versions can be Stored and Exceuted Simultaneously. There are Two Types of assemblies. Private - No Registration needed .Simply Copied Inside the Project Folder. Shared - Assemblies that are accessed are stored in the GAC(Global Assembly Cache) globally accessible to all .Net applications on the Runtime. --R.Gopi |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| whats the use of final method | amansundar | Java Programming | 4 | 09-14-2007 03:09 AM |
| What is meant by Satellite assembly in Asp.Net ? | mobilegeek | ASP and ASP.NET Programming | 3 | 08-08-2007 02:18 AM |
| What is the Purpose of strong name for assembly ( for all language) | kingmaker | C# Programming | 1 | 07-26-2007 02:33 PM |
| How can I create the com visible assembly ? | kingmaker | C# Programming | 1 | 07-26-2007 02:16 PM |
| Whats your text? Font , Size etc | killerkev06 | The Lounge | 4 | 04-06-2007 10:16 AM |