My use case is that I want to collect all parameters of a certain type to make it easier to create a generic method to aggregate their arguments together to a single property that can be assigned to a ...
So I have two ParameterCollections in my architecture. Both come from different classes. One of them is just used to initialize some values of the other. I was wondering if I can delete that ...
26 February, 2008. It was a Tuesday. I was playing around with Json.NET while trying to move some data back and forth between .NET and Flex. I found that I needed to deserialize a string that looks ...