homeAppSaved.com WINDOWSWINDOWS WEBWEB MACMAC IOSIOS ANDROIDANDROID LINUXLINUX

Snippet Compiler 3.0.2 for .NET 3.5

thumb of Snippet Compiler 3.0.2 for .NET 3.5
  • Publishers:
    Jeff Key
  • License: Free
  • Capacity: 1,3 MB
  • Saved: 63
  • Update:
  • System: mọi Windows

Snippet Compiler 3.0.2 for .NET 3.5

Snippet Compiler is a tool for writing, compiling and running code, especially useful for small code (when you do not want to create the whole VS.NET project with the accompanying files).

For example, the following code calls to run another application (Notepad) from .NET. You can execute (run) this code right in the Snippet Compiler (just press the Play button).

using System;

using System.Collections;

public class MyClass {

public static void Main () {

System.Diagnostics.Process proc = new System.Diagnostics.Process ();

proc.StartInfo.FileName = 'notepad.exe';

proc.Start ();

proc.WaitForExit ();

}

}

Picture 1 of Snippet Compiler 3.0.2 for .NET 3.5

Pactimza

Snippet Compiler 3.0.2 for .NET 2.0 https://www.sliver.com/Downloads/SnippetCompiler2DotNet2.zip

Snippet Compiler 3.0.2 for .NET 1.1 https://www.sliver.com/Downloads/SnippetCompiler2.zip