WPF String Static Resources
When you are working in XAML you may find that you’d like to have a way to declare […]
When you are working in XAML you may find that you’d like to have a way to declare […]
This post is based on an example over at C# Corner in an article called DataBinding in WPF. […]
Are you working on a project that uses custom colors, perhaps corporate colors? Have you been given the […]
This follows from the last post. In a program, you may have the need for multiple converters. In […]
In your WPF project, would you benefit by creating variables? Perhaps in your XAML code, you need to […]
A local constant is much like a local variable, except that once it is initialized, its value can’t […]
We are going to move our example along to the next stage after the previous post. Here we […]
Wikipedia has an article on programming paradigms. Wikipedia says: “Programming paradigms are a way to classify programming languages […]