When to develop using Powershell vs C#? -
i'm getting started in powershell , 1 of sysadmins told me powershell can as c# can systems management, if not more.
please forgive ignorance of question, when use powershell on c#?
when worked in windows build lab long time ago (1997) rule taught if code satisfies either of these 2 conditions write in interpreted script, otherwise write in compiled code:
- there's more overhead code (using/include lines, function declaration, etc)
- there's better 10% chance code change before gets run again
Comments
Post a Comment