Skip to content

Instantly share code, notes, and snippets.

Avatar

Jeff Papp jeffpapp

View GitHub Profile
@NickCraver
NickCraver / Microsoft.PowerShell_profile.ps1
Last active April 15, 2023 20:06
Craver's oh-my-posh profile
View Microsoft.PowerShell_profile.ps1
# This goes in your Microsoft.PowerShell_profile.ps1 (can find the path via $PROFILE in your prompt)
Import-Module -Name posh-git,oh-my-posh,Terminal-Icons
Set-PoshPrompt -Theme craver
@jongalloway
jongalloway / aspnetcore-one-hour-makeover.md
Last active April 30, 2022 08:24
ASP.NET Core One Hour Makeover
View aspnetcore-one-hour-makeover.md
@NickCraver
NickCraver / DmpAnalysis.linq
Last active January 23, 2023 15:01
DMP Analysis in LinqPad
View DmpAnalysis.linq
<Query Kind="Program">
<NuGetReference Prerelease="true">Microsoft.Diagnostics.Runtime</NuGetReference>
<Namespace>Microsoft.Diagnostics.Runtime</Namespace>
<Namespace>System</Namespace>
<Namespace>System.IO</Namespace>
<Namespace>System.Linq</Namespace>
<Namespace>System.Text</Namespace>
<Namespace>Microsoft.Diagnostics.Runtime.Utilities</Namespace>
</Query>