Skip to content

Instantly share code, notes, and snippets.

View cphillips83's full-sized avatar

Chris Phillips cphillips83

View GitHub Profile
@cphillips83
cphillips83 / Program.cs
Created March 17, 2017 21:58
Kestrel not shutting down gracefully
using System;
using System.IO;
using System.Threading;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Mvc;
namespace demo
{
[Route("api/[controller]")]
@cphillips83
cphillips83 / Nav
Last active December 23, 2016 17:00
{ "class": "go.TreeModel",
"nodeDataArray": [
{"key":0, "text":"NAV", "loc":"775 138"},
{"key":1, "text":"Dashboard", "parent":0, "loc":"721.0000000000001 272", "dir":"left", "font":"bold 13px sans-serif"},
{"key":3, "text":"Email", "parent":2, "loc":"662.9999999999998 419.00000000000006", "dir":"left"},
{"key":4, "text":"SMS", "parent":2, "loc":"662.9999999999997 445.00000000000006", "dir":"left"},
{"key":5, "text":"Social", "parent":2, "loc":"662.9999999999997 471.00000000000006", "dir":"left"},
{"key":2, "text":"Communicate", "parent":0, "brush":"#7284bf", "loc":"768.9999999999997 445.00000000000006", "dir":"left", "font":"bold 13px sans-serif"},
{"key":7, "text":"Overview", "parent":6, "loc":"474.99999999999955 -54.00000000000002", "dir":"left"},
{"key":8, "text":"Contacts", "parent":6, "loc":"474.9999999999999 -28", "dir":"left"},
<plugin file="MindMatrix.Plugins.Providers.Default.dll">
<instance class ="MindMatrix.Plugins.Providers.Default.Database.MSSQL2000.Provider">
<user>cEFr6rE6AJaQ5yab</user>
<password>desugenuxaS8uqag</password>
<location>10.100.222.31\MMSQL2014_02</location>
<persist_security>true</persist_security>
<catalog>marketopia.amp.vg</catalog>
<connection_life>15</connection_life>
<max_pool>200</max_pool>
</instance>