Bar Charts in TableauThe bar chart is perhaps the most used and most popular chart. It is very popular in data […] April 21, 2024 in Data Visualization tagged parameter / reference / chart / bar / constant / line / Tableau / Bar Charts Tableau by Mike
Excel OFFSET functionThe OFFSET function lets you create a reference to a range of cells that is a certain number […] February 9, 2023 in Excel tagged excel / offset / reference / move / point by Mike
IMDB Repeating Genre ValuesIn working with the IMDB database tables, you find that each moving picture can have one or more […] November 24, 2022 in IMDB tagged duplicate / power / unpivot / query / reference / IMDB Data Files by Mike
Excel Totals in TablesWhen you are working with a table in Excel you can have the aggregations calculate automatically. How can […] October 27, 2022 in Excel tagged table / count / total / sum / reference / average / Excel Tables by Mike
C# Boxing and UnboxingThe post C# Introduction lists all of the C# series of posts we have at this site. Before […] August 5, 2018 in C# tagged convert / heap / reference / boxing / unboxing / converting / stack / C# Inheritance by Mike
C# MethodsA C# method is a term used to describe functions exposed by objects. A method is a function […] May 18, 2018 in C# tagged exception / offensive / signature / defensive / out / overloading / overload / params / reference / objects / parse / methods / tryparse / null / ref / C# Classes by Mike
OSI Reference ModelWikipedia says: “The Open Systems Interconnection model (OSI model) is a conceptual model that characterizes and standardizes the […] August 5, 2017 in Networking tagged network / model / reference / networking / OSI by Mike
C# Generics Nullable TypesA nullable type can represent the correct range of values for its underlying value type, plus an additional […] April 4, 2016 in C# tagged type / value / heap / reference / nullable / generic / ? / pointer / HasValue by Mike