
C# Class Library Projects Part 2
In this post we provide the C# source code for a very simple example of a class library, […]
In this post we provide the C# source code for a very simple example of a class library, […]
A project that contains only classes (and other type definitions if necessary) but no entry point is called […]
One C# console program can call another C# console program. The calling program can pass in arguments to […]
How do you execute a SQL Server stored procedure from within a C# program? The Microsoft Developer Network […]
In XAML, there are several controls that derive from ButtonBase: Button, RepeatButton, ToggleButton, CheckBox and RadioButton. More ButtonBase-derived […]
The book WPF 4.5 Unleashed by Adam Nathan discusses combo boxes on page 262-267. The ComboBox control enables […]
You can use the as operator to perform certain types of conversions between compatible reference types or nullable […]
The book Illustrated WPF discusses list box controls. A ListBox is a collection of items displayed to the […]
Assembly resources are digital objects, such as images, that aren’t generated by the source code. Assembly resources can […]
This is a continuation of Resources Introduction Part 2, where we were discussing XAML Resources from the book […]
Code Behind Let’s illustrate how to use C# code behind to store and retrieve a SolidColorBrush in a […]
WPF supports two types of resources: binary and logical. Binary resources include, for example, images or icons that […]