Another two C# idioms

from blog Just Some Code, | ↗ original
In this part of the C# idioms series, we have one idiom to organize versions of commands, events or view models. And another idiom, on coditionals inside switch statements. Separate versions of commands and events using namespaces and static classes Sometimes you need to support versions of your objects to add new properties or remove old ones....