tags:

views:

158

answers:

5

Hello. I know i am asking a silly question, the thing is I wanted to do a project where i am thinking to build a database with a front end using .net or c#. I am totally new to these languages. I thought posting here would give many experts advice. Can anyone tell me which book to prefer for it? (I would be glad if the book was a pdf online )

Thank you.

+2  A: 

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

gnucom
+2  A: 

Hi,

There are many awesome books for C# beginers. You can use "HeadFirst C#" or "Begining C#" to give a start. Once u 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#.

Shekhar
+1 for Head First C# -awesome!!
dezkev
+2  A: 

For C#:

  1. CLR via C#
  2. C# in depth from our own nice guy.
HanuAthena
I think CLR via C# is a bit difficult for beginners, but it is very useful book.
Pavel Belousov
+1  A: 

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/"

Bob Spacey