7
Shouts

Web.NET: Using Anonymous Types Outside of Local Context with Dynamic Keyword

published 588 days, 9 hours, 34 minutes ago posted by http://blog.turlov.com/http://blog.turlov.com/ 592 days, 2 hours, 17 minutes ago
Wednesday, November 09, 2011 2:50:27 PM GMT Saturday, November 05, 2011 10:08:15 PM GMT

Anonymous types that have been introduced in C# with .NET 3.5 is a convenient and powerful feature and can be used to simplify and speed up development without sacrificing code quality or violating coding standards. Perhaps one most widely known application is to use anonymous types in a context of LINQ expressions since that is mentioned on MSDN in most of the anonymous types related examples. Such strong association between anonymous types and LINQ though being true creates a wrong impression of that L...

category: Web Dev | clicked: 22 | | source: blog.turlov.com | show counter code
tags: dynamic, C#, anonymous types

1 comment posted.

To post your comment please login or signup