Jump to content

.NET 2.0 to 3.5 - good transition book

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Lotar

Lotar

    Newbie

  • Members
  • Pip
  • 2 posts
Hi,

I've been programming .NET 2.0 (C#) for some time now and I focus mainly on windows forms programming. I am looking for some book that sums up the new features of both .NET 3.5 and C# 3.0. I've searched an Amazon, but with no luck.

I realize that there is probably no specialized book on this matter and to get familiar with all that new features, more extensive learning will be necessary, but for now, I think that this will suffice.

Thank you in advance for your posts! :)

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I don't know of any book either. You might want to consider getting an Advanced C# book using .NET 3.5 and browsing through it. Also reference the MSDN and find the changelog/new features. This should give you a general overview of what is new.

#3
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
Not much is new; I didn't even notice a difference!
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#4
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
I believe the Wrox publishing books do a pretty good job of pointing out the new features of 3.5 but most of the book will still be repetitive so I would suggest picking up a book that you like as a referance anyways and then its not just there for the few new options.

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts

Xav said:

Not much is new; I didn't even notice a difference!

I think it's just because the basic stuff is there from always.. but more advanced features might have changed..

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I agree with TcM. Here is a list of some changes in 3.5 (I'm guessing 3.0 -> 3.5).

Visual Studio 2008 & .NET 3.5 Quick Changes Overview

#7
Lotar

Lotar

    Newbie

  • Members
  • Pip
  • 2 posts
Thank you for your input, guys.

I'll check out that book and try to do some more googling to find some online resources.