FastSharp

About

FastSharp is a text editor which lets you compile and run C# code that would normally exist inside a method.  The way FastSharp works is pretty simple. It takes whatever you enter and wraps it in a Main method which is then wrapped in a class which then has a list of import statements appended above it (configurable through the settings dialog). It then compiles the code using the Microsoft.CSharp.CSharpCodeProvider class and executes it. Because FastSharp wraps the code inside of a method block you can only write code that would normally compile inside of a method. (No classes or methods).

FastSharp comes in two forms: a windows application and a desktop gadget.


Features

  1. Quickly compile and run C# code
  2. Lightweight application with a small file size and opens almost instantly
  3. A windows gadget that lets you execute code right from your desktop.


Download

FastSharp -

FastSharp is a text editor which lets you compile and run C# code that would normally exist inside a method.

FastSharp Source Code -

The source code for FastSharp

Screenshots

Desktop Gadget

FastShatp Gadget


Windows Application

fastsharp1

  1. No comments yet.
You must be logged in to post a comment.