A good C# book with OOP concepts

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
 
M

Mohamoss

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
 
E

Eric

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top