C# Programming
I've dabbled in C# since this programming language was first introduced. Here I provide links to useful tips and snippets, source code, and related thoughts. And let me assure you, these source code files represent a lot of time and learning on my part.
My C# Projects (you're welcome to use/modify the source code of any of these projects, even for commercial purposes) ↓
Found Money: A GUI for tracking piggy-bank deposits over time 
  →  | on box.com | on GDrive
Sudoku: My take on the Sudoku number grid game 
  → on box.com | on GDrive
Proofy: My proofreading jobs / words-proofed tracker 
  →  | on box.com | on GDrive
KyrCrypt: My files and folders encrypter 
  →  | on box.com | on GDrive
<
p class="tab40">KyrHangman: a game I wrote for a donationcoder NANY →  | on box.com | on GDrive
  
SLOC: My counter of source code lines 
  → | on box.com | on GDrive
  How Long Since?: Calculates elapsed time between any two dates 
  →  | on box.com | on GDrive
  KyrPrayerMinder: Prayer journal or use as diary; searchable 
  →  | on box.com | on GDrive
Basic BlackJack; decent implementation of a card Deck class 
  →  | 
on box.com | 
on GDrive
Example of Square Proximity Algorithm: demonstrates detection of square proximity/overlap 
  →  | on box.com | on GDrive