What's your favorite novice book on MS's .NET?

  • Thread starter Thread starter Bupkas
  • Start date Start date
B

Bupkas

I'm just starting out on learning this new technology and although I have a
degree in CS, I really never programmed and it's time to get my feet wet.
 
Hi Bupkas
These are some book that I would recommend
C#: The Complete Reference (Osborne Complete Reference Series)
by Herbert Schildt
Developing windows based applications with c# & vb.net by MS press
Developing web applications with c# & vb.net by MS press

Also I would recommend tutorials on this site
http://www.gotdotnet.com
You will also find a lot of code samples on
http://www.codeproject.com

Afterwards, when you are bit familiar with the language, you can look for
specific topic on the online MSDN
Best regards,
Mohamed Mossad
ITworx on behalf of Microsoft GTSC Developer support for Middle East
 
What's "forms" about as in "Windows Forms Programming in C#"?
What emphasis does this title suggest?
 
What's "forms" about as in "Windows Forms Programming in C#"?
What emphasis does this title suggest?
 
Bupkas said:
What's "forms" about as in "Windows Forms Programming in C#"?
What emphasis does this title suggest?

Windows Forms is the GUI framework in .NET, so "Windows Forms
Programming" is GUI stuff - textboxes etc.
 
Back
Top