|
|
|
|
|
by maxxxxx
3205 days ago
|
|
I have tried PowerShell a few time and every time I hated it. I know people who like it though. I am doing a lot scripting now with CSScript. It's much nicer than PowerShell. The main advantage of PowerShell is interop with .NET so why not use C#? |
|
Because you need to compile your C# source first. With PowerShell you just write and run. Also in a PowerShell shell you can fart about and test stuff without actually having to write a fully working script in a file, i.e. it's got its own REPL.