Browse by Tags
All Tags »
WPF (
RSS)
Coming from the ASP.NET development, I am quit used to the fact that a page has a tree of controls and by traversing the tree you can navigate to the elements. With WPF is it a bit more sophisticated. WPF application has both visual and logical tree or...
Recently I started to work on a new project in our company that is using WPF technology. As a web developer with almost no experience with desktop applications I find it interesting and challenging at the same time (statefull environment, no need in intermediate...
I am a total newbie in WPF development. One of the things I wanted to have is to format the values coming out of my domain object into UI, and being able to parse those values back into business objects. I am coming from a web environment, where no state...
More Posts