Linked by Thom Holwerda on Mon 17th Jul 2006 10:55 UTC, submitted by Bernhard Spuida
General Development The Open Source IDE Sharpdevelop 2.0 has been released. This IDE not only allows you to code in c#, VB.NET, and boo, but also offers features you won't find elsewhere: conversion between the supported programming languages, support for .Net and Mono, Winforms, and GTK#. View the full feature tour or download Sharpdevelop and start into open source development for both Windows and Linux in one IDE.
Thread beginning with comment 143823
To view parent comment, click here.
To read all comments associated with this story, please click here.
karolus
Member since:
2006-06-13

Realy ?
Could you please give me the link to linux version ?

Reply Parent Bookmark Score: 0

Daniel Grimm Member since:
2005-07-06

Actually, if it really is cross-platform, you should be able to use the .exe with Mono. But on the download page it states it needs Microsoft's .Net Framework.

Reply Parent Bookmark Score: 2

bspuida Member since:
2006-07-17

A clarification: "cross platform" generally means that the compiled output can run on various platforms.
SharpDevelop as such currently runs only on Windows, as mono for now still does not have a 100% winforms implementation though I'm sure this will come. And alas, there still are a few direct system calls that need to be got rid off.

But then - compile on one platform, run on another isn't half bad. Just imagine that you can just take any Visual Studio project and get it to run on Linux...

Reply Parent Bookmark Score: 2