Quantcast
Channel: Hello World – Laurent Schneider
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Create helloworld.exe file in powershell

PS> Add-Type -outputtype consoleapplication -outputassembly helloworld.exe 'public class helloworld{public static void Main(){System.Console.WriteLine("hello world");}}' PS> .\helloworld.exe...

View Article



[Hello World] run c# from powershell

How to run csharp code from command line with powershell. One line PS> add-type 'public class c{public const string s="hello world";}';[c]::s hello world You can also execute visual basic directly...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images