C# 1.1 and C# 2.0 difference

  • Thread starter Thread starter almurph
  • Start date Start date
A

almurph

Hi,


I'm looking for a good article that lists whats new in C# 2.0
from C#1.1 - just the new features is all. Would appreciate any
comments/suggestions/ideas/article that you would like to share that
you may have on this.

Thanking you,
Colm
 
I'm looking for a good article that lists whats new in C# 2.0
from C#1.1 - just the new features is all. Would appreciate any
comments/suggestions/ideas/article that you would like to share that
you may have on this.

Brief description:
http://csharpindepth.com/Articles/General/BluffersGuide2.aspx

A bit more depth, but still nothing particularly detailed:
http://pobox.com/~skeet/csharp/csharp2

If you fancy reading a book about C# 2 (and 3) deliberately written for
people who already know C# 1, I can recommend C# in Depth with a huge
amount of bias (as the author). Read more about it at csharpindepth.com
and have a look at a free chapter at
http://www.manning.com/affiliate/idevaffiliate.php?id=876_112

The e-book should be out "real soon now" (really, really soon I hope) -
the paperback in about a month.
 
I'm looking for a good article that lists whats new in C# 2.0
from C#1.1 - just the new features is all. Would appreciate any
comments/suggestions/ideas/article that you would like to share that
you may have on this.

Google should find plenty.

A few that I find relevant:

..NET 2.0:
- FTP client
- ping
- HTTP server
- GZip
- generic collections

C# 2.0:
- partial classes
- generics
- nullable types
- anonymous methods
- static classes
- seperate accessibility on get and set

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top