C# is a multi-paradigm programming language

learn more… | top users | synonyms

1
vote
1answer
74 views

How to install the mysql connector for C#?

I installed Wine and now I have setup Mono & .NET When I try to compile the next sentence, I get an error because I don't have the MySQL connector installed on my system. using ...
0
votes
4answers
179 views

Ubuntu is mostly written in C#?

On Ohloh, Ubuntu is reported as "mostly written in C#", and indeed if we go to the Ubuntu's languages summary we see that C# has the most LOCs, accounting approx. 20% from the code base. If the ...
1
vote
2answers
61 views

Unable to compile with vbnc on Ubuntu 12.04

I'm running Ubuntu 12.04 LTS. In order to try out some .NET exercises, I installed the below mono packages: sudo apt-get install mono-runtime mono-mcs mono-vbnc Now, I've got the mono csharp ...
2
votes
6answers
211 views

What Programming Language Would Be Best For Ubuntu Programming? [closed]

Hi I've recently switched from Windows 7 to Ubuntu 12.10 and love the OS. However I have had trouble deciding which programming Language would be the all-around best for Ubuntu programming. I have no ...
0
votes
0answers
26 views

Mono: Couldn't bind to method 'SetHostingEnvironment

I've migrated an MVC3 site to Linux using MonoDevelop. I'm currently able to compile my code, however, when I try to run/debug I get this error Couldn't bind to method 'SetHostingEnvironment'. ...
2
votes
1answer
62 views

What's the best approach in migrating currently C# and VB.net (Windows) developed applications?

I would like to start to "translate" my Windows applications to Ubuntu users. These are mainly CRMs or CRM related programs written in VB.net and C#. What would be the best language and IDE for these ...
4
votes
2answers
561 views

Can I write programs in C# on Ubuntu?

I am forced to learn and practice C#, is there any applications that support and can be used to write programs in C#?
2
votes
2answers
543 views

C# on ubuntu 12.04

Is C# a good choice for ubuntu programming? E.g unity, or applications that will run on ubuntu? Am I doing good wanting to learn C# when I'm determined to stick with ubuntu and develop on it or for ...
0
votes
0answers
30 views

How to run Windows Presentation Foundation applications?

I'm trying to run Techne it's an C# app, that uses WPF. The down is some kinda of xml application file, I'm guessing that installs the binary. Is there any tools that handle asmv1:assembly's?
4
votes
0answers
207 views

Is it possible for an application (written in Mono C#) to run a console command? [closed]

I am wondering if a Mono C# application running in Ubuntu can somehow run a terminal command. For example, could the user give the program his or her password and then have the application run sudo ...
1
vote
1answer
142 views

C# Mono.Cairo example to make an EventBox transparent

I need to create an image with transparency placed on top of another image, inside a regular Gtk# window. The first image should be able to respond to mouse clicks. The simple way would usually be to ...
0
votes
0answers
100 views

Mono C# Runtime and dependencies in chroot

I am trying to run C# executables in a chroot but I can't find a way to do so. Inside the chroot, besides my executable, I have copied the following inside my jail /bin/sh /bin/bash /usr/bin/mono ...
0
votes
1answer
202 views

Which programming language to develop software for USC that also runs on other OS? (Windows / OS X)

I have skills in Java and C#. First I had a closer look at Java (Eclipse with Windowbuilder-Plugin). - Swing: But there is no natvie GUI-Support for GTK3 (e.g., HUD seems not to work) Then I looked ...
1
vote
2answers
4k views

is there an IDE and compiler for c# in ubuntu? [duplicate]

Possible Duplicate: Visual Studio style tool? I'm looking for an IDE and compiler for C# in linux like visual studio or... to design forms an run programs. I'm moved to linux newly.
2
votes
2answers
434 views

Where can I get MonoDevelop .deb to install while off-line?

I want to install MonoDevelop in offline mode on 11.04 as I don't have internet connection. I searched MonoDevelop site which is redirecting me to Badgerports but couldn't find the .deb package. ...
5
votes
3answers
5k views

Could not obtain c# compiler error when using monodevelop

I dont know whether this is considered a programming question or not, so correct me if im wrong. How can i get mono develop to compile my c# projects? At present it wont build, and i get an error ...
2
votes
1answer
2k views

How can I compile mono Hello World?

I have Ubuntu 11.04 with this mono: Mono JIT compiler version 2.6.7 (Debian 2.6.7-5ubuntu3) Copyright (C) 2002-2010 Novell, Inc and Contributors. www.mono-project.com TLS: __thread ...
5
votes
2answers
2k views

Is it possible to run ASP.NET MVC3?

I've seen somewhere that MonoDev is allowing that, but when I installed Ubuntu and MonoDev I did find only MVC1 as an option for project to create. So maybe someone does know if it really is ...
1
vote
1answer
181 views

Libraries used by C# executables

I am having a problem when I try to run C# executables (compiled with mono C# compiler at 10.10 server) inside a chroot jail. In order to run the executable inside the jail I need to include the ...
1
vote
2answers
514 views

A complete free guide for game development in Python or C# [closed]

That's what i know: C#; Python; What is OpenGl; What is SDL (barely); Now i'd like to make a sketch for a 2D platform game ( i.e. a ball that has to avoid some obstacles till reaches the end of ...
12
votes
5answers
6k views

VB.NET programming in Ubuntu

I have just started at sixth form college, and I'm going to take a Computing A-level. I have been informed all the programming in the first year is in VB.NET on Windows (I believe you are allowed more ...
1
vote
2answers
922 views

Nano syntax highlighting for C# and/or ASP.Net

Has anyone got (or can point in the direction of) a nanorc file that contains syntax highlighting for C# and/or ASP.Net?