CDC
Powershell CodeDom Complier
Install / Use
/learn @CytrixCode/CDCREADME
[ Run These Cmd in PowerShell to give it a Test]
[ Run App as MEM ]
<code>iwr https://raw.githubusercontent.com/CytrixCode/CDC/main/CDC.PS1 | iex</code>
[ Run App as EXE ]
<code>iwr https://raw.githubusercontent.com/CytrixCode/CDC/main/CDCEXE.PS1 | iex </code>
[ Run App as DLL ]
<code>iwr https://raw.githubusercontent.com/CytrixCode/CDC/main/CDCDLL.PS1 | iex </code>
[ Facts and Idea]
Create Better Window Without using Powershell Scripts!
It Can Save The Compile Output to EXE, DLL, or MEMORY!
It Can Add Icon for Exe, and Window Icon at Onces!
It Can Do More Than Powershell Script
It save time and much easyier to code in CS than PS Script
I Just Add CodeDom compiler in PS Script, to compile CSharp From Url..
It aslo can do other Languages Beside CSharp like VisualBasic and Javacript
Can also adjust different version of language!
