C# catching up to VB
It was recently announced that as of the last CTP drop, C# 2.0 now supports Edit and Continue ! It is good to see the C# guys learning from the VB team and implementing some of eh really cool features. What is next - C# developers using the My classes ?!?!
To be fair, the VB team has also leaned alot from the C# team. VB.NET 2.0 will incorporate some features (mainly language constructs, such as unsigned integers, the "using"keyword, generics, operator overloading) that were previosuly C# features.