C# for Beginners [Part 1]

Ok so yesterday I received a request to do a C# tutorial covering the basics of the C# language. This will be a short multi-part tutorial on the basics of C#. In Part 1 we’re going to cover some basic structure and syntax.  I do not intend to get too... [Read More]

C# 7.1 Update

Last month Microsoft released Visual Studio 2017.3 and with it C#’s latest minor upgrade C# 7.1!  C#’s latest update includes four new (very useful) features that I am honestly very excited about. [Read More]

OnionScanner – A TOR Link Checker

Well last night I got an idea.  I like to checkout the TOR Hidden Services from time to time but it’s a pain in the tail just trying to find a link that actually works.  So I cooked up the OnionScanner!  It’s basically just a TOR link checker.  But feel... [Read More]