Top "Mono" questions

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

How to verify if nginx is running or not?

After running an ASP.NET vNext project on my local machine I was trying to figure out how I can …

ubuntu nginx mono
Can you develop Linux applications with Xamarin?

Is it possible to develop and build Linux applications with Xamarin with the same code base? After a few years …

c# .net linux xamarin mono
How to compile a Visual Studio C# Project with Mono

I'm new to this, and don't know where to start. I want to compile a Visual Studio C# project with …

c# visual-studio compiler-construction mono
Keystore file doesn't exist

I'm trying to get the SHA1 fingerprint so I can get an Google API key. Im in the following directory: /…

android xamarin google-api mono
SmtpClient with Gmail

I'm developing a mail client for a school project. I have managed to send e-mails using the SmtpClient in C#. …

c# mono gmail monodevelop smtpclient
Custom Layout for DialogFragment OnCreateView vs. OnCreateDialog

I'm trying to create a DialogFragment using my own Layout. I've seen a couple different approaches. Sometimes the layout is …

java android mono xamarin.android android-inflate
How to install Mono on macOS so mono works in terminal?

I'm trying to get a Mono install running on a mac (OS X version 10.10.5), and while the install states that …

macos mono
Does .NET have a way to check if List a contains all items in List b?

I have the following method: namespace ListHelper { public class ListHelper<T> { public static bool ContainsAllItems(List<T&…

c# .net list generics mono
Mono https webrequest fails with "The authentication or decryption has failed"

I'm making a simple REST client to use in my C# applications. In .net on Windows It works great with …

c# https mono webrequest
Unable to run .net app with Mono - mscorlib.dll not found (version mismatch?)

I have a simple .net command line tool written and compiled under Windows, using .net 3.5SP1. I would like to …

ubuntu mono