Most voted "mono" questions
Use this tag for questions about Mono, which enables application development for Mac OS X, Unix, Linux and other platforms using C#. Ideally a specific framework/product tag should be used, unless the problem is general for all editions.
Learn more…23 questions
Sort by count of
-
68
votes2
answers16758
views -
15
votes1
answer1873
viewsMobile App Multiplatform with Xamarin
Setting This question is more about architecture. I recently started learning Xamarin to develop Mobile Apps, Xamarin, which until then has been very flexible, has bindings for native Android and…
-
8
votes3
answers19310
viewsAlternatives for developing in C# on Linux?
My notebook has installed the Ubuntu 14 operating system. I have great desire to enter the development in the language Csharp. But I wonder if there is a good alternative in OS like Linux, since it…
-
5
votes2
answers212
viewsDoes the user need to have . NET if I compile using Mono?
The user who will use my application needs to have the version of . NET on the PC? I saw in some topics on the internet talking about this advantage of Mono.
-
4
votes2
answers3495
viewsDevelop in C# and . NET on Ubuntu Linux?
Recently I had to migrate from Windows to Linux, because my work notebook burned and I am using an old one with Intel Atom and only 2GB of RAM, I was insecure to use Windows because it is a very…
-
4
votes1
answer64
viewsCompiler indicates non-existent Enum that exists
I’m using the Mono compiler. When I tried to compile this: using static System.Globalization.CharUnicodeInfo; using static System.Globalization.UnicodeCategory; namespace AS3Kit.Lexical { static…
-
3
votes2
answers85
viewsFixed and unique value on Android in Unity 3D
I’m having trouble getting a unique and fixed value in C#, I need to get a value like this, for security reasons of my software. I’ve tried using the SystemInfo.deviceUniqueIdentifier, but…
-
2
votes1
answer395
viewsI can update the Mono.Android library in Xamarin
I’m having some problems and I believe that if I could update the mono library I would have access to new functionality, someone could do it?
-
2
votes0
answers29
viewsRemote Debugging . NET in Different Operating System
It is possible after installing and debugging an application that is running on linux through the mono of a windows machine? The Environment is the following: An application was developed on Windows…
-
2
votes1
answer1627
viewsWorking with Windows Forms as designer on Linux?
On Linux (Ubuntu) it is possible to create applications with Windows Forms in the Mono or similar, using a designer such as the Visual Studio? I am facing problem because I need to develop with…
-
2
votes0
answers72
viewsUpload files. only in Xamarin Android
I’m trying to convert a class Java for C# in the Xamarin.Android. The class Java that’s the one: private native boolean OpenDeviceCtx(Object obj); public native boolean CloseDevice(); public native…
-
2
votes1
answer278
views.NET Core and Mono: application development for Linux
Currently I have needed to develop applications (desktop) for Linux, and one of the requirements is that it would have to be using C#. And researching/testing, I got two options: .NET Core or Mono.…
-
1
votes0
answers77
viewsHow to collect internet usage information for iPhone with Xamarin / monotouch
I need to collect internet usage information on iphone , the code c# below that I am using only returns me zeroed values. I’m using the right class ? has some reference I need to add on Xamarin ? in…
-
1
votes0
answers149
viewshow to measure speed in mobile broadband traffic on 3g or mobile wifi programmatically on iphone
In the app, I’m already collecting traffic on iphone, now I need to check how to measure the speed in mobile broadband traffic on 3g or in the wifi programmatically. For example: Every 1 minute or…
-
1
votes1
answer805
viewsDevelop in C# using Mono Develop Linux
I need to program in C# and use Linux. I read a little about Mono Develop, I would like to know in what functional aspect Mono is owed or stands out in relation to Visual Studio and if there are…
-
1
votes0
answers213
viewsASP.NET MVC on linux (mod_Mono, apache)
I’m trying to run my ASP.NET MVC application on a Centos 7 system. After installing mono and checking that I can run using XSP, I’m having trouble setting up mod_mono on apache. Currently giving the…
-
1
votes0
answers319
viewsDocumentation in C#
I would like to document an api for C#, in the style javadoc. Is there any way to memorize/comment the code so that documentation of the types and their members is generated automatically? C# gives…
-
1
votes0
answers31
viewsError running Nancy on Linux (Ubuntu)
Hello I have an application (executable) that I am trying to run on a Linux VM in Azure, it works in the project, but when running with Mono (I have installed everything possible fsharp,…
-
1
votes2
answers312
viewsHow to make my script run with two clicks a command that contains sudo?
I have a very simple script, similar to this: #!/bin/bash #Seleciono o diretório onde se encontra o arquivo para execução cd '/home/vmi/Área de Trabalho/TesteComandosNoLinux' #Executo meu software…
-
1
votes1
answer177
viewsSplit() problem in Mono
I’m using a platform that has multiple exercises, the Uri Online Judge, and it automatically fixes the output of the program, but it’s in Mono This is my code: string a = Console.ReadLine();…
-
0
votes0
answers137
viewsTo find a list of classes contained in a C# Class Library using Mono with C++
I’m using C# to script through the project Mono with C++. I’m trying to get a list of all the classes contained in one DLL done on a project C# (which is a Class Library project). But I’m not…
-
0
votes0
answers235
viewsSystem.Data.Sqlclient.Sqlexception Conversion failed when Converting date and/or time from Character string
Viva Pessoal, I’m new to the world. NET, C#, Entityframework (Microsoft world). I am working on a project with the mentioned technologies, initially I was programming on a VM (with Windows) because…
-
0
votes1
answer115
viewsNo less `csc` works on Mono
Mono is a set of build tools. Before and after version 5.0, the Mono tools never worked, except csc. To clarify, although the version is not related to the problem, since the version 5.0 Mono has…