Community

.NET Tip: Filling Lists with Enums

(Jay Miller) Many times, my code has an enumeration defined; it parallels the items that need to be displayed in a list. Keeping the list and enumeration in sync if items are added can be a challenge. To alleviate that problem, I’ll show you a function that you can use to populate a list from the en

Read More - Register for Free Membership