Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to do a project where I build a database-aware program with a front end using .NET with C#.

I am totally new to this language. Can anyone recommend a good resource? Perhaps an online PDF version of a book?

share|improve this question

closed as not constructive by Adi Lester, dove, Rob, Midhun MP, Paul R Nov 18 '12 at 10:25

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

6 Answers

I have a few books that I still use now but basically I favour WROX, Apress and O'Reilly above anything else.

I used the 3.5 Version of this throughout Uni and found it to be a great resource, one of the best books I own.
The examples are very clear and easy to understand and it covers a lot of areas, also it is fairly compact and easy to shove in a bag to take with you which is a bonus compared to the WROX books.

I have this and find it useful even now when revising for job interviews etc, It explains a lot of the concepts of programming c# and whilst its not going to be much use if you want a book full of coding examples I still highly recommend getting it.

I also have the WROX Beginners / Pro C# 3.5 which I used a lot when I was at uni, the 4.0 version is out now ( Here ) but you can probably pick up the 3.5 on Amazon marketplace quite cheaply. These books are like phonebook thick and great to have lying around as a reference.

share|improve this answer

There are many awesome books for C# beginers. You can use "HeadFirst C#" or "Begining C#" to give a start. Once you get hands on practice on C#, then you can try "Illustrated C# 2008" and/or "Inside C#" books. These books does not cover all the features of C#, but these will give you detailed description of features of C#.

share|improve this answer
2  
+1 for Head First C# -awesome!! – dezkev Jun 8 '10 at 6:52
"Beginning C#" may not be specific enough, there are quite a few books with a title starting by this. – Matthieu Nov 2 '11 at 12:41

Anything by Mike Murach & Associates, Inc. I have his books on JSP and Servlets, Sql Server, and Javascript. These are some of the best programming books I have read. Here is a link to his .NET books:

http://www.murach.com/books/vba.htm

If you are looking for free books, check out this link below; You have to sign up, its free. There are probably thousands of books on various areas of IT, including programming. Just use the search to find the books you are looking for:

"http://www.dbebooks.biz/"

share|improve this answer

For C#:

  1. CLR via C#
  2. C# in depth from our own nice guy.
share|improve this answer
1  
I think CLR via C# is a bit difficult for beginners, but it is very useful book. – Pavel Belousov Jun 8 '10 at 6:05

This blog post has three good books used for teaching: http://www.robmiles.com/c-yellow-book/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.