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:

  1. there's more overhead code (using/include lines, function declaration, etc)
  2. there's better 10% chance code change before gets run again

Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -