Recomendations for Books/Resources for learning C#

G

Guest

Since this is the only C# forum I see, I will hope that this is the right
place.

I am fairly new to object oriented programing, nearly all my experiance is
with VBScripting, BAT files etc.

I would love to get some feedback on any sources that provide any of the
following:

C#/asp.net "challenges" Ideally progressive so that you can keep building on
what you know. Something that isn't just "whats wrong with this 3 line
method?" or"Write this extremely simple code section that is nearly identical
to the examples used in the chapter."

C#/asp.net or applicable refernce that is written for people who are not
programmers, but not on the level of "Idiots Guide to C#" So many of the
example I see are very abstract without any explination as to what they are
or why you would use them. I know the abstract ones are great if you already
KNOW the absract concept but trying to figure out the code when you barely
understand the concept is difficult.

Thank you for your time.
 
M

Michael Nemtsev

Hello Bill,

There are many classic authors like Schildt, Troelsen, Richter which professionally
explain .NET/C#
For technology book there are no top writers, each choose what's he/she likes.
Especially in bounds of publisher. For example I like books from MS-Press
and APress

I recommend to go to the shop, take a book and look which one is best for
u, which author state his thougths in the most clear way for u

B> Since this is the only C# forum I see, I will hope that this is the
B> right place.
B>
B> I am fairly new to object oriented programing, nearly all my
B> experiance is with VBScripting, BAT files etc.
B>
B> I would love to get some feedback on any sources that provide any of
B> the following:
B>
B> C#/asp.net "challenges" Ideally progressive so that you can keep
B> building on what you know. Something that isn't just "whats wrong
B> with this 3 line method?" or"Write this extremely simple code section
B> that is nearly identical to the examples used in the chapter."
B>
B> C#/asp.net or applicable refernce that is written for people who are
B> not programmers, but not on the level of "Idiots Guide to C#" So
B> many of the example I see are very abstract without any explination
B> as to what they are or why you would use them. I know the abstract
B> ones are great if you already KNOW the absract concept but trying to
B> figure out the code when you barely understand the concept is
B> difficult.
B>
B> Thank you for your time.
B>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 

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