New C# Features in Beta 2?

Is there any new feature or functionality added to C# on VS 2005 Beta 2? If yes what are they?

[231 byte] By [Zelalem] at [2007-12-16]
# 1
I dont think there is one..
C#2.0 is the coolest !
DogaOztuzun at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# General...
# 2
As compared to Visual C# .NET 2002/2003?

Partial Types
Nullable Types
Generic Types
Anonymous Delegates
Iteraters

DavidM.Kean at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# General...
# 3
Apart from language features, VS2005 packs the following productivity enhancements

1. Refactoring
2. Class Designer
3. Enhanced Forms designer
4. Click once deployment
5. Code Snippets (my personal favorite)

and more!

http://msdn.microsoft.com/vcsharp/2005/overview/default.aspx

VijayeRaji at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# General...
# 4

Thanks David M. Kean and Vijaye Raji.

The link is very useful.

Zelalem at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# General...
# 5
Refer the following URL for C# 2.0 new features,
http://msdn2.microsoft.com/library/7cz8t42e.aspx
amaly0827 at 2007-8-21 > top of Msdn Tech,Visual C#,Visual C# General...