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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -