Community

What’s New in C# 6.0: Dictionary Initializers

(Peter Vogel) I recently did a column about how to create a simple collection class. In that column, I discussed collection initializers which let you add items to a collection when the collection is instantiated. Here’s a variation on the example I used in that column which loads two Customer objec

Read More - Register for Free Membership