• Craig-315134 (9/26/2013)


    Steve Jones wrote:

    ... I am starting to think that Powershell might be the best investment in my future skills.

    Steve, do you think Powershell would also be a good skill for application developers to learn, please?

    Thanks.

    I do, only because as you look to make changes to your environment or deploy changes, scripting ensures consistency and can be packaged up with your project as something else to run in an MSBuild-type script.

    Note that I think PoSh is trivial to learn for developers. It's essentially procedural programming with object handles. Piece of cake if you are used to VS development.