Re: C# to Linux Interoperability
From: C.E.O. Gargantua (gamers_at_r.lamers)
Date: 01/22/05
- Next message: bp: "Gregorian Calendar - GetWeekOfYear for 2005"
- Previous message: Mark: "Re: Instance Vs Static Methods and Memory Usage"
- In reply to: Larry: "C# to Linux Interoperability"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 22 Jan 2005 20:49:08 GMT
The question is "interface".
Interface from what? From Windows? Because c# runs under Linux as well.
If you are talking server applications, then you can write web services
interfaces to send and receive the results of methods. At that point,
those applications are universally accessible from any client capable of
connecting to the server with http.
As far as development with c# on Linux:
Install the mono packages and the monodevelop IDE.
The key question is the UI.
The Windows.Forms assembly is supported in mono/Linux ( mono also runs on
OSX by the way ), but up to a point...then you may want to consider a more
native Linux toolkit such as gtk#.
Larry wrote:
> I'm interested in interfacing Linux applications from C#. Has anyone
> done this before? My firm has a few linux applications and I'd like to
> make the information available to new applications that I build in
> managed code.
> Any recommendations?
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
-- http://texeme.com Textcasting Technology Incognito Blog http://incognito.texeme.com
- Next message: bp: "Gregorian Calendar - GetWeekOfYear for 2005"
- Previous message: Mark: "Re: Instance Vs Static Methods and Memory Usage"
- In reply to: Larry: "C# to Linux Interoperability"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|