Questions tagged as 'mono'

1
answer

App Mobile Multiplatform with Xamarin

Scenario This question is more architecture-oriented. I recently started learning Xamarin to develop Apps Mobile, Xamarin, which until then has proven to be very flexible, has bindings for native Android and iPhone APIs. Question (...
asked by 24.01.2014 / 19:11
3
answers

Alternatives to develop in C # in Linux? [closed]

My notebook has Ubuntu 14 operating system installed. I have great desire to join development in the CSharp language. But I would like to know if there is any good alternative in OS like Linux, since it does not have a Visual Studio of life....
asked by 29.04.2016 / 14:37
1
answer

Developing in C # and .Net on Linux Ubuntu?

Recently I had to migrate from Windows to Linux, because my working notebook burned and I'm using an old one with Intel Atom and only 2GB of RAM, I was unsure of using Windows because it was a very weak device. I have to work with C # and .Ne...
asked by 01.08.2016 / 03:45
1
answer

Compiler 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 class Validator { static bool T...
asked by 12.12.2017 / 00:17
2
answers

Does user need to have .NET if I compile using Mono?

Will the user using my application need to have the .NET version on the PC? I saw some topics on the internet talking about this Mono advantage.     
asked by 18.06.2016 / 04:15
1
answer

Working with Windows Forms with designer on Linux?

In Linux (Ubuntu) can you create applications with Windows Forms in Mono or similar using a designer such as Visual Studio ? I'm having trouble because I need to develop with Windows Forms in a Linux environment with a designer simil...
asked by 05.08.2016 / 05:26
1
answer

.NET Core and Mono: development of applications for Linux

I've currently needed to develop desktop applications for Linux, and one of the requirements is that it would have to be using C # . And by researching / testing, I had two options: .NET Core or Mono . When I used Mono , I lost...
asked by 24.07.2018 / 14:14
2
answers

Fixed and unique value in Android in Unity 3D

I'm having difficulty getting a single, fixed value in C #, so I need to get a value like this, for security reasons in my software. I have tried using SystemInfo.deviceUniqueIdentifier , but unfortunately when turning off the wifi of...
asked by 24.08.2015 / 18:29
0
answers

Upload .so files on Xamarin Android

I'm trying to convert a class Java to C# into Xamarin.Android . The class Java is this: private native boolean OpenDeviceCtx(Object obj); public native boolean CloseDevice(); public native boolean GetDiodesStatus(...
asked by 22.11.2017 / 12:57
0
answers

.NET Remote Debugging on Different Operating System

Is it possible after installing and debugging an application running on linux through the mono of a windows machine? The Environment is as follows: An application was developed in Windows using only the standard .NET 4.0 libraries. This...
asked by 21.10.2015 / 21:39