Is C# 4.0 backward compatible to C# 2.0?
        Posted  
        
            by CMW
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CMW
        
        
        
        Published on 2010-05-16T10:19:25Z
        Indexed on 
            2010/05/16
            10:30 UTC
        
        
        Read the original article
        Hit count: 142
        
Hi,
May I know what is the difference between C# 4.0 and C# 2.0? Is C# 4.0 backward compatible to C# 2.0?
Can I say that C# 4.0 is a superset of C# 2.0 (just like what C++ is to C)?
Thanks.
© Stack Overflow or respective owner