Top "Generic-list" questions

language-agnostic tag for a collection of items where each item has a certain position

how to modify items in a Generic List using foreach?

I have the following Generic List which is populated with a list of string: List<string> mylist =new …

c# foreach generic-list
DataTemplate.DataType = Collection<Entity>?

Is there a way to create a data template that handles a list of items? I have Contact.Phones (EntityCollection&…

wpf entity-framework datatemplate generic-list generic-programming