views:

63

answers:

2

I used asp.net in a project in an old company. The vs was licensed etc. Right now, I am planning to use mono since my new company is using linux based stuff and I heard that mono uses the .net framework etc. I just want to know if I need to purchase anything or is it ok to create a webapp using mono?

+2  A: 

You can create a webapp using mono wihtout buying anything, of course. You only buy from Microsoft the license of Visual Studio, not the .Net compiler nor the Framework.

SoMoS
more of it, if you find free ide (there some good ones) you don't have to pay anything for creating asp.net under MS .net Framework
Andrey
Same applied to WinForm applications.
SoMoS
thanks guys.. Will be doing a mono web app soon then.cheers
Hanseh
Mono also has a certain license (GPL, MIT, LGPL and MSPL for different components) and your company should be aware of the legal consequences (which aren't that dangerous, btw).
Tadeusz A. Kadłubowski
It's not that simple. A lot of .Net is patented by Microsoft. So unless you have a clear statement from Microsoft (as far as I know, Mono developers never got one), that they won't sue you, they can.
Let_Me_Be
A: 

@SoMoS has the right answer. If you want more detail, and a better explanation of the patent situation, check out the Mono Licensing page.

starkos
thanks for the info. I've read it and has a bit of understanding about it.
Hanseh