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 .
+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
2010-10-26 13:04:30
+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
2010-10-26 13:10:39
Pretty much all that is needed. ADO,NET is simple. SQL is not, but that is not what the OP asked for.
TomTom
2010-10-26 13:28:14
A:
You can definatly look into these freely available books
You will want to look under the .NET section
Jim
2010-10-26 13:16:27
A:
i would recommend any black book by Microsoft Press, like
Microsoft ADO.net step by step.
Mazhar Karimi
2010-10-26 13:19:20