Posted: 7/3/2010 8:21:29 PM
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 8:23:17 PM
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
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 AssemblyHere 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
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 AssemblyHere 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
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 AssemblyHere 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 :).
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?
Posted: 7/4/2010 7:30:01 PM
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
Well Thank You again Hajan for your great helpful replies:)
Posted: 7/4/2010 8:55:42 PM
mohit said: Well Thank You again Hajan for your great helpful replies:)
Mohit, I'm glad to hear this :). Thank you.