tags:

views:

68

answers:

6

Can someone suggest me a good c# database programming book (c# 4.0). I use visual studio 2010 and I'm just beginner of database programming .

A: 

You want a good book on ADO.NET.

Tim
+1  A: 

Head First C# is really good for beginners.

Searock
+1  A: 

http://www.apress.com/book/view/9781590597897

basic SQL etc Beginning C# 2008 Databases: From Novice to Professional

And if you want to learn about linq to sql: Pro LINQ: Language Integrated Query in C# 2008

Profeten
+1  A: 

The only .Net 4.0 book I could find on databases is:

Microsoft ADO.NET 4 Step by Step (Step By Step (Microsoft))

Comes out next week.

Martin
Pretty much all that is needed. ADO,NET is simple. SQL is not, but that is not what the OP asked for.
TomTom
A: 

You can definatly look into these freely available books

You will want to look under the .NET section

Jim
A: 

i would recommend any black book by Microsoft Press, like

Microsoft ADO.net step by step.

Mazhar Karimi