/professionalsnippets

Collection of helpful code used in various projects

Primary LanguagePowerShell

Professional Snippets

Dump of helpers and useful materials I've accumulated over various projects

C#

  • blazor-run.bat
    • NPM start style runner for verbose dotnet cli configs shortened to just one script and with aliased parameters
  • asp-runner.bat/.csx
    • same as 'blazor run' but for ASP.NetCore WebAPIs
    • .csx is old version using c# scriping to spawn a new process