Open DataWhat is open data? In data analytics, open data is part of data ethics, which has to do […] January 23, 2023 in Data Science tagged datasets / big / data / free / open / Big Data by Mike
Import a Text File into ExcelHow do you import a text file of data into Microsoft Excel? Let’s discuss two different ways of […] October 16, 2022 in Excel tagged file / text / import / open / wizard by Mike
SOLID PrinciplesAmerican software engineer and instructor Robert C. Martin promotes the SOLID principles in his books and talks. What […] December 23, 2020 in Programming tagged liskov / inversion / interface / principles / dependency / open / closed / Martin / solid by Mike
WPF Read a SQL Server Table into a DataGridThis post is about how to connect to a local SQL Server database and read a table from […] May 1, 2020 in WPF tagged database / connection / server / itemssource / sql / T-SQL / table / read / grid / datagrid / open / data / table read by Mike
WPF Consuming FileInputBoxConsuming our file input box user control is not difficult. This post illustrates how you might consume the […] April 16, 2020 in WPF tagged file / user / control / box / open / input / consuming / browse by Mike
WPF Image ControlThe Image control allows you to display pictures inside your applications. The Source property, which points to specify […] April 13, 2020 in WPF tagged openfiledialog / file / image / picture / control / graphic / dialog / open / pic by Mike
C# Interfaces ExtensibilityLet’s use an example to illustrate how interfaces can be used in our own code. We have a […] August 4, 2018 in C# tagged principle / interfaces / oop / extensibility / OCP / dependency / injection / open / closed / C# Interfaces by Mike