Tagged Questions
0
votes
1answer
97 views
Mono patent safety [duplicate]
Could you please share you thoughts about Mono patent safety? Is it risky to use Mono in production for commercial projects? In case of WEB application, for example the following technology stack: ...
-1
votes
0answers
29 views
Benchmark different technologies
I was talking to a few friends about doing a project in Mono (an open source implementation of Microsoft's .NET). Someone said that if it were just for Windows, we should use .NET instead, for a ...
5
votes
2answers
223 views
Why isn't there a private deployment option for the .NET framework? [closed]
Here are reasons why one would want this:
1) We often don't use all the dlls but we force customers to install the entire .NET framework. It would be great to just deploy the dlls we need.
2) We ...
3
votes
1answer
1k views
Main differences between “Monodevelop” and “Visual Studio” [closed]
What are the main differences between Monodevelop and Visual Studio? I specifically want to know the differences while writing programs on C# language.
I want to know the difference because I am a ...
3
votes
6answers
270 views
What build tools do not depend on java (or Ruby)? [closed]
I'm wondering what generic build tools out there include their binary run-times and do not depend on another environment not shipped with them.
For example, ANT requires Java, Rake requires Ruby, ...
7
votes
2answers
4k views
Webkit as GUI in .Net/Mono
I want to make a cross platform application, which will also have a website where the desktop applications (Windows, iOS, Linux) will talk to the server and keep the users data in sync.
So far the ...
-1
votes
1answer
142 views
Industry consortium for wider C# adoption? [closed]
Are there any software consortium to promote C# as a language? I'm aware of Mono and see it as a sincere, valiant attempt. However, its unlikely they can continuously outrun Microsoft inside a ...
7
votes
13answers
3k views
Is there a supported way to run .NET 4.0 applications natively on a Mac?
What, if any, are the Microsoft supported options for running C#/.NET 4.0 code natively on the Mac? Yes, I know about Mono, but among other things, it lags Microsoft. And Silverlight only works in a ...
16
votes
7answers
840 views
Does Mono have a place in the enterprise world?
For enterprise windows-based solutions, .NET is the best choice sometimes. How is Mono looked at by the enterprises who have to use Linux (or rather prefer to use Linux) ? Assuming that the developers ...
127
votes
10answers
10k views
Mono is frequently used to say “Yes, .NET is cross-platform”. How valid is that claim?
In What would you choose for your project between .NET and Java at this point in time? I say that I would consider the "Will you always deploy to Windows?" the single most important (EDIT: technical) ...
10
votes
6answers
4k views
What would you choose for your project between .NET and Java at this point in time? [closed]
You are just starting a new project and you have these two technologies to choose from, Java and .NET. The project you are working doesn't involve having features that would make it easy to choose ...
20
votes
1answer
1k views
Any experience with Mono on production servers?
I am curios to use .NET for some web applications (e.g. ASP.NET MVC 2). However my budget is limited so I would like to use Mono on Linux. I have never used Mono before, and I haven't read about any ...