1
vote
Accessing similar named properties in a loop
What's your reasoning for doing so? Is it to speed up development? You can use reflection as many have already suggested but it'd be much more effecient to simply reference the properties directly …
2
votes
Do you say No to C# Regions?
I use them to hide huge sets of properties that tend to be in the way while looking through code. I know... OCD... but it drives me nuts otherwise.
…
