Simple installation steps to get pi-hole up and running! Pi-holeĀ® Network-wide Ad Blocking
JSON Viewer
This article will explain how I use a simple JSON data viewer using the JavaScriptSerializer class and the System.Web.Extensions assembly.
C# Console Application
Learn how to build a simple C# console application. I go through the code line by line for an easy way to learn some of the great features C# has to offer!
How to build a .Net core app on macOS
Who said you can’t program .net core apps on macOS? See below how to do it!
Simple Background Worker Using C#
Below is a simple example of a Background Worker in a timer application. Source code is at the bottom of the page.
Easiest Way to Run SQL Query in C#
Easy and straight forward way to run an MS SQL query in a C# application.
Create a Simple Hello World! App in C#
Below is sample code which can be used to run a simple “Hello World!” console application in C#.