WPF String Static ResourcesWhen you are working in XAML you may find that you’d like to have a way to declare […] May 24, 2020 in WPF tagged static / constant / double / resource / key / string / xaml by Mike
WPF DataContext StaticResourceThis post is based on an example over at C# Corner in an article called DataBinding in WPF. […] April 23, 2020 in WPF tagged binding / static / hyperlink / context / datacontext / data / resource / WPF Data Binding by Mike
WPF Setting Custom Colors as XAML Static ResourcesAre you working on a project that uses custom colors, perhaps corporate colors? Have you been given the […] April 12, 2020 in WPF tagged variable / set / xaml / static / colors / colours / setting / custom / resource by Mike
WPF Value Conversion with Multiple IValueConvertersThis follows from the last post. In a program, you may have the need for multiple converters. In […] April 5, 2020 in WPF tagged window / converter / bindings / converters / multiple / static / elementname / staticresource / resource / resources by Mike
Variables in XAMLIn your WPF project, would you benefit by creating variables? Perhaps in your XAML code, you need to […] March 30, 2020 in WPF tagged resource / key / variable / static by Mike
C# ConstantsA local constant is much like a local variable, except that once it is initialized, its value can’t […] December 11, 2018 in C# tagged static / constant / constants / global / C# Classes Intermediate by Mike
C# Lists of Class Objects 2We are going to move our example along to the next stage after the previous post. Here we […] July 29, 2018 in C# tagged list / model / asp / binding / static / IEnumerable / C# Lists by Mike
Programming ParadigmsWikipedia has an article on programming paradigms. Wikipedia says: “Programming paradigms are a way to classify programming languages […] November 26, 2016 in Programming tagged programming / dynamic / object / static / oop / functional / imperative / declarative / paradigm by Mike