New Mono Roadmap, DotGNU 0.1 On CD 41
msh104 writes "The Mono project just released a nice status update for Mono. They also preview a roadmap for what the future will be like. It's quite nice to read if you want to find out if writing .Net programs for Linux will have a future for you. The Mono roadmap is available here." And gibbon writes "The DotGNU Project announced the availability of the DotGNU 0.1 CD-ROM release.
It runs on many platforms and the CD contains documentation, packages for GNU/Linux, FreeBSD and MS Windows.
It is now possible to use the base class libraries and XML. System.Windows.Forms and the web services are coming along well, too. The announcement contains more information and download links."
Re:Does anyone use .Net? (Score:3, Funny)
Daniel
Re:Does anyone use .Net? (Score:2)
Re:Does anyone use .Net? (Score:2)
This is very unlikely. Windows is going to have to support non-.Net legacy applications for the indefinite future.
Re:Does anyone use .Net? (Score:1)
Actually, there are a number of companies writing pro-level software using .NET. Jack Henry and Associates [jackhenry.com] count? I certainly wouldn't consider them a "hobby" group or their software "hobby projects" and yet they are moving all of their major software to the .NET platform.
'Splain it to me, Lucy... (Score:3, Interesting)
Could someone please explain to me: Isn't Mono basically an open source
Re:'Splain it to me, Lucy... (Score:3, Informative)
Re:'Splain it to me, Lucy... (Score:2)
Re:'Splain it to me, Lucy... (Score:5, Insightful)
Re:'Splain it to me, Lucy... (Score:3, Informative)
The ECMA-standard components of .NET alone (for which MS has promised royalty-free licensing of any patents they may get) do not give a useful platform. Most C# programs use non-ECMA class library components in essential ways.
How much the developers knew about Microsoft's MS's implementation is possibly relevant if MS claims contract violation (e.g. violation of some EULA clause) or copyrigh
Re:'Splain it to me, Lucy... (Score:2)
Now, MS may try asking DotGNU or Mono to shutdown without a legal reason
Re:'Splain it to me, Lucy... (Score:1, Flamebait)
Re:'Splain it to me, Lucy... (Score:1)
I hear a lot of sentiment here that .NET is just a poison pill for Linux. The basic FUD scenario is that a significant number of OSS projects will one day be based on mono or DotGNU and M$ lawyers will issue IPL based C&D orders and all that OSS will not be available on Linux. Bad, very bad.
Why is .NET so tempting to Linux developers? Is it possible that such a managed environment is attractive to sophisticated developers? Why not write to the J2EE platform and look to OSS app servers such as JBoss?
.Forms (Score:2)
Anyone know of a good ide for GNUnet or Mono.
Emacs does not count.
Form editor with a pretty huge grain of salt there (Score:2)
IF your CLI supports System.Xml and System.Windows.Forms, then MAYBE SharpDevelop [icsharpcode.net] will run on your computer.
I tried it once using the early 1.0 framework, worked nice, a bit clunky if you are used to vs.net but then again SharpDev was an alpha OSS tool back then [now I gather it's a beta OSS IDE
Please feel free to flame me to death for my ignorance or just post a 'WFM'.
Re:.Forms (Score:1, Funny)
Re:.Forms (Score:2)
Re:.Forms (Score:2, Informative)
No, you won't be able to run
Re:.Forms (Score:2)
How long do you think mono SWF works on OSX or Ipaq? DotGNU SWF has been working on both for months.
do Windows.Froms work as is? (Score:2)
Re:do Windows.Froms work as is? (Score:2)
You don't need anything besides what you already have... X11 on a GNU/Linux or other Unix-like system, or Microsoft's native APIs on the MS Windows system.
Windows.Forms (Score:2)
It is definitely going to be thick-client-based one. I would consider
If Windows.Forms will not be usable in Mono, this does not sound like much of an option and I would be better off with Java/Swing (as lead-footed as it is).
I read the roadmap things but it is still not clear to me if Windo
Re:Windows.Forms (Score:4, Informative)
The DotGNU project is 100% committed to making Windows.Forms mature. We're even offering significant cash prizes [dotgnu.org] as an additional incentive to help move this forward as fast as possible.
Windows.Forms == Windows API (Score:3, Informative)
If one can say that there are two successful component-software frameworks out there, they would have to be Java and ActiveX. Java is single-language and multi-platform, but multi-platform in that one is running the Java platform under all the different OS's. ActiveX is, unfortunately single platform (Windows), but it is really, truly, multi-language (besides Visual B
Re:Windows.Forms (Score:2)
See GTK# (not quite so x-platform - GTK+ exists for windows, but without the L&F of windows)
Although I agree that a native cross platform toolkit would be better, would you expect anything else from Microsoft for Windows??
Re:Mono vs DotGNU (Score:3, Insightful)
Such a summary should IMO be written by an objective outsider who does not have a vested interest in the success of either of the two projects. As far as I know, so far no-one has written a reasonably objective comparisom.
Why don't these projects merge?
I have made multiple attempts to establish cooperation between DotGNU and Mono. This has not worked out. I want to leave it at that. If I say what I, from my DotGNU persp
Re:Mono vs DotGNU (Score:2)
I want to avoid saying anything is this response that the other side would consider offensive, since as I said I don't want this thread to develop into another round of bickering.
For this reason, I will only say this: I accept it as a reality of life that because of personality issues and the like it will not always work out to establish collaboration between two projects even when (provided those very human prob
Mono VS DotGNU from a commercial sense (Score:1, Interesting)
For this purpose Ximian insisted thateveryone either contribute with an X11 license or GPL under (C) Ximian.com. Which is not wholly acceptable to FSF (who sponsors DotGNU).....
It isn't like it's a Gnome-KDE war. Portable.net has re-licensed their I18N (ie those da
Re:Mono VS DotGNU from a commercial sense (Score:2)
Also what they had was a VM that ran under Wine and used MFC like it would on Win32
Uh no. MFC is a C++ wrapper for the Win32 APIs. It is definitely not the underlying API used by Windows forms on either
Re:Mono VS DotGNU from a commercial sense (Score:4, Informative)
* There were never any Windows.Forms cooperation plans. Each group has chosen a different implementation path.
* We never pulled Windows.Forms out of Mono, we continue to develop it.
Your conspiracy theory on the marketability of Gtk# is pure nonsense. We develop Gtk# to build Gnome applications, we have no choice if we want to leverage all the platform code available.
We develop Windows.Forms and other APIs to remain compatible with code that people develop on Windows, and move it to Linux. As simple as that: Mono is not only a great platform to create *new* software with Unix-isms, it is also a platform to enable the growth of Linux by bringing the Windows people over.
Miguel
What is the point of .Net on Linux? (Score:3, Insightful)
There is a language and system already available on almost every platform that has complete client and enterprise features and open source versions (GCJ, Kaffe) - its called Java.
So why bother?