473,795 Members | 2,630 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

if you don't know mono...

Programmers everyday are making a tragic error by not learning mono.

Mono is te standard .net implementation for Windos and Linux.

Learning mono is the key to writing fast, OOP, cross platform applications.

Mono virtualized the OS in the most efficient way possible -- making
Linux programming a dream, instead of a chore.

Go mono !
Jul 21 '05 #1
8 1675
Everything Jute ! wrote:
Programmers everyday are making a tragic error by not learning mono.

Mono is te standard .net implementation for Windos and Linux.

Learning mono is the key to writing fast, OOP, cross platform applications.

Mono virtualized the OS in the most efficient way possible -- making
Linux programming a dream, instead of a chore.

Go mono !


Since you're advocating it, why not post some links or FAQ's about it. I personally work with
Windows and Linux and have for many years... and I've never heard of 'mono'.

Take care,

Alex.
Jul 21 '05 #2
On Fri, 14 May 2004 15:54:19 -0500, Alex wrote:
Since you're advocating it, why not post some links or FAQ's about it. I personally work with
Windows and Linux and have for many years... and I've never heard of 'mono'.


Because it's so new, there's not a whole lot to go on, BUT:

The main site is:
http://www.go-mono.com/

The Windos install is super simple(!)
The Linux install is medium hard ( but Suse includes it in it's distro ).
And a community support site
http://www.gotmono.com/
The GTK# tutorial is fun:
http://www.gotmono.com/docs/gnome/bi...gtk-sharp.html
--
W '04 <:> Open Source

Jul 21 '05 #3
MONO ?

http://www.go-mono.com/
http://monoevo.sourceforge.net/mwn/index.html
http://www.gotmono.com/docs/
http://www.gotmono.com/
http://madpenguin.org/Article1276.html
http://www.monodevelop.com/
http://forge.novell.com/modules/xfmo...prj2make-sharp
NO !
USE PYTHON INSTEAD.

http://www.python.org/
http://www.linuxjournal.com/article.php?sid=3946
http://www.python.g2swaroop.net/
http://pythoncard.sourceforge.net/learning_python.html
http://www.orbtech.com/web/python/resources
http://www.pythonware.com/daily/http...are.com/daily/
http://lwn.net/Articles/69377/
http://www.google.com/linux?hl=en&lr...=Google+Search
http://www.pygame.org/
http://www.die-offenbachs.de/detlev/...reenshots.html
http://lwn.net/Articles/83002/
http://wxpython.org/
http://pythoncard.sourceforge.net/
http://altis.pycs.net/categories/pythoncard/
http://www.google.com/search?hl=en&l...IL&btnG=Search
// moma
http://www.futuredesktop.org ØØ newbie links at the top


Alex wrote:
Everything Jute ! wrote:
Programmers everyday are making a tragic error by not learning mono.

Mono is te standard .net implementation for Windos and Linux.

Learning mono is the key to writing fast, OOP, cross platform
applications.

Mono virtualized the OS in the most efficient way possible -- making
Linux programming a dream, instead of a chore.

Go mono !

Since you're advocating it, why not post some links or FAQ's about it.
I personally work with Windows and Linux and have for many years... and
I've never heard of 'mono'.

Take care,

Alex.


Jul 21 '05 #4
moma wrote:
http://www.monodevelop.com/


This is a MUST HAVE (!)

Thanks, moma ....

Jul 21 '05 #5
I have nothing against Mono personally, although I did not like the Mono I
had in high school (only kidding, I really loved it too!). ;->

Mono is a bit behind, although it is a nice open source implementation.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************** *************** *************** ****
Think outside the box!
*************** *************** *************** ****
"Everything Jute !" <ju**@jutenet.n et.nospam> wrote in message
news:43******** *************** *******@news.te ranews.com...
Programmers everyday are making a tragic error by not learning mono.

Mono is te standard .net implementation for Windos and Linux.

Learning mono is the key to writing fast, OOP, cross platform applications.
Mono virtualized the OS in the most efficient way possible -- making
Linux programming a dream, instead of a chore.

Go mono !

Jul 21 '05 #6
Cowboy (Gregory A. Beamer) wrote:
I have nothing against Mono personally, although I did not like the Mono I
had in high school (only kidding, I really loved it too!). ;->

Mono is a bit behind, although it is a nice open source implementation.
behind?

in what way?

it clearly meets the ECMA requirements

what's the problem ?



--
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX ! UNIX !
UNIX ! UNIX ! UNIX !
Jul 21 '05 #7

"Senior UNIX Administrator" <ih********@UNI X.rules> wrote in message
news:4b******** *************** *******@news.te ranews.com...
Cowboy (Gregory A. Beamer) wrote:
I have nothing against Mono personally, although I did not like the Mono
I
had in high school (only kidding, I really loved it too!). ;->

Mono is a bit behind, although it is a nice open source implementation.


behind?

in what way?

it clearly meets the ECMA requirements

what's the problem ?


Compiler isn't perfect. The error messages suck and it occasionally emits
incorrect code. The libraires are pretty fair(though not as feature complete
as .NET 1.1) but the compiler has enough problems to make using csc.exe a
better option often enough.

Also, the most annoying thing with it: At times version you compile yourself
(on windows under cygwin anyway) doesn't pass all the tests, while the
binary version they provide does.
Jul 21 '05 #8
Everything Jute ! wrote:
Programmers everyday are making a tragic error by not learning mono.

Mono is te standard .net implementation for Windos and Linux.

Learning mono is the key to writing fast, OOP, cross platform applications.

Mono virtualized the OS in the most efficient way possible -- making
Linux programming a dream, instead of a chore.


Any books on Mono or .net that you'd recommend? I wouldn't be surprised
if there's an O 'Reilly's book by now that was out for 6 months
already.
Jul 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
7958
by: Raseliarison nirinA | last post by:
hi all, i found an unanswered question at http://www.faqts.com/knowledge_base/index.phtml/fid/538 with possible response below. i've tried to send it at faqt.python but can't figure out how to edit the page. so i put it here. i want to kwon if this can convert all wave file. is there other encodage than 8 or 16 bits for .wav files? any bug and comment are welcome --
2
288
by: Vanilla Sky | last post by:
http://osnews.com/story.php?news_id=6795&page=1 "This article focus on programming in C# with Mono. It contains a compilation of extremely useful tips and workarounds, especially for people used to lower level programming, like C programmers. Since the Mono documentation is still far from finished, and I found from my experience that it is still very hard to find information and help with C# issues when using Mono, I compiled a series of...
0
1348
by: John Bailo | last post by:
http://www.onlamp.com/pub/wlg/7468 "Mono Live was released on May 24, 2005. Although there are several Live Linux CDs with Mono, they are all based on Knoppix and use KDE as the default Linux desktop. This distribution is based on the Ubuntu Live Linux CD. In many ways, the outstanding experience available from the Mono Live CD is made possible from Ubuntu. Since Ubuntu features GNOME as the default desktop, it only follows that due to...
5
1540
by: Baja Jones | last post by:
http://arstechnica.com/etc/linux/index.html Conclusion As you can clearly see, Mono brings almost limitless possibilities in breaking down the barrier between desktops: a commercial software provider would target Mono and it would "just work" on all platforms that Mono supported. How is this different from Java? In my opinion Java makes things harder than it needs to be. For starters, enforced
2
1405
by: Neil Zanella | last post by:
Hello, I have just started using Mono C# on Fedora Linux Core 3. Since the RPMs did not work I got the mono-1.0.5.tar.gz and mcs-1.0.5.tar.gz tarballs and unpacked and built them in that order which worked just fine. The result was that among other things I ended up with executables mcs (Mono C# compiler), mint, and mono. So now I would like to ask, what is the difference between running some .exe file through mint and running it through...
8
298
by: Everything Jute ! | last post by:
Programmers everyday are making a tragic error by not learning mono. Mono is te standard .net implementation for Windos and Linux. Learning mono is the key to writing fast, OOP, cross platform applications. Mono virtualized the OS in the most efficient way possible -- making Linux programming a dream, instead of a chore. Go mono !
4
1329
by: Vincent Courcelle | last post by:
Hello, Does someone experimented running ASP.NET 2 under Mono ? What about performances and compatibility ? I would like to run my application under windows but I can't (because of my hoster). It would be so great if the .NET framework were open sourced (as membership provider has recently been), it would be a real attack to Java (and C# is far better than Java language it think...) and his cross platform compatibility.
7
3597
by: sanxiyn | last post by:
Skip wrote: For those of us who have never used IronPython or Mono, is there a quick start document laying about somewhere? It wasn't clear to me where to even look. Okay, here we go: 1. Download IronPython Go to http://www.codeplex.com/IronPython. Click Releases tab. Click
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10438
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
6780
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.