Quantcast
Channel: Programming Tidbits - XAML
Browsing all 4 articles
Browse latest View live

Kona – Commands

The first thing I will cover in the series about Kona is the good old DelegateCommand class, that all of the Prism veterans learned to respect. But first, a quick overview for those of you who never...

View Article



Kona – The BindableBase Class

In the previous post I mentioned that the view's bounded controls can be updated automatically when the view model's properties to which they are bounded changes, given that the view model raises a...

View Article

Kona – The ViewModelLocator Class

In previous posts I mentioned how, by using the Binding markup extension, the view automatically resolves its bounded properties from a view model object that is stored in its DataContext property. How...

View Article

Blend Behaviors + DependencyPropertyDescriptor = Memory Leak

In the past couple of weeks, I was taking part in a focused effort to find and fix memory-related issues in one of my client's applications. In this post I want to write about a specific type of memory...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images