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/3/2010

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

Hah... Maybe this is conincidence, but I've just posted a blog post on weblogs.asp.net about Embedding resources in project's Assembly

Here is the link: http://weblogs.asp.net/hajan/archive/2010/07/03/working-with-embedded-resources-in-assembly.aspx


Posted: 7/3/2010

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

hajan said:

Hah... Maybe this is conincidence, but I've just posted a blog post on weblogs.asp.net about Embedding resources in project's Assembly

Here is the link: http://weblogs.asp.net/hajan/archive/2010/07/03/working-with-embedded-resources-in-assembly.aspx

Thank you Hajan.

your blog is nice but I want to know what is the use of Assembly, what is Assembly.


Posted: 7/3/2010

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

mohit said:

 

hajan said:

 

Hah... Maybe this is conincidence, but I've just posted a blog post on weblogs.asp.net about Embedding resources in project's Assembly

Here is the link: http://weblogs.asp.net/hajan/archive/2010/07/03/working-with-embedded-resources-in-assembly.aspx

 

Thank you Hajan.

your blog is nice but I want to know what is the use of Assembly, what is Assembly.

Every .NET project has its own Assembly.

I think the best would be to read this: http://en.wikipedia.org/wiki/.NET_assembly, otherwise there are a lot of things to be said for this subjects. Its too general :).


Posted: 7/4/2010

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

hajan said:

 

mohit said:

 

 

hajan said:

 

Hah... Maybe this is conincidence, but I've just posted a blog post on weblogs.asp.net about Embedding resources in project's Assembly

Here is the link: http://weblogs.asp.net/hajan/archive/2010/07/03/working-with-embedded-resources-in-assembly.aspx

 

Thank you Hajan.

your blog is nice but I want to know what is the use of Assembly, what is Assembly.

 

Every .NET project has its own Assembly.

I think the best would be to read this: http://en.wikipedia.org/wiki/.NET_assembly, otherwise there are a lot of things to be said for this subjects. Its too general :).

Thank you Hajan.

I have searched on google and what I got that Assembly is the actual .dll and .exe files. Assembly is the basic building blocks of ASP.NET.There are two types of assembly one is Private Assembly and second is Shared Assembly. Private Assembly can be used by only a single application and Shared Assembbly can be used by all applications located on the same server.

But there is also thing that I didn't understand "Assembly is the primary unit of deployment, security and version control in the .NET framework."

Could you explain me what is the meaning of security and version control in the .framework?

Thanks in advance.


Posted: 7/4/2010

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

Well, in .NET, the assembly is used by the .NET Common Language Runtime as the smallest unit for controlling security as well as version control in .NET application.


Posted: 7/4/2010

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

Well Thank You again Hajan for your great helpful replies:)


Posted: 7/4/2010

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

mohit said:

Well Thank You again Hajan for your great helpful replies:)

Mohit, I'm glad to hear this :). Thank you.


Page 1 of 1 (8 items)