Compilify is an online compiler that appears as a Service. Its founder is Justin rusbatch, which runs on Roslyn CTP [1. Since recently, it has received a lot of attention from the. NET community. We contacted Justin and asked him a few questions. --- Reference: compilify -- let you compile. Net code in the browser
After trying a few small programs, I found that compilify is a really cool application. I decided to download it to my local configuration and try it out. This program is developed using vs2011 Asp.net MVC 4.0. It is too advanced for foreigners, but my vs2010 can only modify project files.
First, open the solution file compilify. sln, replace
Microsoft Visual Studio solution file, format version 12.00
# Visual Studio 11
Microsoft Visual Studio solution file, format version 11.00
# Visual maxcompute 2010
Open the project file web. csproj in the web folder and replace
<Projecttypeguids> {E3E379DF-F4C6-4180-9B81-6769533ABE47}; {349c5851-65df-111089384-00065b846f21}; {fae04ec0-301f-11d3-bf4b-00c04f79efbc} </projecttypeguids>
<Projecttypeguids> {E53F8FEA-EAE0-44A6-8774-FFD645390401}; {349c5851-65df-111089384-00065b846f21}; {fae04ec0-301f-11d3-bf4b-00c04f79efbc} </projecttypeguids>
Finally, re-open the solution, upgrade nuget to the latest version, set the web and worker as the startup project, and compile it.
The compilify operation requires MongoDB and redis support. After MongoDB and reids are started locally, start the project. The running interface is as follows: