DCSIMG
WPF - Life Michael

Browse by Tags

All Tags » WPF (RSS)

Dependency Properties in Silverlight

I have just completed to develop the Dependency Properties topic in my Silverlight course. The slides and the relevant video clips can be found for free personal usage in their community free version at www.abelski.org . The professional version of this course is available at www.abelski.com . The video clip below was prepared as part of this topic.

Dependency Property in .NET

The dependency property is a property that can be set directly by various different property providers while having them prioritized. The dependency property depends on multiple property providers. Each one of them has its own level of precedence. We use dependency properties just as any other property. There is no need knowing in advance that a property we work with is a dependency property. Some of the available silverlight features (e.g. binding) are limited to dependency properties. The attached...

My First .NET Post

Many of my friends know me as a pure 100% Java developer. I believe that many of them will find this post a surprise. In the past I truly believed that it is possible to focus on one technology only and use it for all needs. During the years before the emergence of the .NET framework, Java was the natural choice. I chose Java and continued to focus on that platform during the years to follow. Today, I no longer believe there is a place for comparing different languages and different platforms claiming...