C# WPF Value ConvertersContinuing with the example of the text box and the slider we are going to improve the program […] April 17, 2016 in WPF tagged value / converters / C# WPF by Mike
C# WPF Data Binding and Triggers MouseOversYou are writing a C# WPF program and you want a button to change colour when the user […] April 17, 2016 in WPF tagged over / bindings / triggers / mouse / data / mouseover / trigger / C# WPF by Mike
C# WPF Data Binding and Binding DirectionContinuing with the text box and slider example in the book Illustrated WPF by Daniel M. Solis, here […] April 17, 2016 in WPF tagged data / binding / direction / C# WPF by Mike
C# WPF Data Binding and TriggersThis post is a continuation of the previous post on data binding. From the previous post, when you […] April 17, 2016 in WPF tagged data binding / trigger / C# WPF by Mike
C# WPF Data BindingData binding is the association of two objects, such that one of the objects is always kept up-todate […] April 17, 2016 in WPF tagged data / binding / C# WPF by Mike
C# AttributesOccasionally, either because the framework you are using demands it or because you choose to, you will make […] April 17, 2016 in C# tagged attributes / debug / annotation by Mike