C# – Quality Mono/ASP.NET Dev environment on Windows

asp.netcmono

What is the best setup for developing ASP.NET/C# apps on Windows with the Mono runtime rather than VS and the MS runtime?

Ideally, I'd like to have the full mojo – autocomplete, debugger, Unit Tests and Apache/mod_mono or some other web server equivalent…

Best Answer

Check out SharpDevelop. This is the closest you can get to your requirements.

Related Topic