home.social

Search

1000 results for “bc3tech”

  1. Required PowerShell alias for your profile file:

    Set-Alias which Get-Command

    #devProductivity

  2. Look. I get it. You don't want to make an `enum` for your constrained string values collection so you make it a `struct` instead.

    But for the love of got, then, make it implicitly convertible to a string. (or, did you know there's an `EnumMember` attribute? even better!)

    I'm looking at you #AzureSDK folks.

    #azure #azureAI