Patrick de Ridder said:
Hi Brad,
Well, that is really intelligent comment you have given.
Um, there *is* actually some reasoning in my post (you know what "slog"
means?), whereas your first post amounted to "this good; these bad"!
Let me spell it out: Learning C# is a great book for learning C# ... for
the kind of person who should not be programming in the first place. It
contains too much verbose hand-holding for too long, and much of the
hand-holding is out-of-order (OO is discussed in chapter 3, if I remember,
and classes are introduced in chapter 8!) or downright confusing (the worst
explanation of delegates I have seen in print).
I bet any worthy beginner would be better off going straight to Liberty's
Professional C#, which gets great reviews though I haven't touched it. And
any professional programmer worth his or her salary can pick up the language
very quickly with A Programmer's Introduction to C#.
Brad Williams