Search code examples
Why lock on Collection.SyncRoot instead of just lock the collection?...


.neticollectionsyncroot

Read More
Route event From Item to a Collection in MVVM...


c#silverlight-4.0mvvmrouted-eventsicollection

Read More
Casting a List<T> (where T : IBar) to ICollection<IBar> fails...


c#listinterfacecastingicollection

Read More
Limited size IList<T> or ICollection<T> that when adding a new item, first item is disca...


.netlistlimiticollectioncircular-list

Read More
Relationships between tables mvc3...


asp.net-mvc-3entity-framework-4ef-code-firsticollection

Read More
Using ASP.NET MVC 3 with Razor, what's the most effective way to add an ICollection to a Create ...


asp.net-mvc-3razoricollection

Read More
Why does not WhereSelectArrayIterator implement ICollection?...


c#performancelisticollectiontoarray

Read More
Find an item inside a List<T> by providing a sample object instance...


c#listicollectioniequatable

Read More
C# Trying to make my own List with a static index counter...


listienumerableicollectionenumerator

Read More
Split a ICollection<T> with a delimiter sequence...


c#icollection

Read More
Why does not the generic counterparts of IList and ICollection have the same set of methods?...


c#genericsilisticollection

Read More
C# Get properties from SettingsPropertyCollection...


c#.netasp.netweb-configicollection

Read More
Code contracts warnings when implementing ICollection with backing collection...


c#.netcode-contractsicollection

Read More
How to hide some members of an interface...


c#collectionsicollection

Read More
Is it possible to determine the current position when iterating an ICollection?...


c#.net.net-2.0foreachicollection

Read More
Need Duplicates Allowed In SortedCollection (C#, 2.0)...


c#collectionsduplicatesicollection

Read More
How to use reflection on a property of type ICollection?...


c#reflectionicollection

Read More
Problem With Repository Pattern & Abstract Classes...


.netlinqabstract-classrepository-patternicollection

Read More
How can I dynamically access user control attributes?...


asp.netcollectionsicollectiondynamic-usercontrols

Read More
I can not access Count property of the array but through casting to ICollection !...


c#arraysicollection

Read More
What is the most basic class that inherits ICollection<T>...


c#.neticollection

Read More
What is the better approach to compare a collection with another (architecturely speaking)?...


.netoopienumerableequalsicollection

Read More
How to use CollectionAssert (and Linq?) to find all the values for one property, are the same?...


.netlinqmstesticollection

Read More
Binding LinqToSql tables to Repeater...


c#asp.netienumerablerepeatericollection

Read More
Is it possible to use Microsoft.VisualStudio.QualityTools.UnitTesting.CollectionAssert on an IEnumer...


collectionsienumerablemstesticollection

Read More
ICollection / ICollection<T> ambiguity problem...


c#extension-methodsicollectionambiguous

Read More
ICollection vs ICollection<T>- Ambiguity between ICollection<T>.Count and ICollection.Co...


c#genericsicollection

Read More
What is the easiest and most compact way to create a IEnumerable<T> or ICollection<T>?...


c#.netienumerableicollectionfunction-parameter

Read More
Using LINQ with classes implementing non-generic ICollection...


.netlinqgenericslinq-to-objectsicollection

Read More
Can iBATIS.NET work with ICollection?...


c#.netibatis.neticollection

Read More
BackNext