Ok, so I was perusing the mono site and noticed there are Novell tools I can purchase for Visual Studio that will let me choose to compile in Mono? My confusion is, if I am using a tool set such as MVC 2 and other Frameworks, and I use those tools to compile to mono, how exactly does that play into things? I mean don’t those tool sets need to be recompiled using Mono?
Share
Mono can run standard .Net assemblies right out of the box; you don’t need to recompile anything for Mono.
Novell’s toolset allows Visual Studio to use the Mono runtime when debugging, and includes other features like remote debugging and migration assistance, but it’s not required for Mono development.