October 2015 Blog Posts

MvvmControls: Adorners

This is the first post in a series detailing the various components in my WPF open source projects. The Adorners class fist appeared on this blog back at 2010, it’s a small component that let you attach a template to a control and then open an instance of that template in an adorner. The code is on github at https://github.com/nirdobovizki/MvvmControls Usage: Create a ControlTemplate. Inside the control template use an AdornedPlaceholder element, this element will position itself right on top of the attached control and you can...

3 New WPF Open Source Libraries

I’m releasing all my WPF code as open source, this includes 3 projects: MvvmMonkey, MvvmGorilla and MvvmControl. All three libraries are released under the MIT license so you can use them anywhere including commercial projects. MvvmMonkey This is a flexible set of components, each solves a single issue with MVVM (the issue is usually a type of boilerplate code) This is a low-risk library you can use in any project, you can use any part of it with practically no impact on the rest of the code. This library is already on github at https://github.com/nirdobovizki/MvvmMonkey...