PowerShell – Quick “Todo” Gmail Emailer
I put the following function in my PowerShell profile so that I can just bring up my PowerShell console and…
I put the following function in my PowerShell profile so that I can just bring up my PowerShell console and…
Here’s a TruncateAtWhitespace function that takes an incoming parameter value and an incoming max length, and returns a substring broken…
Here’s a TruncateAtWhitespace function that takes an incoming parameter value and an incoming max length, and returns a substring broken…
I needed to dynamically configure log4net – outside of the web.config file. Here is my solution: 1. All that configuration…