IS there any open source Web based IDE for .net [duplicate]
Possible Duplicate:
Online .NET IDE?
any free open source Web based IDE开发者_JAVA技巧 available for .net. if anyone knows about it then please share the info with me.
Visual Studio Express is free but it's limited and not open source. It works fine for most practical purposes and it does come bundled with the Microsoft compiler so it's an easy to use end-to-end solution.
Notepad++ has support for C# and it's handy to use for text editing purposes. For more fledged environments, SharpDevelop is another IDE that comes to mind. Neither of these IDEs has a built-in compiler, so as with any IDE you still need a compiler.
See the related question for a more comprehensive list of IDEs: .Net RAD IDE - Opensource Preferred or http://www.csharptools.com/ for related tools.
精彩评论