Tag: projects


  • I like that in powershell I can use Add-Type to mix in c# code but it ends up being a bit awkward to use c# on the fly – I have to write a big string containing the c# code I want to run, and there’s no autocompletion support for that. what i’d really like…