Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 14344  / 1 Year ago, sat, may 6, 2023, 12:13:15

As .NET is OS independent how can I run programs built/compiled on .NET 4.0 ?

Can I develop software in Ubuntu for .NET 4.0 [if yes, what i need to download, link] ?


More From » 11.04

 Answers
5

Overview


Mono provides the core compatibility API for the .Net framework.


The version in Natty (v2.6.7) has support for both Visual Basic & C# version 2,3 & partial API support for v4.


This also includes a VB .Net compiler & the runtime compiler. The other members of the family, j# and f# are not supported in terms of development. Obviously - their compiled variants are byte compatible with the rest of the .Net family.


Windows Forms up-to version 2 is supported - source


The next version of Ubuntu - 11.10 - will come with mono 2.10 which has virtually complete .Net v4 support


Mono Example Usage


An example of a .Net application which I use that runs without issue on Ubuntu is Keepass 2


You run the compiled .exe [it was created under windows] using mono i.e.


mono Keepass.exe

Developing


To develop under Ubuntu, I would have a look at the Mono Develop project - an IDE based environment - search for MonoDevelop in the Software Center.


Installing


Take a closer look at the suggested Add-Ons - choose the Add-Ons in the area that you will be developing in.


enter image description here


[#44355] Sunday, May 7, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
odenanno

Total Points: 207
Total Questions: 113
Total Answers: 94

Location: South Korea
Member since Sat, Oct 2, 2021
3 Years ago
odenanno questions
;