Browse by Tags

All Tags » WPF (RSS)

AOP

I am looking at the code for Silverlight application and there’s something that just bugs me… INotifyPropertyChanged. This is not the first time, and yet again I see this interface implemented again, and again, and again. This violates several good principles...
Posted by Sean Feldman | 2 comment(s)
Filed under: , , ,
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:
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