Twin Cities Code Camp

Brad Candell

Powershell for .Net Developers

by Brad Candell

Mon, Apr 01, 2013
Room:
Time: 0:00

Powershell is a robust scripting and automation tool created to perform administrative tasks within Windows. While it initially focused heavily on system administration, Powershell has become more integrated within our development world (Nuget, Azure, etc). What is better? The fact that it is built entirely on the .Net Framework and all its glory!

This session will provide a brief introduction to Powershell and its concepts and explore the following:

  • Ways that a .Net developer can utilize Powershell
  • Syntax differences between Powershell and .Net
  • Developing custom Powershell Commands (Cmdlets) in C#
  • Integrating Powershell into your C# applications

About the Author