Dot Net Framework for Linux Platform ?
-
I am new to Linux platform, i want to know that, From where i can get Dot Net Framework for Linux platform ? and how i can run my dot net programs on to the Linux platform ? please guide me.
Take a look for Mono
Deja View - the feeling that you've seen this post before.
-
Take a look for Mono
Deja View - the feeling that you've seen this post before.
Mono's not 100% complete, though.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
Mono's not 100% complete, though.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
It's not feature complete, but it's the best bet for him at the moment.
Deja View - the feeling that you've seen this post before.
-
It's not feature complete, but it's the best bet for him at the moment.
Deja View - the feeling that you've seen this post before.
Just now looking at the current roadmap, and it looks more complete than the last time I checked it out ( been a handful of years ago :-O )...
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
Just now looking at the current roadmap, and it looks more complete than the last time I checked it out ( been a handful of years ago :-O )...
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
It will probably lack some core functions, like object.Equals() ;P Last time I had to report that double.TryParse throws an exception. Somehow they couldnt understand that it should never throw an exception... thankfully that has been fixed.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008) -
It will probably lack some core functions, like object.Equals() ;P Last time I had to report that double.TryParse throws an exception. Somehow they couldnt understand that it should never throw an exception... thankfully that has been fixed.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)I just fiddled around with it through an .iso file mounted on VMWare server. Didn't really go into depth, but I will when time permits :)
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon "Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham
-
I am new to Linux platform, i want to know that, From where i can get Dot Net Framework for Linux platform ? and how i can run my dot net programs on to the Linux platform ? please guide me.