News

This should be an easy one, but I just can't find the answer. I know that I can add values in a bitwise combination with the '|' operator like so: textBox1.Anchor = AnchorStyles.Left; textBox1 ...
Using enums in your domain layer could lead to using explicit casts throughout your application, cluttering up the code and making it harder to read and maintain.