CSharp TruncateAtWhitespace Function
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…