I'd like to tell about my thoughts (which may be interesting to others), about places where I've been.
bool webMode = (System.Web.HttpContext.Current != null); if (webMode) { // code for web application } else { // code for all other types of apps }