Loading ...

What is Assembly?

Who is online?  0 guests and 0 members
home  »  forums   »  asp.net topics   »  getting started / general asp.net   » What is Assembly?

What is Assembly?

Posts under the topic: What is Assembly?

Posted: 7/3/2010

Contributor 2237  points  Contributor
  • Joined on: 9/24/2009
  • Posts: 172

Hello Experts.

I have searched about Assembly on Google but didn't get any good stuff and couldn't get what exactly mean of Assembly.

Is anyone having good leaning stuff of Assembly or can explain for a learner :) 

 

Thanks in advance.


Posted: 7/4/2010

Professional 8093  points  Professional
  • Joined on: 4/15/2009
  • Posts: 423
  Answered

taken from the documentation :

"Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly."

for more information see: http://msdn.microsoft.com/en-us/library/hk5f40ct%28VS.71%29.aspx


Posted: 7/16/2010

Guru 16518  points  Guru
  • Joined on: 4/19/2009
  • Posts: 483
  Answered

From http://msdn.microsoft.com/en-us/library/hk5f40ct(VS.90).aspx

"Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly."

There are other links related to Assembly on that page.


Posted: 7/16/2010

Contributor 2237  points  Contributor
  • Joined on: 9/24/2009
  • Posts: 172

Thank you Vinz and Raghav Sir.


Posted: 7/16/2010

Professional 8495  points  Professional
  • Joined on: 5/3/2010
  • Posts: 389

Besides the answers from Vinz & Raghav, I would like to provide this link: http://weblogs.asp.net/hajan/archive/2010/07/03/working-with-embedded-resources-in-assembly.aspx which I've posted 2 weeks ago on how to use Assembly in .NET. So, I consider this might be useful for you :).

Regards,
Hajan


Page 1 of 1 (5 items)