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
C# WPF Dynamic Binding to External ObjectsYou are writing C# code in Visual Studio and you are designing an Options window for your application […] April 14, 2016 in WPF tagged dynamic / object / binding / external / C# WPF by Mike
C# WPF First Window IntroductionWhat would be the first thing you want to do when you are beginning to code a Windows […] April 10, 2016 in WPF tagged start / new / introduction / first / C# WPF by Mike
C# WPF EventsEvents can be generated by WPF controls. They can also be generated by other things such as the […] April 10, 2016 in WPF tagged events / C# WPF by Mike
C# EventsEvents in C# are similar to exceptions in that they are raised (thrown) by objects and you can […] April 10, 2016 in C# tagged events 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 content / WPF / controls / 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# WPF without XAML – Window ClassThis post discusses creating a Windows program using WPF without using XAML. Instead, you can use C# code […] April 9, 2016 in WPF tagged WPF / window class / colour / C# WPF by Mike
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 xaml / WPF / introduction / C# XAML by Mike
C# WPF First ProgramJust to get started, the screen shot of our first program is shown here. It is our version […] April 6, 2016 in WPF tagged first / introduction / hello / world / hello world / C# WPF by Mike
C# WPF IntroductionWPF stands for Windows Presentation Foundation. WPF is a graphical subsystem by Microsoft for rendering user interfaces in […] April 6, 2016 in WPF tagged WPF / Windows / presentation / introduction / foundation / C# WPF by Mike
C# Classes Polymorphism 3Here is an example of polymorphism using our familiar Animal and Cow classes. April 5, 2016 in C# tagged polymorphism / C# Polymorphism by Mike