language-agnostic tag for a collection of items where each item has a certain position
I have the following Generic List which is populated with a list of string: List<string> mylist =new …
c# foreach generic-listIs 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