PiotrKolodziej wrote:
> Hi
> I have reached the level at which i want to learn assembles. Thus i need to
> know what they really are, and what for they are used. I tried to ask
> google, without result.
> So i'am asking you for any links, answers, or advices.
> Thanks
An assembly is really just a file containing code. Regular applications
are assemblies as well as .dlls.
By your question I'm assuming you are referring more to a class library
(.dll). Class libraries are commonly used to allow code to be shared
amongst more than 1 application. An example of this is of course the
..NET class libraries such as the System.* assemblies.
Andrew Faust
|