If you do not have a copy of C# yet, you might get Microsoft's Visual C
Sharp .NET Step by Step Version 2003 Deluxe Learning Edition. It comes with
VC# Standard 2003. The only problems that I encountered are that you must
pony up for VC# Professional (no longer sold separately, you must by the
studio) to implement the control lessons and the instructions for installing
the database do not work. On the later, I found three separate issues.
First, the book claims that MSDE installer is copied to your folder by the
VC# installer. However, that is not the case. I had to download it. Once
there, the book lists the incorrect SQL Server service name. (You need to
tell Windows to start the service on NT platforms.) Finally, even after I
modified the command that is supposed to install the sample database
(Nothwind) to reflect the correct service name, that command still fails for
an unknown reason. (See my separate post in
Microsoft.public.sqlserver.setup.)
Now if that does not put you off, you might try it. VC# Standard apparently
retails for almost as much as the book (about $119). That alone makes it a
good deal if you do not already have the compiler. Plus, I just happen to
know where you can get a copy for just $79 (what I paid). Try
www.bookpool.com. Yes, this is one of those books with the red cover.
If you do buy a copy, do be aware that Microsoft has been shipping copied
that were missing some or all of the disks. In my case, Bookpool delayed
shipment because it was known that the copies they had were missing MSDN
(which is available at
http://msdn.microsoft.com anyway without CD).
Microsoft, for some reason, had just shipped me MSDN separately. When
Bookpool did ship, that copy was missing the compiler (although MSDN was
present). I was given a special number that Microsoft Press customers can
call to order missing items. They shipped me all of the disks that were
supposed to be included in the box -- including MSDN. So be prepared to end
up with 3 copies of MSDN and having to wait a while for your book. Beyond
that, a good book that is just a little tedious for more experienced
programmers, but not tedious enough for the real beginners.
----------
Will Pittenger
E-Mail: mailto:wi************@verizon.net
All mail filtered by Qurb (
www.qurb.com)
"Gabriel Reid" <ga**********@removethis.explio.andthistoo.com> wrote in
message news:bh**********@reader10.wxs.nl...
Greetings,
I'm looking for any books that the members of this group may have to
recommend for C#. I have experience with a number of programming languages
(probably most relevant would have to be Java), and have already read 'C#
for Java Developers' from Microsoft Press. I feel as though I have a
decent understanding of C# now, but am interested in taking it to the next level.
In particular, a book with good examples is what I'm interested in.
I'm quite partial to books from O'Reilly (considering getting 'Programming
C#' and /or 'C# in a Nutshell'), but am also open to any suggestions. A
major criteria would be that the book does not require the Visual Studio
IDE to follow its examples. Thanks in advance.
Gabriel Reid