Good Book for beginners in C#

Please support our C# advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
Reply

Join Date: Jan 2004
Posts: 34
Reputation: luckydude is an unknown quantity at this point 
Solved Threads: 0
luckydude's Avatar
luckydude luckydude is offline Offline
Light Poster

Good Book for beginners in C#

 
0
  #1
Feb 23rd, 2004
Hey all,
I am new to C# and want to learn it. Can anyone tell me a good book for beginners? Your help is greatly appreciated. thanks.


Luckydude
Lovin' might be a mistake but it's worth makin'
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,027
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 126
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is online now Online
The Queen of DaniWeb

Re: Good Book for beginners in C#

 
0
  #2
Feb 23rd, 2004
I took a computer science course last semester during which we had to learn C#. We didn't have to learn it in the context of .NET but instead as a Java-like language which could be used on Unix systems. The following were the resources the professor sent us to to learn the language (no books involved):

http://www.csharphelp.com/index.html
http://msdn.microsoft.com/library/de...sReference.asp

And the following are some small programs we wrote in class (off of the professor's homepage):
http://cs.hofstra.edu/~cscccl/csc123/rats.cs
http://cs.hofstra.edu/~cscccl/csc123/teams.cs
http://cs.hofstra.edu/~cscccl/csc123/objects2.cs
http://cs.hofstra.edu/~cscccl/csc123/inherit.cs
http://cs.hofstra.edu/~cscccl/csc123/casting.cs

Sorry I can't help you with any books. But I learned C# in a semester with those references at all ... if that means anything. I'm sure someone else could help you more than I.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 34
Reputation: luckydude is an unknown quantity at this point 
Solved Threads: 0
luckydude's Avatar
luckydude luckydude is offline Offline
Light Poster

Re: Good Book for beginners in C#

 
0
  #3
Feb 23rd, 2004
Thanks cscgal,
I really appreciate your help. I was talking to my teacher and he was telling me that there isn't any good C# book out there. He said when he teaches, he just takes out parts from different books. He said he is still looking for a good books. I guess I will have to take the class with him. Anyone knows anything about the good book??????

Luckydude
Lovin' might be a mistake but it's worth makin'
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 5
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: Good Book for beginners in C#

 
0
  #4
Feb 24th, 2004
I own this book. It's pretty good.

http://www.amazon.com/exec/obidos/tg...books&n=507846
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 34
Reputation: luckydude is an unknown quantity at this point 
Solved Threads: 0
luckydude's Avatar
luckydude luckydude is offline Offline
Light Poster

Re: Good Book for beginners in C#

 
0
  #5
Feb 28th, 2004
Originally Posted by inscissor
I own this book. It's pretty good.

http://www.amazon.com/exec/obidos/tg...books&n=507846
Thanks inscissor,
I see that this book has got a quite a few good reviews. But I wonder if it's for intermediate programmers. you know, someone who already knows about object oriented programming. I am new to programming. I started out with HTML, CSS, and then JavaScript. One of my friends lent me his C# book called, C# for Web Programming by Chris H. Pappas and William H. Murray http://www.amazon.com/exec/obidos/AS...907776-4664842 , since I have a background of Web Design. This book looks good, but it focues more on the web part. I need something that teaches me from the ground up. Of course, I cannot learn the entire language with a single book, but a good book would help me to start.

Is this book you are talking about for beginners? If so, I would like to buy it. Thanks again for your help.


Luckydude
Lovin' might be a mistake but it's worth makin'
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 1,135
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Solved Threads: 5
Team Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: Good Book for beginners in C#

 
0
  #6
Feb 28th, 2004
I think it's for beginners. It starts out very basic and assumes you have some programming knowledge. You said you've worked with JavaScript, so you should already know the basics. I recommend you look for this book at your nearest book store and skim through the first 20 pages. Read the intro too. This is the book I used to learn strictly C#, no web stuff.

Some concepts, I think, you'll have difficulty understanding no matter what book you use. If you've never done advanced C++ or Java programming, you might have a bit of difficulty understanding interfaces, delegates, and events. It's no problem though. You always have forum people to help you.
Check out my blog at http://www.shinylight.com for more stuff about web dev.
Reply With Quote Quick reply to this message  
Join Date: Jan 2004
Posts: 34
Reputation: luckydude is an unknown quantity at this point 
Solved Threads: 0
luckydude's Avatar
luckydude luckydude is offline Offline
Light Poster

Re: Good Book for beginners in C#

 
0
  #7
Mar 1st, 2004
thanks inscissor again. I appreciate your help. I will take a look at that book as soon as possible.


Luckydude
Lovin' might be a mistake but it's worth makin'
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 4
Reputation: nvrMind is an unknown quantity at this point 
Solved Threads: 0
nvrMind's Avatar
nvrMind nvrMind is offline Offline
Newbie Poster

Re: Good Book for beginners in C#

 
0
  #8
Sep 9th, 2004
I just finished my second semester of C#. We used "C#: How to Program" by Deitel. Really is a great book. Learned a lot of cool stuff, still had to use the MSDN Library for clarification on a few things though.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 1
Reputation: upnormal_ghost is an unknown quantity at this point 
Solved Threads: 0
upnormal_ghost upnormal_ghost is offline Offline
Newbie Poster

Re: Problem in C++ !!!!!!!!

 
0
  #9
Oct 23rd, 2004
hii my name is ahmed iam from egypt
i have a problem i wanna u to help me if u could :cry:
i want you give me the FLOWCHARTof the quicksort algorithm

if u have an intention to reply my mail is:
the_upnormal@hotmail.com
thank you for being patient to read this message

The Ghost
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 45
Reputation: Pimp Daddy is an unknown quantity at this point 
Solved Threads: 0
Pimp Daddy's Avatar
Pimp Daddy Pimp Daddy is offline Offline
Light Poster

Re: Good Book for beginners in C#

 
0
  #10
Oct 27th, 2004
I recommend any book by O'Reilly.

Click Here
David Morris BSc(Hons), MBCS
Vice-President (Academic Representation) - Hull University Union
Life: Downloaded
An Educational Critique
My Lastfm page
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C# Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC