| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,995
|
Mono is a comprehensive open source development platform based on the .NET framework that allows developers to build Linux and cross-platform applications with unprecedented productivity. Mono's .NET implementation is based on the ECMA standards for C# and the Common Language Infrastructure.
Its becoming my fav IDE ..
__________________
Sleight of hand and twist of fate... On a bed of nails she makes me wait... And I wait without you ... With or without you .. ---- Batty = Too Busy Now !!! |
|
|
|
|
#3 (permalink) |
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
The GNU Project is also working on DotGNU < www.dotgnu.org >.... as an alternate to the .NET platform... this is a part of the official GNU Project tree....
Its aim is not to compete with Microsoft's implementation but provide an escape route for people to use Free Software platform...
__________________
- -- http://www.MovieAB.com - A tiny movie mashup! |
|
|
|
|
#5 (permalink) | |
|
Broken In
Join Date: Mar 2004
Location: chennai
Posts: 135
|
Quote:
Code:
yum install mono* now how do u run it?? can u please show me screenshots of it
__________________
WORK EXPANDS TO FILL THE TIME NEEDED FOR ITS COMPLETION -------- PARKINSON\'S LAW |
|
|
|
|
|
#7 (permalink) |
|
In The Zone
Join Date: Apr 2004
Location: 42.65 N 73.76 W
Posts: 213
|
Mono is the name of an open source project led by Novell (formerly by Ximian) to create an ECMA Standard compliant (Ecma-334 and Ecma-335), .NET compatible set of tools, including a C# compiler, a Common Language Runtime, and more, all to run on GNU/Linux, UNIX, Mac OS X, and Windows based computers.
http://en.wikipedia.org/wiki/Mono_(Ximian)
__________________
\"99 little bugs in the code, 99 bugs in the code, fix one bug, compile it again, 148 little bugs in the code. 148 little bugs in the code....\" |
|
|
|
|
#8 (permalink) |
|
Right Off the Assembly Line
Join Date: Apr 2005
Location: Indiyaaaaah
Posts: 23
|
Also, the thing is that in .NET, Microsoft introduced CLR or Common Language Runtime. Simply put, it means that the code of VB.NET, C#.NET, VC++.NET etc. all compile to same bytecode, there's no difference, as was in Visual Studio 6, with VB6 compiling stuff different than what VC++6 compiled. So this way, to run an application written in any .NET langauge, you just need the single set of runtime files.
Now in MONO, its developers sort of created an adaptation of this CLR, and they have a C# compiler based on ECMA standards. As I know of it, currently you can use only C# and Perl with Mono, but you can run any .NET application by installing Mono's CLR as again, the byte code is same, be it that the language was VB.NET or J#.NET or any other .NET language. I read it somewhere that some guys are trying to create a PHP compiler for .NET so that PHP can be used in ASP.NET and can take advantage of its controls etc. What I wonder is how long will it take ASP.NET applications to be able to start running on Linux/Apache!!!
__________________
Amit Gupta http://blog.igeek.info/ http://eye.amitgupta.in/ http://www.diGitBlog.com/ |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|