I am trying to summarize some of the most visible new C# 3.0 new language features. Here they go… Automatic properties Create properties in a single line public string FirstName { get; set; } No inter… more →
Sandip's Programming ZenSandip wrote 1 year ago: I am trying to summarize some of the most visible new C# 3.0 new language features. Here they go… Au … more →