Who said you can’t program .net core apps on macOS? See below how to do it!
Tag: C#
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#.