por | Aug 1, 2007 | DDD
This is a hack more than an elegant solution but given the WPF architecture it has been the only way I’ve found to make a ComboBox strongly typed. The problem I had is that I use to access the SelectedItem ComboBox’s property casting the object or using...
por | Jul 19, 2007 | DDD
Update II: I couldn’t wait. I’ve installed the last Mono daily binary tarball and all the unit tests are passing now!. It works perfectly! Update:The Mono implementation of GetMethodFromHandle for generics is already in the svn, so rather than write a...
por | Jul 17, 2007 | DDD
NHibernate best practices: It is not only for the article itself but for the links contained within it. References to great papers from Martin Fowler and links to cool samples. It shows parts of the CastleProject as well.
por | Jul 5, 2007 | DDD
Update: Actually I’m changing this class a lot!. Check the svn head to see the current version. Update: Refactoring makes things simpler I am close to release the first API-stable version of my Boxerp framework which is only the client side part. The project has...
por | Jun 8, 2007 | DDD
ControlTemplates are one of the more powerful features of WPF as far as I know. They let you design custom made controls and to control their behaviour, all from XAML. That is very handy. Let’s say for example that you have a checkbox and another control beside...
por | May 23, 2007 | DDD
The treeview control is always a bit difficult, I remember my first contact with Gtk.TreeView and it wasn’t straightforward but the behaviour of WPF Treeview is still weird for me. Basicly if you use a HierarchicalDataTemplate you won’t be able to manage...