Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Reliable is Mono on Linux vs .NET on Windows?

Tags:

c#

.net

mono

I am trying to decide upon using Mono with C# or Python (Django) for a Linux based Web Site. My concern with C# is that Mono may not be as reliable as .NET. Does anyone have any experience with this?

like image 334
Todd Moses Avatar asked Nov 13 '09 21:11

Todd Moses


People also ask

Is Mono reliable?

Mono is perfectly safe to install and use.... for those wondering, its basically a package that is open source and compatible with . NET ... so programmers can make their . NET apps easily run on non-Windows machines...

Does Mono work on Linux?

Mono is an example of a cross-platform framework available on Windows, macOS, Linux, and more. It was first designed as an open source implementation of the . NET Framework on Linux.

Is Mono supported by Microsoft?

Mono is a software platform designed to allow developers to easily create cross platform applications part of the . NET Foundation. Sponsored by Microsoft, Mono is an open source implementation of Microsoft's . NET Framework based on the ECMA standards for C# and the Common Language Runtime.

Can Mono run .NET framework?

Yes, Mono can run applications developed with the Microsoft . NET Framework on UNIX.


1 Answers

i do a variety of things using mono/c# on linux - all projects compiled on a windows machine, no less.

i've done services, web sites, console apps, you name it. unless you're doing real edge-case things, you should have no problems.

i also run sites using lighttpd + fastcgi + mono with no problem. i love it

like image 86
Messy Avatar answered Sep 16 '22 11:09

Messy