Contents tagged with C# 3.0
-
C# 3.0 - Using Anonymous Types
I had a friend who recently asked me on the ways using Anonymous Type in C# 3.0. Take note, this is just an example and to me it is like syntactic sugar. You can do the conventional way and it still works.