Yet another C# developer with a blog.
Browse by Tags
All Tags »
C# »
Generics (
RSS)
-
|
I had a chance to actually use my Converter class recently and the experience was less than satisfying. The Converter class works fine, it's just not as easy to use as I would have liked. The way I designed the class forces the user to down-cast the...
|
-
|
One of the things I don't like about schedule-driven projects is that whenever I spot a need for a bit of framework development I never seem to have the time to do anything about it. I had such a moment on the last project I worked on. I needed to...
|
-
|
The link to the project source is here . [Edit: I moved this code into the CG.Common library. The links are the same but the names have been changed.] In my day job as a consultant I write general purpose business software for a variety of clients &...
|