Who is online?  72 guests and 0 members

What is Assembly?

Topic RSS Feed

Posts under the topic: What is Assembly?

Posted: 7/3/2010 8:21:29 PM

Starter 1730  points  Starter
  • Joined on: 9/24/2009 6:05:28 AM
  • Posts: 109

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.


what is assembly

Posted: 7/3/2010 8:23:17 PM

Contributor 2499  points  Contributor
  • Joined on: 5/3/2010 8:45:04 PM
  • Posts: 145

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 8:36:29 PM

Starter 1730  points  Starter
  • Joined on: 9/24/2009 6:05:28 AM
  • Posts: 109

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 8:47:56 PM

Contributor 2499  points  Contributor
  • Joined on: 5/3/2010 8:45:04 PM
  • Posts: 145

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 7:16:03 PM

Starter 1730  points  Starter
  • Joined on: 9/24/2009 6:05:28 AM
  • Posts: 109

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 7:30:01 PM

Contributor 2499  points  Contributor
  • Joined on: 5/3/2010 8:45:04 PM
  • Posts: 145
answered  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 7:34:29 PM

Starter 1730  points  Starter
  • Joined on: 9/24/2009 6:05:28 AM
  • Posts: 109

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


Posted: 7/4/2010 8:55:42 PM

Contributor 2499  points  Contributor
  • Joined on: 5/3/2010 8:45:04 PM
  • Posts: 145

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)