Introduction Welcome to the CSCode xp web site, where you will find many tips and tricks to find the easiest way to code.
Category: .NET
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.