Connecting Tech Pros Worldwide Forums | Help | Site Map

new to C#, look for a good book...

l yu
Guest
 
Posts: n/a
#1: Nov 16 '05
new to C# (but with good experience on VC++), can someone point me to a good
book on C#?

Thanks!

Leonid Raiz
Guest
 
Posts: n/a
#2: Nov 16 '05

re: new to C#, look for a good book...


I am in a similar situation and recently picked up "Professional C#"
published by Wiley Publishing. I liked it. The book is a bit too thick (1356
pages) but that is understandable because in addition to C# it goes into
description of many pieces of .NET that you end up using day in and day out
while programming in C#. Out of 32 chapters only 10 are devoted to the core
C# itself.

"l yu" <lyu@discussions.microsoft.com> wrote in message
news:00C906F0-C987-4294-AF11-B0618238278F@microsoft.com...[color=blue]
> new to C# (but with good experience on VC++), can someone point me to a
> good
> book on C#?
>
> Thanks![/color]


José Joye
Guest
 
Posts: n/a
#3: Nov 16 '05

re: new to C#, look for a good book...


I had the same background and went for "C# and the .NET platform" under
APress collection. This is really a gold mine.

José


"l yu" <lyu@discussions.microsoft.com> a écrit dans le message de
news:00C906F0-C987-4294-AF11-B0618238278F@microsoft.com...[color=blue]
> new to C# (but with good experience on VC++), can someone point me to a[/color]
good[color=blue]
> book on C#?
>
> Thanks![/color]


Barry Mossman
Guest
 
Posts: n/a
#4: Nov 16 '05

re: new to C#, look for a good book...


"l yu" <lyu@discussions.microsoft.com> wrote in message
news:00C906F0-C987-4294-AF11-B0618238278F@microsoft.com...[color=blue]
> new to C# (but with good experience on VC++), can someone point me to a
> good
> book on C#?[/color]

If you have good strong programming experience "The C# Programming
Language" by Heijlsberg, Wiltamuth & Golde is good. Is concise, is
authoritative (they are three fifths of the original design team for C#),
and the book won't go out of date when C# v2 is released.

Barry Mossman


Ansil MCAD
Guest
 
Posts: n/a
#5: Nov 16 '05

re: new to C#, look for a good book...


hi
i would recommend" Professional c#" from willy and" inside c#" by TomArcher
Microsoft press

regards
Ansil

"l yu" wrote:
[color=blue]
> new to C# (but with good experience on VC++), can someone point me to a good
> book on C#?
>
> Thanks![/color]
Tim Jarvis
Guest
 
Posts: n/a
#6: Nov 16 '05

re: new to C#, look for a good book...


l yu wrote:
[color=blue]
> new to C# (but with good experience on VC++), can someone point me to
> a good book on C#?
>
> Thanks![/color]

Apart from the suggestions you have already received, one of my
favourites is "C# Programmers Cook Book" http://tinyurl.com/6xjfu the
thing I love about this book is that, most of the time I don't want a
reference guide, what I want is a practical example, and this book is
basically a big book of examples, its easily my most referred to C#
book.
Regards Tim.

Mike Kitchen
Guest
 
Posts: n/a
#7: Nov 16 '05

re: new to C#, look for a good book...


If you want to peruse a range of books with free sample chapters and code,
then check out my C# ebook page below.

Hope this helps

Publicjoe
C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html
C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html
C# Ebook at http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html
VB Ebook at http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html

"l yu" <lyu@discussions.microsoft.com> wrote in message
news:00C906F0-C987-4294-AF11-B0618238278F@microsoft.com...[color=blue]
> new to C# (but with good experience on VC++), can someone point me to a[/color]
good[color=blue]
> book on C#?
>
> Thanks![/color]


Gerry O'Brien [MVP]
Guest
 
Posts: n/a
#8: Nov 16 '05

re: new to C#, look for a good book...


Yes, and it's also a great sedative for those nights when you can't sleep.
;-)

We used that as one book for the C# Academy course. It is concise and
accurate for sure. Should make great reading for a C++ developer.

--
Gerry O'Brien
Visual Basic .NET MVP


"Barry Mossman" <BMossmanNOSPAM@gmail.com> wrote in message
news:O$3v7JP0EHA.3820@TK2MSFTNGP11.phx.gbl...[color=blue]
> "l yu" <lyu@discussions.microsoft.com> wrote in message
> news:00C906F0-C987-4294-AF11-B0618238278F@microsoft.com...[color=green]
>> new to C# (but with good experience on VC++), can someone point me to a
>> good
>> book on C#?[/color]
>
> If you have good strong programming experience "The C# Programming
> Language" by Heijlsberg, Wiltamuth & Golde is good. Is concise, is
> authoritative (they are three fifths of the original design team for C#),
> and the book won't go out of date when C# v2 is released.
>
> Barry Mossman
>[/color]


Closed Thread