PowerShellASP

簡單的說,就是讓你可以用類似 ASP 的方式來寫網頁,但使用的語言是 PowerShell。消息來源的文章裡有一個簡單的範例可以參考。
對了,這個產品免費。

引用自官方網站:
PowerShellASP is an ASP-like template language for Web Applications; templates contain a mixture of markup (HTML, XML or whatever you want to generate) and inline PowerShell code. At runtime, templates/pages are fully translated to PowerShell code and executed as a single unit inside a PowerShell pipeline, with the results sent to the client browser.
PowerShellASP runs off the ASP.NET platform, implemented as a custom IHttpHandler mapped to *.ps1x files. Because of this, you can mix PowerShellASP pages alongside any ASP.NET application. This provides a great way to leverage PowerShellASP inside your existing applications as needed or you can create complete applications from scratch based only on *.ps1x pages.


官方網站:PowerShellASP - Build dynamic web content with PowerShell

消息來源:PowerShell ASP - Too cool!

留言

這個網誌中的熱門文章

三本免費的電子書

NModbus