Questions tagged [c#]

C# is a multi-paradigm programming language

C# (pronounced see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.

78 questions
5
votes
3 answers

WPF programming in ubuntu

I want to work c# WPF. i search the net and find MonoDevelop , I want to know that is there any IDE for WPF in Ubuntu. and is that powerful as Visual studio in windows.
2
votes
1 answer

How to add references with C#

I want to compile and execute a C# program that needs external dll. In Visual Studio we just add...reference. What is the corresponding way to do that with Ubuntu 16.04? I use the SDK from Microsoft.
2
votes
1 answer

How to run the C# program in ubuntu 14.04 using VS code?

I have installed VS code and .Net core in my ubuntu 14.04. I have written a C# program and now I want to run it. How to run it or is there any compiler I need to install?
nukes
  • 23
1
vote
0 answers

Creating a C# Application under Ubuntu

I wanted to ask, is it possible to develop c# applications with windows forms under ubuntu with the official .NET core. Am asking because at school we learn c#, but how do I do my homeworks? I know that a windows dualboot or virtualbox could solve…
1
vote
1 answer

WPF programming on Unix with C#

I am a wanna-be programmer aka computer science student and I have a lecture in C#. But I only have a Mac and a Linux computer. I need to be able to program an app with interface and logic (XAML/C#). And I don't know how I can do that on Linux.…
0
votes
1 answer

Which distribution?

best distro for 2 GB ram, i3, 500 GB. I am currently run win7 on it. I have never tried Linux or Unix except Ubuntu in my school. I do not have many needs. Will Ubuntu lag in above system requirements?
Haard
  • 21
-2
votes
1 answer

C# function to return string error in unity, not all code paths return a value

I think there is something wrong with my for loop? using System.Collections; using System.Collections.Generic; using UnityEngine; using System; using BreakInfinity; using System.Numerics; public class Notation : MonoBehaviour { public int[]…