What can I do with C# and Powershell?

前端 未结 5 1294
故里飘歌
故里飘歌 2020-12-07 13:14

I have a decent understanding of C# and a very basic understanding of powershell. I\'m using Windows PowerShell CTP 3, which has been really fun. But I want to go beyond wri

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-07 13:52

    Answer is 'It depends'. You can do a variety of stuff with c# (build windows, web clients, and mobile clients).

    You can invoke powershell scripts from C#. Look at this site ==> link

    You can even convert your c# code to powershell ==> link

提交回复
热议问题