by | Jun 8, 2007 | Software Development
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...
by | May 23, 2007 | Software Development
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...
by | May 16, 2007 | Software Development
Given the investment that MS is making in their new technology, WPF and its derivates (ie, Silverlight) are gonna be a very popular technology in the future and propably nice technology for the MS environment but so far I find this technology very inmature. Here you...
by | Apr 23, 2007 | Software Development
In the last few years I’ve been interested in software architecture and this tendency is growing everyday. I do think that I want to work as an architect within the next years. Few days ago I listened a really good presentation on SOA from Ron Jacobs that I...
by | Apr 18, 2007 | Software Development
Lets see how to convert a Desktop WPF application in a Web Application. I am using VS 2005 for this. First of all we need to go the the project properties, and click on the “Signing” button in the left side. Mark the checkbox labeled “Sing the...
by | Apr 13, 2007 | Software Development
We are working with Windows Presentation Foundation these days, using Visual Studio 2005 but the technology seems to be too new and the tools have some annoying bugs. The new XAML has some good things and some other scary problems you should be aware of. The goog...