Bug in ClearSubscriptions?

first post: balexander wrote: Hi, I had a situation where I had one item in an ObservableCollect...

Veteran C# .NET LINQ newbie C++/CLI CLINQ

first post: mwpowellnm wrote: CLINQ'ers, I'm sure you get asked this from time to time. Where sh...

latest post: mwpowellnm wrote: I should also add, we're using Visual Studio 2008 / Visual C++ for ...

WeakPropertyBridge.CheckForUnsubscribe

first post: PombeirP wrote: I am chasing memory leaks on my app, and noticed there are quite a...

Inserts into a collection are registered as add

first post: jefflowe7 wrote: Consider the following query: ContinuousItemList = from item in Mo...

CLINQ for .NET 4.0

first post: rea5245 wrote: I'm upgrading my project to .NET 4.0 and, while CLINQ appears to r...

latest post: nallenwagner wrote: I too would like to see this happen. We are using this in a .NET 4....

Suggestion - Remove or Relocate extension methods that operate on ObservableCollection

first post: nallenwagner wrote: I would like to suggest that the extension methods which extend Obs...

latest post: Natxo wrote: To me the cleanest option is not adding "using ContinuousLinq" and ...

Where() on Items that dont implement INotifyPropertyChanged

first post: Lector wrote: Hello, I have mentioned that i can only use 'Where' on a collecti...

latest post: ThomasHaller wrote: Hello Lector, i have got the same problem. i made a small research ...

vs version

first post: stefancelmicsisfa wrote: hello, none of the projects that come with clinq will open in vs 2...

latest post: joshkrak wrote: Not sure what problems you're having but I had no difficulty in op...

ContinuousAny and ContinuousAll

first post: wasabii wrote: It would be very nice to have support for these.

Lazy or deferred population?

first post: rlipscombe wrote: When implementing a tree view in WPF, I commonly put a dummy, null,...

latest post: rlipscombe wrote: In the end, I did just that: 1. Have a _children field and a Chil...