Friday, July 4, 2008

CLR via C#

First of all, there’s something everyone reading this blog should have already read: The .NET Bible! I’m talking about the CLR via C# 2.0, written by Jeffrey Richter, a Co-Founder of Wintellect. If you want to be a good .NET developer, you must read this book.


The last version of the book targeted the .NET Framework 2.0. Since then, Microsoft has released versions 3.0 and 3.5 of the Framework. The book, however, won’t be updated to cover these new versions. Why? Well, Richter wrote an article on his blog answering this question.

The main reason is that the CLR still remains almost untouched, which is the focus of the book. Truly speaking, versions 3.0 and 3.5 run on top of version 2.0.

The explanation he gives in his blog is more complete, my advise is to read it:

0 comments: