Click to See Complete Forum and Search --> : .NET for linux?
Jes|er
08-03-2003, 10:51 PM
I read somewhere quite sometime ago that the .NET framework was being ported to linux. Not sure is this was true or not, but coming from windows and programming in C# and VB.NET I thought it might be worth looking into. I did a google search but just came up with people talking about it, but no links.
Any info on this?
JesterDev
sneakysnake
08-03-2003, 11:07 PM
Check out:
http://www.go-mono.com/index.html
Ximian is doing a wonderful job with this project. It has moved along at a faster speed then I ever could have imagined. Here's a snip from their page.
*******snip*******
Ximian announced the launch of the Mono project, an effort to create an open source implementation of the .NET Development Framework.
Mono includes: a compiler for the C# language, a runtime for the Common Language Infrastructure (also referred as the CLR) and a set of class libraries. The runtime can be embedded into your application.
Mono has implementations of both ADO.NET and ASP.NET as part of its distribution.
*******snip*******
Jes|er
08-04-2003, 01:28 AM
Thanks for the link. It's looking really impressive so far. I'm really interested in that gtk#. :)