Recent Posts

Visual Studio project, CopyLocal: true

less than 1 minute read

Today, I had an automated build failure on the test server. I spent half a day to fix the issue and discovered that someone changed the CopyLocal property of...

Regular expression tips

less than 1 minute read

There are several regular expression I use more often than I thought. This will be a comprehensive list of those expressions. Get file extension Useful if yo...