2
shouts

Anonymous Types – Help C# Pretend to be Javascript « Yet Another WebDev Blog

posted by http://hboss.myopenid.com/http://hboss.myopenid.com/ 285 days, 19 hours, 12 minutes ago
Friday, May 29, 2009 4:35:24 AM GMT

In a previous post I discussed trying to work with Anonymous types in .NET. I had included some code for working with those types to try and make it easier to pass your information around inside your projects. Essentially, it was a wrapper for Reflection that allowed you to access properties by providing the correct type and property name. It would keep the instance of the Anonymous type in memory so it could work directly with the object. You may have noticed that there was .Get() functions, but no .S...

category: ASP.NET | clicked: 2 | | source: somewebguy.wordpress.com | show counter code
tags: AnonymousType, C#, Programming

No comments yet, be the first one to post comment.

To post your comment please login or signup