The Main KPI TypesThe six main Key Performance Indicator (KPI) types according to Bernard Marr in this book Key Performance Indicators […] July 27, 2024 in Data Visualization tagged KPI / indicators / metric / key / performance / KPI by Mike
Key Performance Indicator (KPI)What is a KPI? A KPI is a relevant measure of performance. KPIs are a measure of how […] July 17, 2024 in Data Visualization tagged objective / key / performance / KPI / measure / indicator / dashboard / goal / KPI by Mike
Multiple Genres in Genres ColumnThis post discusses the code for a movie database that has a table with a list of genres […] November 10, 2021 in SQL Server tagged key / parse / foreign / movie / genre / genres / parsing / SQL Server Parsing by Mike
WPF Check if Key is PressedWe have a small demo program in Windows Presentation Foundation (WPF) that shows how you might check if […] December 3, 2020 in WPF tagged key / down / preview / keyboard / press / detect / ctrl / alt / up by Mike
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 double / resource / key / string / xaml / static / constant by Mike
WPF TextBox Only Accepts NumbersYou have a TextBox in your WPF program that needs to only accept numbers. How do you do […] May 16, 2020 in WPF tagged valid / digits / validating / validation / key / numbers / regex / Textbox by Mike
WPF LabelThe WPF Label control is a content control that doesn’t have the notion of being clicked (like a […] April 17, 2020 in WPF tagged access / label / Textbox / focus / display / text / key 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
Public Key CryptographyPublic key cryptography (PKC) is an encryption technique that uses a paired public and private key (or asymmetric […] August 6, 2017 in Internet tagged key / cryptography / privacy / security by Mike
SQL Server Constraints IntroductionSQL Server has several types of constraints. But what is a constraint? Why do you need them? Which […] May 23, 2017 in SQL Server tagged validation / constraints / unique / null / key / transaction / primary / surrogate by Mike
C# Generics Dictionary<K, V>This example is modified from the book Beginning C# 6 Programming with Visual Studio 2015 published by Wrox […] April 4, 2016 in C# tagged syntax / key / value / object / generics / dictionary / initialization / pair by Mike