A collection of examples from my YouTube channel. Want to pick my brain? Suggest a new video! Did I mess something up? I'm totally open to PRs.
Please file issues if you have any videos you'd like to see featured! What do you want to learn? What do you think I should mess with? See something you like already listed in the issues? Please give it an upvote so I know what I should focus on.
I'm open to pull requests. If I messed up the code during the video or messed up pushing it to GitHub, feel free to submit a PR.
- Creating Code-First gRPC Services with protobuf-net - Example Code
- Diagnose Memory Leaks in .NET Applications with WinDbg - Example Code
- Run PowerShell in .NET - Example Code
- Advanced PowerShell - Runspaces - Example Code
- Building Binary PowerShell Cmdlets - Example Code
- Building Desktop Applications with PowerShell Universal - Example Code
- Calling REST APIs with Invoke-RestMethod in PowerShell - Example Code
- Create PowerShell Cmdlets for Command Line Tools with Crescendo - Example Code
- Creating PowerShell Notebooks with .NET Interactive Notebooks in Visual Studio Code - Example Code
- Creating Resilient PowerShell scripts with PSPolly - Example Code
- Find Open Files in PowerShell - Example Code
- Getting Started with oh-my-posh in PowerShell and Windows Terminal - Example Code
- How to Publish a PowerShell Module to the PowerShell Gallery - Example Code
- P\Invoke in PowerShell - Example Code
- PowerShell Advanced Functions - Example Code
- PowerShell Command Line Debugging - Example Code
- PowerShell Performance: .NET Collections - Example Code
- PowerShell Performance: Strings and StringBuilder - Example Code
- Run PowerShell When a Process is Started - Example Code
- Using Application Insights to Log PowerShell Scripts - Example Code
- Using PowerShell in GitHub Actions - Example Code
- What I Needed To Know About Pester 5 - Example Code