What useful minor features of C# 4.0 can you list?
Posted
by sashaeve
on Stack Overflow
See other posts from Stack Overflow
or by sashaeve
Published on 2010-04-25T10:30:06Z
Indexed on
2010/04/25
10:33 UTC
Read the original article
Hit count: 132
C# 4.0 has a lot of new major features such as dynamic type, covariance and contravariance, named arguments etc.
But C# 4.0 contains new minor (but useful) changes such as TryParse
method for TimeSpan, Enum, Guid
data types, String.IsNullOrWhiteSpace
, System.IO.Stream.CopyTo
etc.
What other minor and useful features of C# 4.0 can you list?
© Stack Overflow or respective owner