https://github.com/joymon/powershell-as-dsl-in-dotnet-demo
Demo on using PowerShell as DSL language in .Net applications
https://github.com/joymon/powershell-as-dsl-in-dotnet-demo
domain-specific-language dotnet-framework dsl powershell
Last synced: about 2 months ago
JSON representation
Demo on using PowerShell as DSL language in .Net applications
- Host: GitHub
- URL: https://github.com/joymon/powershell-as-dsl-in-dotnet-demo
- Owner: joymon
- Created: 2016-03-05T19:17:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-05T19:24:11.000Z (over 10 years ago)
- Last Synced: 2025-03-26T02:14:21.221Z (about 1 year ago)
- Topics: domain-specific-language, dotnet-framework, dsl, powershell
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell as DSL in .Net Applications - Demo
Demo on using PowerShell as DSL language in .Net applications
##Links
[What is Domain Specific Language (DSL) in software development](http://joymonscode.blogspot.in/2013/01/what-is-domain-specific-language-dsl-in.html)
[Running PowerShell scripts from .Net](http://joymonscode.blogspot.in/2012/12/running-powershell-script-from-c-vbnet.html)
[DSL Demo : First C# application which uses PowerShell as DSL](http://joymonscode.blogspot.com/2013/01/dsl-demo-first-c-application-which-uses.html)