Muljadi Budiman
5 posts.
- Make KeyedCollection<TKey, TItem> to work properly with WPF data bindingIn my previous post, I went through creating the KeyedCollectionEx class which allows easier consumption of the KeyedCollection class (no need to derive anymore, just provide a delegate.aspx)). One…
- Using KeyedCollection<TKey, TItem>A little over 2 years ago, I saw my peer’s code that uses the KeyedCollection<TKey, TItem> class. I never seen it before, and it is actually a pretty nice class. It is essentially a dictionary clas…
- Enabling Wireless Network in Windows Server 2008I don't have any post relating to how I get to know computers in general and why I choose a career in software development, in fact I needed to do that, since I need to continue a meme that a frien…
- Refresh / Update WPF controlsSometime in the past, a friend asked me how to update a control to show status while his code is doing a loop of stuff. Essentially changing the text of a label (or sophisticatedly we can say a tex…
- Have worker thread update ObservableCollection that is bound to a ListCollectionViewWhile playing around with WPF, I tried to do some multithreading where I have a worker thread updating my ObservableCollection, while having a ListCollectionView of that ObservableCollection being …
