A good C# book with OOP concepts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

Can anyone suggest me a good intermediate level C# book that teaches
OOP concepts too. I saw Beginning C# Objects: From Concepts to Code by
Jacquie Barker, it seems good but I want a second openion.

Your helpful suggestions will be welcome.

Thanks
 
Hi
If you are one of those who learn programming languages while practicing,
then you can find a lot in sites like
www.gotdotnet.com
www.ourcecodeproject.com
when you hit a specific issue like " how namespaces are organized? "How to
use specific control?" you can search that topic on MSDN ,you mostly will
find some article on the topic may be with some source examples. Or just
post it in a newsgroups like this one where ppl can help
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Trying2Learn said:
Hello,

Can anyone suggest me a good intermediate level C# book that teaches
OOP concepts too. I saw Beginning C# Objects: From Concepts to Code by
Jacquie Barker, it seems good but I want a second openion.

She's a well known Java author - I read her book on Java objects.

If you are comfortable with C#, this may be a good choice.

If you need a little stronger experience with the C# OOP constructs,
the Programming C# book by Jesse Liberty is good.

Eric
 
Back
Top