Has anyone read Mastering C# Database Programming by Jason Price?

  • Thread starter Thread starter Zach
  • Start date Start date
Z

Zach

I am looking for a good ADO.NET book to read. I know nothing about ADO as
yet. If anyone has read the book - would it be ok for starters? What did you
think of the book? If you didn't like the book, what would be your advice as
to which book to read on the ADO .NET for a ADDO.NET- newB?

Many thanks,
Zach.
 
I haven't read the book, but my preference would be "ADO.NET in a Nutshell"
or "Pragmatic ADO.NET."
 
Zach said:
Manohar Kamath said:
I haven't read the book, but my preference would be "ADO.NET in a Nutshell"
or "Pragmatic ADO.NET."
You are number two with this advice,
so the book must be good. I will have
a look at it.

Thank you,
Zach.
 
Zach said:
You are number two with this advice,
so the book must be good. I will have
a look at it.

Thank you,
Zach.

If you gained some knowledge about ADO.NET ther is one for the
intermediate programmer: "ADO.NET Cookbook" written by Bill Hamilton
(O'Reilly) is highly recommended.

Cheers

Catherine
 
If you gained some knowledge about ADO.NET ther is one for the
intermediate programmer: "ADO.NET Cookbook" written by Bill Hamilton
(O'Reilly) is highly recommended.

Cheers

Catherine

Hi Catherine,

I am a newB as far as ADO is concerned, So
I need a starter book first. I will keep what you
say in mind for after I have covered the basics.

By the way, what does the suffix cc stand for?
You have got me guessing.

TTFN
Zach.
 
I am looking for a good ADO.NET book to read. I know nothing about ADO as
yet. If anyone has read the book - would it be ok for starters? What did you
think of the book? If you didn't like the book, what would be your advice as
to which book to read on the ADO .NET for a ADDO.NET- newB?

The usual recommendation is David Sceppa's book from Microsoft Press,
but Pragmatic ADO.NET is also excellent. I'd say get both if you can,
cause they have different approaches but both are very clear. 'Pragmatic'
is C#-oriented, shorter, and very direct. Sceppa's book covers both
VB.NET and VC#, and though it's recommended often for good reason, there
are the occasional syntactic mixups. Make sure you look through both.

I've scanned through Jason Price's book and it looks OK, but haven't read
it completely, so I can't comment.
 
_BNC said:
The usual recommendation is David Sceppa's book from Microsoft Press,
but Pragmatic ADO.NET is also excellent. I'd say get both if you can,
cause they have different approaches but both are very clear. 'Pragmatic'
is C#-oriented, shorter, and very direct. Sceppa's book covers both
VB.NET and VC#, and though it's recommended often for good reason, there
are the occasional syntactic mixups. Make sure you look through both.

I've scanned through Jason Price's book and it looks OK, but haven't read
it completely, so I can't comment.
Of the different books that have been suggested to me,
O'Reilly's ADO in a nutshel and
Shawn Wildermuth's Pragmatic ADO
get the best reviews, with a slant towards Shawn's book.
Shawn doesn't seem to be written for newBs so maybe
I need to get my feet wet first with Mayo's web tutorial?

Zach.
 
Of the different books that have been suggested to me,
O'Reilly's ADO in a nutshel and
Shawn Wildermuth's Pragmatic ADO
get the best reviews, with a slant towards Shawn's book.
Shawn doesn't seem to be written for newBs so maybe
I need to get my feet wet first with Mayo's web tutorial?

Zach, I completely agree with the recommendations for 'Pragmatic
ADO.NET', but I'm puzzled by mention of 'Nutshell'. I've always looked at
Nutshell as sort of a short summary/catalog and alternate to online help
rather than a startup tutorial. You may disagree. I'm surprised that I'm
the only one to recommend Sceppa's book in this thread though. (To be
honest, he needs better proofreading and tech editing on the next version,
but it's a great book).
 
_BNC said:
Zach, I completely agree with the recommendations for 'Pragmatic
ADO.NET', but I'm puzzled by mention of 'Nutshell'. I've always looked at
Nutshell as sort of a short summary/catalog and alternate to online help
rather than a startup tutorial. You may disagree. I'm surprised that I'm
the only one to recommend Sceppa's book in this thread though. (To be
honest, he needs better proofreading and tech editing on the next version,
but it's a great book).

That is good, I am ordering "Pragmatic...". I see that in one of
the chapters in ASP.NET by Jess Liberty & Dan Hurwitz, there
is a nice introduction to the ADO.NET. So that will be the route
that I shall take.ASP then ADO back to ASP. I downloaded
MSDE 2000. Anybody reading this, and wanting to do the
download, be careful to download the proper file! You need
sql2ksp3.exe and not MSDE200A.exe. You need to have a
good look at the insructions since you have to enter a command
line in dos, which can best be done by creating a .bat file first,
copying it to sql2ksp3.exe/MSDE/, and running it. The MS
instructions tell you what the line in the bat file should be.

Many thanks to those who responded in this thread, what
would one do without such support?

Zach.
 
Back
Top