WPF VersionsSnesh Prajapati over at the Code Project website wrote an article about the versions of WPF called WPF: […] September 30, 2018 in WPF tagged WPF / version / versions by Mike
C# WPF Hello World IntroductionWith Visual Studio 2017 you can create a Windows program by selecting File, New Project and selecting a […] September 27, 2018 in WPF tagged WPF / introduction / hello / world / WPF Hello World by Mike
C# Upcasting and DowncastingThe post C# Introduction lists all of the C# series of posts we have at this site. What […] August 4, 2018 in C# tagged upcasat / upcasting / downcast / downcasating / as / WPF / cast / C# Inheritance by Mike
C# WPF XAML ListBoxThe book Illustrated WPF discusses list box controls. A ListBox is a collection of items displayed to the […] May 8, 2016 in WPF tagged list / WPF / box / boxes / listbox / WPF ListBox by Mike
WPF Assembly ResourcesAssembly resources are digital objects, such as images, that aren’t generated by the source code. Assembly resources can […] May 7, 2016 in WPF tagged resources / WPF / assembly / WPF Resources by Mike
WPF Resources Introduction Part 3This is a continuation of Resources Introduction Part 2, where we were discussing XAML Resources from the book […] May 7, 2016 in WPF tagged resources / WPF / WPF Resources by Mike
WPF Resources Introduction Part 2Code Behind Let’s illustrate how to use C# code behind to store and retrieve a SolidColorBrush in a […] May 6, 2016 in WPF tagged resources / WPF / WPF Resources by Mike
WPF Resources IntroductionWPF supports two types of resources: binary and logical. Binary resources include, for example, images or icons that […] May 2, 2016 in WPF tagged resource / resources / WPF / logical / xaml / binary / WPF Resources by Mike
C# XAML Introduction Part 4 Object Names Part 1Code Behind and Object Names This discussion is based on the book Illustrated WPF by Daniel S on […] May 1, 2016 in WPF tagged x:name / WPF / objects / object / names / C# XAML by Mike
C# XAML Introduction Part 3 Type ConvertersConsider the following C# code that creates a button. The XAML parser or compiler must look for a […] April 26, 2016 in WPF tagged type / converter / WPF / C# XAML by Mike
C# XAML SyntaxThe book WPF 4.5 Unleaashed says: XAML is a relatively simple and general-purpose declarative programming language suitable for […] April 25, 2016 in WPF tagged syntax / WPF / introduction / C# XAML by Mike
C# WPF Default Windows Program IntroductionWhen you develop Windows programs in Visual Studio 2015 and you choose a WPF program, you work with […] April 15, 2016 in WPF tagged WPF / introduction / default by Mike