lazywinadmin / ScriptingGames2014Winter

PowerShell Scripting Games 2014 (Winter)
8 stars 3 forks source link

What do you think about using .NET code inside powershell script ? Should we avoid it during the scripting games ? #6

Open lazywinadmin opened 10 years ago

guidooliveira commented 10 years ago

I think we should, because it would loose the concept of powershell cmdlets, unless we have to for a specific function.

From: Francois-Xavier Cat [mailto:notifications@github.com] Sent: sexta-feira, 3 de janeiro de 2014 16:38 To: lazywinadmin/WinterScriptingGames2014 Subject: [WinterScriptingGames2014] What do you think about using NET code inside powershell script ? Should we avoid it during the scripting games ? (#6)

— Reply to this email directly or view it on GitHub https://github.com/lazywinadmin/WinterScriptingGames2014/issues/6 . https://github.com/notifications/beacon/4235668__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcwNDMwNzA3MywiZGF0YSI6eyJpZCI6MjI4ODcwMjd9fQ==--98349b7a7775408b9748f38263ed3d368f7ffadf.gif

lazywinadmin commented 10 years ago

Is it considered as a Best Practice to avoid .NET methods ?

guidooliveira commented 10 years ago

I think not, but at least don Jones told me, do your best not to use it and use powershell native cmdlets instead

Sent from my Windows Phone


From: Francois-Xavier Catmailto:notifications@github.com Sent: ‎03/‎01/‎2014 18:52 To: lazywinadmin/WinterScriptingGames2014mailto:WinterScriptingGames2014@noreply.github.com Cc: guidooliveiramailto:guido.oliveira@live.com Subject: Re: [WinterScriptingGames2014] What do you think about using .NET code inside powershell script ? Should we avoid it during the scripting games ? (#6)

Is it considered as a Best Practice to avoid .NET methods ?


Reply to this email directly or view it on GitHub: https://github.com/lazywinadmin/WinterScriptingGames2014/issues/6#issuecomment-31552718

lazywinadmin commented 10 years ago

Alright, nice to know :+1: