Possible Duplicate:
How can i build a visual studio solution using xbuild (from Mono)?
How to compile a visual studio project/solution with Mono ?
If this is possible, Will the output run without installing .NET Framework ?
Possible Duplicate:
How can i build a visual studio solution using xbuild (from Mono)?
How to compile a visual studio project/solution with Mono ?
If this is possible, Will the output run without installing .NET Framework ?
Yes, it is possible. Mono has xbuild, an implementation of msbuild which is used by Visual Studio to build VB.NET and C# projects (but not VC++). As is typical for Mono, this is a work in progress, be sure to check the todo items to see how suitable it is for your projects.
Yes, definitely check out MonoDevelop. They actually answer this question in their FAQ.