Top "Immutable-collections" questions

Immutable Collections is a library containing immutable data structures created by Microsoft for .NET.

Is it better to return an ImmutableMap or a Map?

Let's say I'm writing a method that should return a Map. For instance: public Map<String, Integer> foo() { …

java design-patterns immutable-collections
Do I have to include all System.Collections.Immutable dependencies?

I just switched from (an older) Microsoft.Bcl.Immutable NuGet package to System.Collections.Immutable and was surprised to find …

c# .net nuget nuget-package immutable-collections