Thursday, June 23, 2011

FastSharp: Compile dan Run VB, C# And F# Code Tanpa Install Visual Studio

FastSharp is a text editor which lets you quickly compile and run C#, F# and Visual Basic code without opening up Visual Studio. 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