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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.