Learning .NET... Recommend a beginners book?

Soldato
Joined
15 Nov 2003
Posts
14,473
Location
Marlow
I want to learn .NET & VB or C#... Anyone recommend me a book for an absolute beginner?

I've been programming in one shape or form for 20+ years, but never in these areas...
 
I'm a big fan of the O'Reilly Programming C# series (I learnt .Net using the 1.1 edition). Very concise and helped me migrate fairly easily from VBScript.

If you can read the head first book before you buy. If it's anything like the Head First Patterns book then writing style will be an acquired taste. The Head First Patterns book was packed full of useful information but the writing style just drove me nuts.

akakjs
 
I'm a big fan of the O'Reilly Programming C# series (I learnt .Net using the 1.1 edition). Very concise and helped me migrate fairly easily from VBScript.

If you can read the head first book before you buy. If it's anything like the Head First Patterns book then writing style will be an acquired taste. The Head First Patterns book was packed full of useful information but the writing style just drove me nuts.

akakjs

Yep, Programming C# is a very good book :) There's a new version for C# 3.0 too.
 
Yep, Programming C# is a very good book :) There's a new version for C# 3.0 too.

So excuse my ignorance:-
1) The C# book will also cover .NET?
2) Does it include basically all you need to get going? I recall I did Perl, the bok came with everything I needed on a CD.
 
So excuse my ignorance:-
1) The C# book will also cover .NET?
2) Does it include basically all you need to get going? I recall I did Perl, the bok came with everything I needed on a CD.

Yep. It starts out covering the basics of the language and then goes on to explain C#'s core features, and as it does so gradually introduces the .NET Framework and its utilities. The last sections of the book will be more about the .NET Framework and how to use it from within C#, for example using ASP.NET to create websites, WinForms to create GUIs, WPF, etc.

Doesn't come with a CD (at least the 4th edition didn't), but I didn't find this too much of a problem as I tend to just type out the examples manually if I want to work through them.
 
Last edited:
strangly enough i have the "head first C#" book infront of me and its very good. It gets you making and experimenting with the language a lot sooner, most of the books just concentrate on the theory for the first 300pages which is pretty hard going.

The only downside is at times, it can be abit vauge and not as indepth.
 
Back
Top Bottom