C# XAML IntroductionThe post C# Introduction lists all of the C# series of posts we have at this site. This […] April 8, 2016 in WPF tagged WPF / introduction / xaml / 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# XAML LayoutsThere are several layout controls to choose from when designing your Windows application. For example, if you are […] April 9, 2016 in C# tagged layout / layouts / C# XAML by Mike
C# XAML Content and ControlsWPF is a UI (User Interface) framework that excels in displaying visual content. In previous frameworks, different UI […] April 10, 2016 in WPF tagged WPF / controls / content / 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 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 WPF / objects / object / names / x:name / C# XAML by Mike
C# XAML Combo BoxesThe book WPF 4.5 Unleashed by Adam Nathan discusses combo boxes on page 262-267. The ComboBox control enables […] May 10, 2016 in WPF tagged combo / box / boxes / C# XAML by Mike