Hacker News new | ask | show | jobs
by pjmlp 4081 days ago
I jump between JVM and CLR depending on the project, with some occasional C++.

This is what I am aware of on the CLR side, maybe you already know them.

There used to be the "CLR Inside Out" column at the MSDN magazine.

The "CLR via C#" book.

https://www.microsoft.com/learning/en-us/book.aspx?id=15528&...

Channel 9 Presentations

https://channel9.msdn.com/Tags/clr

https://channel9.msdn.com/Tags/clr+4

https://channel9.msdn.com/Search?term=mdil#ch9Search

The ECMA documentation also provides valuable information.

1 comments

I second the 'CLR via C#' recommendation - this made a huge difference to my understanding of the language.