Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows. This allows running .NET applications on platforms other than Windows with little to no modification.
223
votes
16answers
12k views
Is Mono ready for prime time?
Has anyone used Mono, the open source .NET implementation on a large or medium sized project? I'm wondering if it's ready for real world, production environments. Is it stable, fast, compatible, ... ...
216
votes
14answers
100k views
Will Google Android ever support .NET?
Now that the G1 with Google's Android OS is now available (soon), will the android platform ever support .Net?
133
votes
16answers
11k views
Is MonoTouch worth the cost or should I just learn Objective-C?
After sitting through a session today on Mono at a local .Net event, the use of MonoTouch was 'touched' upon as an alternative for iPhone development. Being very comfortable in C# and .Net, it seems ...
51
votes
8answers
2k views
The State of Linkers for .NET apps (aka “Please Sir, May I have a Linker” 2009 edition)
Many people here are probably familiar with one of Joel Spolsky most popular blog posts, Please Sir, May I Have a Linker, where he cries out for a way to remove dependencies on the .NET framework so a ...
45
votes
8answers
7k views
Most useful NLog configurations
What are the best or most useful configurations for logging with NLog? (These can be simple or complex, as long as they're useful.)
I'm thinking of examples like automatically rolling over log files ...
44
votes
17answers
7k views
Is .NET/Mono or Java the better choice for cross-platform development?
How much less libraries are there for Mono than for Java?
I lack the overview over both alternatives but I have pretty much freedom of choice for my next project. I'm looking for hard technical facts ...
34
votes
8answers
12k views
32
votes
11answers
2k views
What's the point of Mono on Windows
This may be a dumb question...but I was just looking into the Mono project and they have a section about installing Mono on Windows. But, since Windows obviously already has the .NET runtime can ...
31
votes
11answers
86k views
Encrypt/Decrypt string in .NET
Can someone give me the code to Encrypt and Decrypt a string in C#? I'm trying to do this with TripleDES but that is not a requirement.
30
votes
7answers
6k views
How do I code a Mono Daemon
I'm trying to write a Mono C# daemon for linux.
I'd like to do a starts and stops of it when its done processing instead of just killing the process.
Does anyone have any examples of this?
Edit: I ...
28
votes
3answers
2k views
How can I launch multiple instances of MonoDevelop on the Mac?
I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance.
27
votes
8answers
2k views
Should I use Mono on a real project?
Has anyone used Mono, the open source .NET implementation on a large or medium sized project? I'm wondering if it's ready for real world, production environments. Is it stable, fast, compatible, ... ...
26
votes
7answers
1k views
Should a protected property in a C# child class hide access to a public property on the parent?
I have the following code:
public class Parent
{
public string MyField { get; set; }
}
public class Child : Parent
{
protected new int MyField { get; set; }
}
I try and access this with:
...
25
votes
2answers
9k views
Install Mono on Centos5.5 using YUM
I'm a Linux neophyte and can't figure out how to install the Mono 2.6.7 runtime on CentOS 5.5 using yum.
I know how to build Mono from the source. However, according to this page it is possible to ...
25
votes
7answers
1k views
How to get started with Mono in Linux for a beginner?
How do I start using Mono in Linux as a beginner when I want to switch from Visual Studio?
Is there some easy way to install it like Visual Studio and get started?
So far,with what I've seen,it looks ...
24
votes
14answers
3k views
Why use Mono?
What are the main benefits of using Mono over Java (or any other "free" or Linux-friendly language/runtime)?
Mono will always trail behind the latest developments in the .NET framework, why would you ...
22
votes
2answers
353 views
Is there a technical reason that C# does not issue the “tail.” CIL instruction? [closed]
Possible Duplicate:
Why doesn't .net/C# eliminate tail recursion?
Take the following C# code:
using System;
namespace TailTest
{
class MainClass
{
public static void ...
22
votes
3answers
5k views
Mono Cecil documentation and tutorials?
I am new to Mono Cecil!
Any comprehensive documentations and tutorials on Mono Cecil?
I have seen these articles and video below, so don't give me these links again:
...
22
votes
2answers
2k views
Deploy ASP.NET MVC on Linux: Best Practices, Tools & Suprises
I'm wondering about best practices to develop ASP.NET MVC apps with an option to deploy on Linux. If you are creating these kinds of MVC apps,
What Linux/Mono platform are you targeting?
How much of ...
22
votes
1answer
2k views
.NET XMPP libraries under Apache, MIT or MS-PL licenses?
I am looking for a liberally licensed (MIT, X11, Apache, etc) version of the XMPP protocol for .NET and Mono.
There are a handful of libraries under the GPL, LGPL and LGPL v2 for .NET and Mono, but ...
22
votes
3answers
2k views
DotGNU vs Mono
DotGNU and Mono seem to be attacking the same problem - namely implementing the .NET CLR in a free, open-source way with an eye to cross-platform compatibility.
I've been reading quite a bit about ...
22
votes
6answers
14k views
Is WPF on Linux (already) possible?
I love programming with .NET, especially C# 3.0, .NET 3.5 and WPF. But what I especially like is that with Mono .NET is really platform-independent.
Now I heard about the Olive Project in Mono. I ...
22
votes
10answers
3k views
What's the best setup for Mono development on Windows?
I started trying to play with Mono, mostly for fun at the moment. I first tried to use the VS plugin that will convert a csproj into a makefile, but there seemed to be no version available for VS2005. ...
21
votes
1answer
484 views
F# crashes on Mono 2.10
After reading some reports about the inadequacies of the Mono 2.6 garbage collector, I decided to give Mono 2.10 a go. I found that the 2.10 runtime crashes with the following simple F# program:
let ...
21
votes
1answer
4k views
20
votes
12answers
6k views
Graph database for .NET
I've been designing an application, based on .NET/Mono framework, which should make an heavy use of the shortest-path in a graph theories and I would like to use a native solution to traverse the ...
20
votes
13answers
3k views
Viability of C#/.NET as the new standard game dev platform?
For a long time now C++ has been the dominate game development language. Many AAA quality 3D engines are available to fit any budget.
My question is, with the rise of XNA, has C# and the .NET ...
20
votes
7answers
7k views
IDE's for C# development on Linux?
What are my options? I tried MonoDevelop over a year ago but it was extremely buggy. Is the latest version stable a stable development environment?
19
votes
2answers
423 views
How do I host multiple MVC3 sites on a single virtual host running Apache2?
I'm trying to configure mod_mono with Apache2 on OSX. I would like to run multiple MVC3 projects on the same virtual host, but for some reason only the first one listed is working. Any help on this ...
19
votes
3answers
5k views
WCF support in Mono
I am trying to figure out what is and isn't supported for WCF under Mono. I have read the WCF Development Documentation on the Mono Project page.
For anyone with experience using WCF under Mono, are ...
18
votes
3answers
3k views
Mono Project: Why is mono faster than .NET?
I am surprised to observe that mono is faster than .NET. Does anyone know why is it so? I was expecting mono to be slower than .NET but wasnt the case atleast with my experiments.
I have a windows xp ...
18
votes
9answers
2k views
Mono created features available on .NET?
I noticed the following today: Mono at the PDC 2008?
My talk will cover new technologies that we have created as part of Mono. Some of them are reusable on .NET (we try to make our code cross ...
18
votes
9answers
2k views
Best practices for portable C#
I am looking to write some C# code for linux/windows/mac/any other platform, and am looking for best practices for portable code.
Project mono has some great porting resources.
What are the best ...
17
votes
3answers
4k views
How big is an Objective-C iPhone app vs. a MonoTouch app?
I am considering using MonoTouch for some iPhone development, but payload size is an important factor.
For a user who has never installed Mono on their iPhone before, what would the size of an ...
17
votes
3answers
4k views
Is it possible to build MSBuild files (visual studio sln) from the command line in Mono?
Is it possible to build Visual Studio solutions without having to fire up MonoDevelop?
16
votes
5answers
2k views
Does the Razor View Engine work for Mono?
I tried searching a bit and didn't find an answer. Does the Razor View Engine work in Mono?
15
votes
2answers
314 views
Extending the Mono C# compiler: is there any documentation or precedent?
I am currently involved in some interesting programming language research which has, up until now, centred around extending the upcoming Java 7.0 compiler with some very powerful ...
15
votes
4answers
632 views
Weird Mono compilation error
I am using IKVM to get SVNKit on a Mono project I'm working with, I have a class that implements an interface from SVNKit, and I can't compile:
On windows and on .NET, everything compiles fine, just ...
15
votes
4answers
1k views
Deploying Mono Apps on MacOS
I have an app that was developed for Windows but runs fine on MacOS under mono without any modifications (yay!). However, since it's an exectutable, OSX doesn't recognize it as a native file type, ...
15
votes
4answers
555 views
Mono and patents
the currently ongoing flame wars on the subject Mono and patents I wanted a look behind the curtains and propaganda material from both sides, but this doesn't seem to be so easy.
What seems to be ...
15
votes
9answers
4k views
How can I play compressed sound files in C# in a portable way?
Is there a portable, not patent-restricted way to play compressed sound files in C# / .Net? I want to play short "jingle" sounds on various events occuring in the program.
System.Media.SoundPlayer ...
14
votes
2answers
434 views
.NET Unit test runner for iOS
Has anyone written (or know about) a .net unit-test runner, preference to NUnit, that runs on iOS ? or do I have to roll my own ?
My goal is to execute the unit tests on the simulator or devices. So ...
14
votes
2answers
3k views
ASP.NET MVC 1 and 2 on Mono 2.4 with Fluent NHibernate
I'd like to create an application using ASP.NET MVC, that should run under mono 2.4 (compiling will be done on a Windows box). Has anyone getting luck with this? Here is what I've already tried:
...
14
votes
6answers
871 views
Is Mono robust enough for serious enterprise development?
It's been a few years since I've taken a deep look at Mono. When I last took a look, it wasnt quite there as far as BCL implementation and the tools available were limited. I have a specific need now ...
14
votes
1answer
2k views
P/Invoke in Mono
What's the current status of Mono's Platform Invoke implementation on Linux? And on Solaris?
13
votes
2answers
517 views
Mixing C# with Objective-C
I would like to use larger body of C# code as a library for Objective-C (Cocoa) application.
I discovered MonoMac project which wraps Cocoa code, but I would rather have standard Cocoa application ...
13
votes
6answers
3k views
Building Cocoa UIs for OS X with C# and Mono
Has anyone spent any time comparing the various Objective C bridges and associated Cocoa wrappers for Mono?
I want to port an existing C# application to run on OS X. Ideally I'd run the application ...
13
votes
5answers
6k views
How do I get the available wifi APs and their signal strength in .net?
Is there any way to access all WiFi access points and their respective RSSI values using .NET? It would be really nice if I could do it without using unmanaged code or even better if it worked in mono ...
13
votes
10answers
9k views
Mono on the iPhone?
Has Mono been ported to the iPhone yet? I'd love to write .NET apps for the iPhone, and learning Objective C isn't an option for me.
13
votes
17answers
6k views
Best way to learn C#
As a student, I don't often get offers for programming jobs, however I was offered a job if I learned C#. I currently know Java, PHP, C/C++, and other supporting languages. What would be the best way ...