Stories recently tagged with 'AnonymousType'

Anonymous Types and Query Expressions(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 4 months ago

This introductory level post covers a new LINQ feature in C# 3.0 called anonymous types. I'll focus on explaining when you might want to use an anonymous type, and when it might be more useful to use a specific type instead of an anonymous type. read more...

1 comment |category: |Views: 12

tags: another