Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Beginners book for .NET and C#? [closed]

Tags:

c#

.net

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?

like image 715
Nagaraj Tantri Avatar asked Jun 08 '10 05:06

Nagaraj Tantri


People also ask

Can a beginner learn C#?

Even though C# is a language that's relatively easy to learn and maintain, it isn't just for beginners. Its scalability and large support community make C# the language of choice for Microsoft app developers and video game developers working with the Unity Engine.

What is the easiest way to learn C#?

The best way to learn C# is with a combination of an introduction to the language concepts followed immediately by practice in the form of exercises. Read about/watch a video about/learn about a new concept. Write a small program (or expand an existing one) in which you reinforce the learning with applied practice.


5 Answers

there is some free books to begin with:

C#

like image 83
Lukas Šalkauskas Avatar answered Oct 18 '22 01:10

Lukas Šalkauskas


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

like image 27
sholsapp Avatar answered Oct 18 '22 01:10

sholsapp


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#.

like image 22
Shekhar Avatar answered Oct 18 '22 00:10

Shekhar


For C#:

  1. CLR via C#
  2. C# in depth from our own nice guy.
like image 38
jai Avatar answered Oct 18 '22 00:10

jai


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

like image 36
Bob Spacey Avatar answered Oct 17 '22 23:10

Bob Spacey