Observable Collection
Budget: $10 – $30 USD
Need some help manipulating an observable collection with LINQ. I have an observable collection that is grouped by Name then ordered by Name then is moved into a List<string>. This works. What I want is to end up with a List<class of string>. Open the project file. Search for *** and you will see the comments of what needs to be done. It’s simple I’m sure. I just can’t find documentation on it. I need to avoid iterating through the observable collection with any methods such as foreach. If a foreach is used then I might as well use the foreach and then build a observable collection myself.
All code MUST be delivered so it can be verified that it runs without iterating (foreach) through the observable collection to build a new observable collection and that the new observable collection is created without using foreach. On freelancer.com I have done this before and paid / released funds immediately after the code was verified.
All code MUST be delivered so it can be verified that it runs without iterating (foreach) through the observable collection to build a new observable collection and that the new observable collection is created without using foreach. On freelancer.com I have done this before and paid / released funds immediately after the code was verified.