2

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.

smwikipedia
  • 61,609
  • 92
  • 309
  • 482

2 Answers2

2

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.

Community
  • 1
  • 1
Brian Rasmussen
  • 114,645
  • 34
  • 221
  • 317
0

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.