Top "Mono" questions

Mono is an open source implementation of .NET that runs on many platforms, including Linux, Mac OS X, and Windows.

Windows like services development in LINUX using MONO?

I just moved from .net development to LINUX MONO development... and i don have much experience with linux dev earlier.. …

c# linux mono service
nameof with Generics

I was experimenting with nameof with generics. I didn't get the result I was expecting. I'm not sure if this …

c# generics mono c#-6.0
Start an external process on mac with c#

I'm successfully using System.Diagnostics.Process.Start() to start my external mono executable on windows. However it fails on mac. …

c# macos mono process.start
Marshalling a big-endian byte collection into a struct in order to pull out values

There is an insightful question about reading a C/C++ data structure in C# from a byte array, but I …

.net interop mono legacy endianness
Unknown solution item type: {42C0BBD9-55CE-4FC1-8D90-A7348ABAFB23}

I am trying to open a project in Monodevelop (3.0.5, with MonoMac add-in enabled) on Mac Mavericks. I get this error: …

c# macos mono monodevelop monomac
How to detect which .NET runtime is being used (MS vs. Mono)?

I would like to know during execution of a program whether it is being executed using the Mono runtime or …

c# mono clr
Good IDE for Mono on Windows

I would like to develop Mono application for Win/Linux/Mac in C# on Windows. Is there any really good (…

c# windows mono monodevelop sharpdevelop
Deploy GTK Sharp applications to Windows without installing GTK#

I am developing a GTK# mono application under openSuse, but I am interested in deploying it for all three platforms (…

c# windows mono gtk#
What is the difference between GTK# and Windows Forms?

What is the difference between GTK# and windows forms? Are they totally different? Thanks

c# winforms mono gtk monodevelop
Is Roslyn cross platform?

I've been looking at Roslyn for quite some time now, and I'm curious and excited about it. One thing I …

c# mono roslyn