Best first .NET book for experienced programmer?

  • Thread starter Thread starter Tim Witort
  • Start date Start date
T

Tim Witort

I've been programming for 20 years in a variety of languages
including C, xBase, SQL and others including quite a bit of OOP.
I have yet to do any C++ or C# development. I want to delve
into .NET and/or other current Microsoft development platforms,
but am not sure what direction to go in. The stuff on
Microsoft's site seems pretty vague and jargon-filled. Is there
a good book or other material that would give an experienced
programmer a good overview of Microsoft's current stuff so that
I could determine where I want to go deeper and actually become
proficient?

Thanks,
-- TRW
_______________________________________
t i m . w i t o r t
_______________________________________
 
Well, the first thing is to pick a language. I'd go with C#, but I came from
a C++ background it was a natural (and very welcome) step.

The book I used was Professional C# by Wrox press and I found it to be a
fantastic book, but that was back in the 1.0 and 1.1 days. I don't know
what's good for version 2.0 of the framework.

Pete
 
Pete seemed to utter in
Well, the first thing is to pick a language. I'd go with C#, but I came
from a C++ background it was a natural (and very welcome) step.

The book I used was Professional C# by Wrox press and I found it to be
a fantastic book, but that was back in the 1.0 and 1.1 days. I don't
know what's good for version 2.0 of the framework.

Pete

Do I need to decide on a language before getting an overview of
..NET itself? I thought there would be something that would
give me a good grasp of the features/goals of .NET regardless
of the language used. Is there such a thing?

-- TRW
_______________________________________
t i m . w i t o r t
_______________________________________
 
Hello Tim,

I suppose the Richter "CLR via C#" is worth being read

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

TW> I've been programming for 20 years in a variety of languages
TW> including C, xBase, SQL and others including quite a bit of OOP. I
TW> have yet to do any C++ or C# development. I want to delve into .NET
TW> and/or other current Microsoft development platforms, but am not
TW> sure what direction to go in. The stuff on Microsoft's site seems
TW> pretty vague and jargon-filled. Is there a good book or other
TW> material that would give an experienced programmer a good overview
TW> of Microsoft's current stuff so that I could determine where I want
TW> to go deeper and actually become proficient?
TW>
TW> Thanks,
TW>
 
Michael Nemtsev seemed to utter in
TW> I've been programming for 20 years in a variety of languages
TW> including C, xBase, SQL and others including quite a bit of OOP. I
TW> have yet to do any C++ or C# development. I want to delve into
.NET TW> and/or other current Microsoft development platforms, but am
not TW> sure what direction to go in. The stuff on Microsoft's site
seems TW> pretty vague and jargon-filled. Is there a good book or
other TW> material that would give an experienced programmer a good
overview TW> of Microsoft's current stuff so that I could determine
where I want TW> to go deeper and actually become proficient?
TW>
TW> Thanks,
TW>
Hello Tim,

I suppose the Richter "CLR via C#" is worth being read

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and
we miss it, but that it is too low and we reach it" (c) Michelangelo

Thanks for the recommendation.

-- TRW
_______________________________________
t i m . w i t o r t
_______________________________________
 
Tim Witort seemed to utter in 216.196.97.131:
I've been programming for 20 years in a variety of languages
including C, xBase, SQL and others including quite a bit of OOP.
I have yet to do any C++ or C# development. I want to delve
into .NET and/or other current Microsoft development platforms,
but am not sure what direction to go in. The stuff on
Microsoft's site seems pretty vague and jargon-filled. Is there
a good book or other material that would give an experienced
programmer a good overview of Microsoft's current stuff so that
I could determine where I want to go deeper and actually become
proficient?

Thanks,
-- TRW
_______________________________________
t i m . w i t o r t
_______________________________________

I found the following introduction to .NET and C# that seems to fit
the bill for me. Thanks for the input.

http://www.charlespetzold.com/dotnet/

-- TRW
_______________________________________
t i m . w i t o r t
_______________________________________
 
Back
Top