RE: Dynamic Behavior with the Decorator Pattern
Here’s great example of how to use the Decorator pattern in C#….
Here’s great example of how to use the Decorator pattern in C#….
Just about everyone on the planet knows what Katrina did. And most of us know that New Orleans has been all but abandoned. But not everyone left. DirectNIC, ...
File this one away…
Oh, the joy of writing multiple threaded applications. I like this little tip that will keep string formatting calls from stepping over each other.
Sahil has a good post that explains why you should use StringBuilder to concatenate strings instead of just doing “string a” + “string b”