.NET Book Zero

Thursday, January 31, 2008

Here's an excellent resource for those of you who wish to learn .NET. The .NET Book Zero summarizes all the basics of .NET and C# for the C and C++ programmers who might be coming to .NET for the very first time.

The book is authored by Charles Petzold, who started writing a Chapter Zero for one of his books ( Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation ). That's the chapter with the stuff the reader needs to know before reading Chapter One. However it soon became evident that this Chapter Zero would be very long. It occurred to him that he could extract the material and make it a book on its own, and so he did.

The book gives an introduction to C# and those topics in .NET that are typically found in all .NET programming. It does require the reader to have some programming experience with a C-family language.

You can freely download the latest version of the book and the source code from here.

0 comments:

Post a Comment