rengber


Member since 07/25/2006

Location: New Zealand

Website: http://rengberg.blogspot.com/

9 snippets

4456 profile views

2 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

rengber's Recent SnippetsTagged c



« Prev 1 Next »
Useful in cases where the object author has specified their own serialization that doesn't work for you.
1 786 posted 14 years ago by rengber
Definitely falls into the category of "simple thing I shoulda memorized years ago", but whatever:
0 611 posted 14 years ago by rengber
Stupidly simple -- just one pitfall: class to be bound must have Get/Set methods for reflection to discover. Which is annoying when it comes to client side classes auto generated from WSDL.
0 700 posted 14 years ago by rengber
Say that you have a collection of objects empty but for IDs. You want to do a foreach loop through those objects and lookup detail one at a time. Unfortunately, in the foreach, you can't replace the references, you can only copy the new detail...
1 868 posted 14 years ago by rengber
This is stupidly simple, but I always forget it.
1 694 posted 14 years ago by rengber
« Prev 1 Next »