Category: Development

Exploring C# 7.0: Out Variables

November 8, 2016 · 5 min read
New in C# 7.0 - out variables will save you some time!

Powershell: How to recursively delete files based of file extension?

July 15, 2016 · 5 min read
How do you recursiviely delete files based off file extension in PowerShell?

MongoDB: Setting TTL on Documents

October 13, 2014 · 5 min read
Learn how to automatically remove MongoDB documents after a specified time period using Time To Live (TTL) indexes.