newbie: best book for DB programming

  • Thread starter Thread starter jimbo-black
  • Start date Start date
J

jimbo-black

reqs are:

relatively simple rich client to connect to sql server (2 tier). im new to
C#, come from a java background and before that some VB.

references for a good book that will bring me up to speed quickly on
writing this app in c#?


C# windows client --> SQL Server instance


thx
 
jimbo-black said:
reqs are:

relatively simple rich client to connect to sql server (2 tier). im new to
C#, come from a java background and before that some VB.

references for a good book that will bring me up to speed quickly on
writing this app in c#?


C# windows client --> SQL Server instance


thx

By default I always look at the O'Reilly books. Intelligent books
written for intelligent people. Programming C# covers most topics you
are likely to neeed.

A different Jimbo.
 
the Best book on ADO.NET is David Sceppa's ADO.NET Core Reference by
Microsoft Press. Bill Vaughn's Ado and Ado.net Best Practices is another
superb book - and Sahil Malik's Pro ADO.NET with VB .NET 1.1 is another must
read. For Winforms programming and interacting with a database, you'll find
all of them worth their wieght in gold
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top