Is there any good books about SSCLI?

190 Views Asked by At

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.

2

There are 2 best solutions below

1
On BEST ANSWER

There's Shared Source CLI Essentials.

For detailed information on the CLR, Jeffrey Ricther's CLR via C# is really useful. Make sure to get the recently published 3rd edition as it has updated info on CLR 4.

Also, check this question.

0
On

The following post on Joel Pobar's blog has a link to download the latest version of the SSCLI 2.0 book. It also contains a link to a patch that you can overlay on the distribution to allow it to be built in Visual Studio 2010.