I hereby claim:
- I am afmorris on github.
- I am afmorris (https://keybase.io/afmorris) on keybase.
- I have a public key ASASJ6eARBZkGlwL8a6-nFS3-D_8YGABUoR5whkB05Zlhgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
using System.Linq; | |
using ServiceStack; | |
using ServiceStack.Text; | |
using System; | |
JsConfig.IncludeNullValues = false; | |
JsConfig.ExcludeDefaultValues = false; | |
JsConfig<Guid>.SerializeFn = guid => guid.ToString(); | |
JsConfig<Guid>.IncludeDefaultValue = true; | |
var tt = new { Name="Fred", Value=Guid.Empty, Value2=Guid.NewGuid() }; |
using System.Linq; | |
using ServiceStack; | |
using ServiceStack.Text; | |
using System; | |
JsConfig.IncludeNullValues = false; | |
JsConfig.ExcludeDefaultValues = false; | |
JsConfig<Guid>.SerializeFn = guid => guid.ToString(); | |
var tt = new { Name="Fred", Value=Guid.Empty, Value2=Guid.NewGuid() }; | |
var test = tt.ToJson(); |
"C:\Program Files\WinHTTrack\httrack.exe" "http://localhost:59141" -O "C:\My Web Sites\LodiCornFest5k" --update | |
aws s3 sync "C:\My Web Sites\LodiCornFest5k\localhost_59141" s3://lodicornfest5k.com --acl="public-read" |
[Your name] | |
[Your full address] | |
[Today's date] | |
[Your manager] | |
[Your employer] | |
[Your employer's address] |
// This file is located in /src/js/app.ts | |
import { JsonServiceClient } from "@servicestack/client"; |
namespace LoggingTest | |
{ | |
using Serilog; | |
using Serilog.Core; | |
using Serilog.Events; | |
using SerilogWeb.Classic.Enrichers; | |
using ServiceStack.Configuration; | |
public class Global : HttpApplication | |
{ |
namespace ServiceStack.Console | |
{ | |
public static class ConfigKeys | |
{ | |
public static readonly string ApiKey = nameof(ApiKey); | |
public static readonly string ApplicationName = nameof(ApplicationName); | |
public static readonly string ApplicationVersion = nameof(ApplicationVersion); | |
public static readonly string Environment = nameof(Environment); | |
} | |
} |
namespace ServiceStack.Console | |
{ | |
static class Program | |
{ | |
public static readonly Container Container = new Container(); | |
static void Main(string[] args) | |
{ | |
DependencyConfig.Setup(); | |
new LogConfig(Container.Resolve<IAppSettings>()).Setup(); |
Set-ExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtension -EnableShowFullPathInTitleBar -DisableOpenFileExplorerToQuickAccess -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess | |
Disable-UAC | |
choco install sublimetext3 | |
choco install sublimetext3.packagecontrol | |
choco install fiddler4 | |
choco install visualstudio2015enterprise | |
choco install googlechrome | |
choco install 7zip.install | |
choco install github |