Muljadi Budiman
10 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…
- 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…
- Connect to VMWare virtual machines using Remote DesktopHad a short training on VMWare on Tuesday, the software development department finally got the official permission (read: get a license) to use. I’m no…
- 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,…
- Displaying Rich-Formatted Text in WPFOne project was put forth that essentially requires creating a MessageBox look-alike, but the text supports rich-format, and we can do it in WPF. It's a…
- Get return value from stored procedureRecently we changed our DAC layer from using inline SQL to stored procedures in the database. On some of these SQL, we did record deletion (usually only 1…
- 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…
- Disposing CollectionView (Detaching your data and the CollectionView)Disposing CollectionView (Detaching your data and the CollectionView) One of my prior post talks about how CollectionView (and anything deriving from it…
- 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…
- Binding to an Attached PropertyYesterday, I have some ideas in my mind on how to give out ValidationRule errors after the values passes the converter, and I was trying to see if I can…
