sfeldman.NET

.NET, code, personal thoughts

Browse by Tags

All Tags » WPF (RSS)
WPF Visual / Logical Tree(s)
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...

Posted by Sean Feldman | 1 comment(s)

Filed under:

WPF
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...

Posted by Sean Feldman | 5 comment(s)

Filed under:

WPF - DataContext And IValueConverter Thoughts
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...

Posted by Sean Feldman | 1 comment(s)

Filed under: ,

More Posts