Search code examples
I need help understanding how C# uses Virtual and also how ICollection is used when Virtual is appli...

c#virtualicollection

Read More
Does List<T>.ToList() enumerate the collection...

c#icollection

Read More
working with Entity Framework ntier - convert list to icollection error...

c#entity-frameworkn-tier-architectureicollection

Read More
Ordering a linq list based on a property of a child class...

c#linqvirtualicollection

Read More
Cannot apply indexing with [] to an expression of type 'object' (even though the type is &#3...

c#dynamicienumerableicollectionexpandoobject

Read More
How to add entity that contains itself to ICollection MVC...

c#asp.net-mvcicollection

Read More
I'm having difficulty switching my IEnumerable<T> implementation to ICollection<T>...

c#extension-methodsienumerableicollection

Read More
Returning Dictionary as ICollection...

c#genericscollectionsdictionaryicollection

Read More
How to initialize my Model...

c#asp.net-mvcc#-4.0icollection

Read More
How to create an ICollection with TModel?...

c#parameter-passingicollection

Read More
Does an ICollection<T> have an order?...

c#collectionsicollection

Read More
How to add the IEnumerable collection to ICollection list?...

c#linqienumerableiqueryableicollection

Read More
The property Count from ICollection<T> is still around for backward compatibility?...

c#linqicollection

Read More
Filtering ICollection...

c#icollection

Read More
C#: ICollection with Interface as Type like ICollection<ILocalized>...

c#signatureicollection

Read More
Why can't I call a DateTime method on a DateTime object in another class in C#...

c#datetimeicollection

Read More
Lambda loop thru ICollection failed to find object property...

c#lambdaicollection

Read More
How to tell if ParameterInfo type is a collection?...

c#icollectiongettypeparameterinfo

Read More
implement IEnumerator and IEnumerable in ICollection...

c#icollection

Read More
Extension methods for both ICollection and IReadOnlyCollection...

c#icollection

Read More
How to show ICollection count in jQuery tmpl?...

jqueryicollection

Read More
how to pass one-to-many from controller to view in mvc4...

c#asp.net-mvcone-to-manyicollection

Read More
Recursive collection search...

c#searchrecursiontask-parallel-libraryicollection

Read More
Adding the same items to many-to-many relation in EF 4.0...

asp.net-mvcentity-frameworkc#-4.0icollection

Read More
Mapping from Tuple to ICollection...

c#mysqltuplesicollection

Read More
WCF serialization and IEnumerable<T> vs ICollection<T> inheritance...

wcfserializationienumerableicollection

Read More
Moq a virtual ICollection<> property that has a private set : "Invalid setup on a non-vir...

c#nunitmoqicollection

Read More
ICollection <T> to string array (using string property)...

c#linqlambdaicollection

Read More
.net - dictionary.Keys.Add?...

.netdictionaryienumerableicollection

Read More
MVC4 EF DB First - How to access a models foreign key (ICollection)...

entity-frameworkasp.net-mvc-4modelforeign-key-relationshipicollection

Read More
BackNext