What should I learn after finishing PowerShell in a Month of Lunches?

0
0
Asked By TechWanderer42 On

I'm nearing the end of "PowerShell in a Month of Lunches" and have found it really useful. I'm wondering where to head next. I know PowerShell is based on .NET, and it seems to touch on C programming as well. There's also a follow-up book called "PowerShell Tooling in a Month of Lunches." Should I learn C first, or jump into the tooling book? I'd love to hear any suggestions on what to explore next!

1 Answer

Answered By CodeCruiser77 On

Honestly, I’d suggest looking into C# or Python after PowerShell. PowerShell is built on .NET, so C# would be an easy transition, especially for making more complex scripts. Python is also a great choice because it's super versatile and widely used in many areas, like web development and data science.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.