behind the scenes articles?

G

Guest

I would like to learn what physically happens behind the scenes when I add references to a project and then build an assembly. If the reference were part of the mscorlib would the action taken by the compiler be different than if the reference were an old .dll file? What would that action be, are these files copied into the assembly, etc. I am sure there are plenty of articles written on the subject so if you could send me pointers to those articles I would appreciate it.

Thanks for your help.
 
G

Guest

You should download the Framework SDK, then, look at the following directory: "...\FrameworkSDK\Tools Developers Guide\docs\*.*"
You could find there a detailed documentation describing the assembly structure and the issues you have mentioned.
 
S

Sriram Krishnan

And if you want to get *really* behind the scenes, check out Rotor

--
Sriram Krishnan
Microsoft Student Ambassador
http://www.dotnetjunkies.com/weblog/sriram


Nadav said:
You should download the Framework SDK, then, look at the following
directory: "...\FrameworkSDK\Tools Developers Guide\docs\*.*"
You could find there a detailed documentation describing the assembly
structure and the issues you have mentioned.add references to a project and then build an assembly. If the reference
were part of the mscorlib would the action taken by the compiler be
different than if the reference were an old .dll file? What would that
action be, are these files copied into the assembly, etc. I am sure there
are plenty of articles written on the subject so if you could send me
pointers to those articles I would appreciate it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top