Skip to content

Instantly share code, notes, and snippets.

View jongalloway's full-sized avatar

Jon Galloway jongalloway

View GitHub Profile
@jongalloway
jongalloway / dotnext-moscow-2019-dotnetcore-3.md
Last active April 15, 2020 08:33
Slides and notes from DotNext Moscow 2019 - What You Need To Know About .NET Core 3 and Beyond
@jongalloway
jongalloway / party.yml
Created October 23, 2019 22:15
ASP.NET Core 3.0 - AzDO example
pool:
name: Hosted Ubuntu 1604
steps:
- task: UseDotNet@2
displayName: 'Use .Net Core sdk 3.0.x'
inputs:
version: 3.0.x
- task: DotNetCoreCLI@2
dir -recurse -directory -force -filter .git | % { write-host $_ -ForegroundColor green; git -C "$($_.FullName)\.." gc }
@jongalloway
jongalloway / techorama-2019-dotnetcore3.md
Last active May 20, 2019 06:57
Techorama 2019 - .NET Core 3 App Workshop
@jongalloway
jongalloway / dotnetfoundation_member.svg
Created March 14, 2019 22:49
.NET Foundation Member Sticker designs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"message": {
"subject": "HTML Test",
"body": {
"contentType": "html",
"content": "<!DOCTYPE html>
<html>
<head>
<body>
<h1>HTML Test</h1>
Set-Alias less "C:\Program Files\Git\usr\bin\less.exe"
function f($text, $files="*.*")
{
findstr /spin $text $files | less
}
@jongalloway
jongalloway / _Layout.cshtml
Created October 24, 2018 09:03
ConferencePlanner with identity
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - FrontEnd</title>
<environment include="Development">
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="~/css/site.css" />
@jongalloway
jongalloway / aspnetcore-one-hour-makeover.md
Last active April 30, 2022 08:24
ASP.NET Core One Hour Makeover