Great tutorial to start 3D Game Development in Unity

As I’ve been interested in game development for a while but never really acted on it I finally took the first step to look around after a good tutorial to get started with, and what engine to use and what not. What I ended up doing was checking out Unity. It is a good engine …

Connect to an Active Directory and retrieve Users and their information

This post will explain how you would connect to an local Active Directory (AD), and also how to retrieve the AD information about each user such as the user SID, and how we can update each user in a SQL table with this information. I have a class that looks like this containing some properties. …