Mindful said:
I Googled MS. NET but don't understand what it is. Why wouldn't I like it?
Hmmm.
MS .Net is a collection of libraries for commonly-coded functions.
Stuff that a developer always has to program for (what happens when you
click on "file->new," for example).
So, instead of programmers having to write these routines each time from
scratch, they point to the appropriate routine in the .Net library.
Saves time for the programmer and provides consistency of behavior
across various apps for the end-user.
The downside, from what I gather is:
1) Some people find .Net to take up too much space on the hard disk
2) Others find that the libraries are not well-written enough
3) Writing to .Net means that programmers are less likely to write to
other platforms (eg Solaris) or license under open source (eg GPL)
The truth, from what I can tell, is somewhere in the middle. I run .net
apps on my windows platforms. Performance is fine. Its size is in the
megabytes, not gigabytes. Stability appears fine. And, last but not
least: There's no .Net app on which I'm so dependent that I couldn't
walk away.
fwiw,
-Craig