Hi,

I am a C# developer and want to study deeply about the .NET internals, MSIL
and CLR. Where can I find reference documents about them? For example,
reference to all operation instructions of intermediate language, and file
organization of a .NET assembler. I believe there should be documents about
those areas, but could not find them in my MSDN Library(July 2k3)

Very thanks,
weixiang

Re: documents of MSIL & CLR? by Sreejumon[MVP]

Sreejumon[MVP]
Mon Aug 11 01:53:20 CDT 2003

Hi,

I would like to suggest the MS Press book by Jefry Ritcher , "Applied .Net
framework"

--

Regards
Sreejumon[MVP]
www.mstechzone.com

"weixiang" <weixiang@yahoo.com> wrote in message
news:OTmilV9XDHA.3444@tk2msftngp13.phx.gbl...
> Hi,
>
> I am a C# developer and want to study deeply about the .NET internals,
MSIL
> and CLR. Where can I find reference documents about them? For example,
> reference to all operation instructions of intermediate language, and file
> organization of a .NET assembler. I believe there should be documents
about
> those areas, but could not find them in my MSDN Library(July 2k3)
>
> Very thanks,
> weixiang
>
>
>



Re: documents of MSIL & CLR? by Josh

Josh
Mon Aug 11 10:52:50 CDT 2003

There are some detailed documents on individual parts of the CLR and lots of
other stuff too. I personally refer to the C# Language Spec alot when I have
very specific inquiries about C# semantics.

http://msdn.microsoft.com/net/ecma/

Josh Einstein

"weixiang" <weixiang@yahoo.com> wrote in message
news:OTmilV9XDHA.3444@tk2msftngp13.phx.gbl...
> Hi,
>
> I am a C# developer and want to study deeply about the .NET internals,
MSIL
> and CLR. Where can I find reference documents about them? For example,
> reference to all operation instructions of intermediate language, and file
> organization of a .NET assembler. I believe there should be documents
about
> those areas, but could not find them in my MSDN Library(July 2k3)
>
> Very thanks,
> weixiang
>
>
>



Re: documents of MSIL & CLR? by weixiang

weixiang
Mon Aug 11 19:01:40 CDT 2003

Those infomation are very useful to me. Thank you very much!!



Re: documents of MSIL & CLR? by weixiang

weixiang
Mon Aug 11 21:22:32 CDT 2003

And, is somewhere the source code of ildasm.exe?

"weixiang" <weixiang@yahoo.com> wrote in message
news:eWewjTGYDHA.1784@TK2MSFTNGP09.phx.gbl...
> Those infomation are very useful to me. Thank you very much!!
>
>



Re: documents of MSIL & CLR? by Mattias

Mattias
Tue Aug 12 04:35:23 CDT 2003


>And, is somewhere the source code of ildasm.exe?

Rotor/SSCLI includes IL(D)ASM source code.

http://sharedsourcecli.sscli.net/source/browse/sharedsourcecli/clr/src/ildasm/



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.