Search Results

4
votes

What is the equivalent of Java’s AbstractMap in C#?

System.Collections.Generic namespace contains three implementations of IDictionary<K,V>: Dictionary<TKey, TValue>, SortedDictionary<TKey, …
1
vote

Is there a c# library for wrapping multiple SCM provider’s APIs?

MSSCCI would help many source control products to be directly accessible from Visual Studio, but not necessarily usable from .NET code. To my knowledge, there is no .NET library that abstracts acce …