Prabhu Raja
What is an Assembly ?
Posted by Prabhu Raja in .Net | ASP.NET on Dec 27, 2011
0
Do you know the answer for this question? Post it below.
Guest

assemblies are building blocks for ms .net framework....assembly contains one r multiple files either dll r exe...actually assembly was created whenever dll built

2 types of assem
1.private:it is used within single application&it is stored in bin folder
2.shared:it is used in multiple applications across the n/w& it is stored under Global Assembly Cache
------->if any mistakes-------->post me--------->Thank""""""""""""U"""""""""""

Posted by vis ven on Mar 20, 2012

Assembly is a compile code library use for version, security and deployment, an assembly may contain one or more files, an application can contain two or more assemblies

Posted by Prabhu Kumar on Jan 27, 2012

Assembly is a logical collection of one or more PE's(Portable Executable) with .net Module

Posted by KondalaRayudu ValaVala on Jan 08, 2012

Assemblies are the fundamental building block of .NET framework.
They contains the type and resources that are useful to make an
application. Assembly enables code reuse, version control, security
and deployment. An assembely can have four parts : Menifest, Type
metadata, MSIL and Resource file.

Posted by Prabhu Raja on Dec 27, 2011
Sponsored by
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor
PREMIUM SPONSORS
Sponsored by
6 Months Free & No Setup Fees ASP.NET Hosting!
Become a Sponsor
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | REPORT ABUSE © 2011 C# Corner. All contents are copyright of their authors.