News

My two cents on collections in C#. opinion. Jan 15, 2016 4 mins. Software Development. ... (a Dictionary is also known as associative array) instance. The System.Collections.Concurrent namespace.
Not all collections are immutable, but you can use the read-only collection types in .NET Core such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection to implement immutable types.
A coworker and I have differing ideas on how Collection Properties should be used. The conversation could really be extended to Collections in general though. One argument is that the Collections ...
Hi all,<BR>I'm having a lot of trouble with an application written in c# that is using plug-ins. I've simplified the app down to the bug that I'm having -- which deals with passing an object to ...