sscli

SSCLI for .Net Framework 3.5

Hi, Is there a SSCLI equivalent for .Net Framework 3.5? Something that can be debugged and stepped through. Kind regards. ...

What is the difference between SSCLI 2.0 (ROTOR) and .NET?

Is there a large difference between the SSCLI 2.0 and .NET, I know that Microsoft wouldn't release their garbage collector or JIT compiler and simpler implementations are used, but as far as the rest is concerned is there much difference? ...

Shared Source CLI 4.0?

Microsoft released the Shared Source Common Language Infrastructure (the code previously known as ROTOR) some years ago basically as a reference implementation of the .NET runtime. While the actual .NET runtime (mscorlib, mscoree, mscorjit, etc.) aren't compiled from the SSCLI, debugging them shows that they are remarkably similar and at...

Is there any good books about SSCLI?

More and more I realized that without jumping into the code details, I cannot really understand the how CLR works. So could you recommend some good books on SSCLI (Shared Source CLI)? Many thanks. ...

SSCLI (Rotor) for the v4.0 clr?

Does anyone know if there is (or will be) an SSCLI release for the v4.0 runtime? ...