Browse by Tags

Introducing PowerShell Pages - Script Style HTML Rendering
05 July 08 11:59 PM | mrdecav | 2 comment(s)
Early in the web development world, scripting languages such as ASP or PHP were used to compose pages. Although this proved great for relatively static pages, the dynamic web, filled with rich applications called for a more powerful framework. Thus, frameworks...
Invoking PowerShell Scripts from An Application
02 May 08 02:01 AM | mrdecav | with no comments
If you want to run your PowerShell scripts from a piece of code you're writing, and would prefer not to use Process.Start , you can easily use the PowerShell runtime classes to run those scripts for you, completely in-process. The code snippit below...
More Posts