Book recommendation

  • Thread starter Thread starter Pete Kane
  • Start date Start date
P

Pete Kane

Hello all, I'm new to both CSharp and SQL Server and would be grateful if
someone could recommend a book that covers both, I'm a very experienced
programmer ( C, C++ Cobil etc... ) but I need to get up and running as soon
as poss with C# and SQL

regards

Pete Kane
 
I dont think one book will work for you
user Professional C# Programming(Wrox) for C#
For SQL Server better go with a Microsoft Press Book
 
Hi Pete, a good book is Murach's C#, it includes 5 chapters all about SQL
and ADO.NET.

You can take a look at the first 7 chapters for free at
http://www.murach.com/books/cshp/index.htm.

Hope this helps

Publicjoe

C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html
C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html - 72
Chapters
VB Ebook at http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html - 28
Chapters
C++ Ebook at http://www.publicjoe.f9.co.uk/cppt/samples/ebook.html - 8
Chapters
Java Ebook at http://www.publicjoe.f9.co.uk/java/samples/ebook.html - 2
Chapters
Mirrors at http://dowhileloop.com/publicjoe/ and
http://publicjoe.justbe.com/

Blog - http://publicjoe.blogspot.com
 
Murach has just released an updated version of their first edition of
C#. The book is titled Murach's C# 2005 and is focused on the important
new features and working with databases.

Ben Brock
 
Back
Top