Thursday, October 15, 2009 - Posts

Merge Two Objects into an Anonymous Type (while ignoring some properties)

The other day I ran into this situation and found not only a good solution but also built it up a bit. I thought I would share it. My situation was this, I needed to combine an object with some additional information, as JSON, and pass it back to the Read More

with 1 Comments