What are the key uses of a Static Generic Class in C#? When should they be used? What examples best illustrate their usage?
e.g.
You're right: they're not much use. Perhaps there are some rare cases that are exceptions, though. For example, what if the class was a type-specific repository, as in Justin's example, but kept a static collection as a cache? In general, if it contains state, not just methods, there may be a point to this.