Click here to Skip to main content
15,908,673 members

Survey Results

Is .NET ready for the masses?   [Edit]

Survey period: 16 Aug 2004 to 22 Aug 2004

Do you feel .NET is ready for the mass market, or are there specific shortcomings that you feel need to be addressed?

OptionVotes% 
Yes53836.72
Almost22215.15
No, because the masses don't have .NET25517.41
No, because it's missing features402.73
No, because it's too slow or too resource hungry17612.01
No, because it's too buggy422.87
Plain old 'No'1087.37
Undecided845.73



 
GeneralWon't be ready until it's embedded in the OS Pin
Tim Hodgson23-Aug-04 15:22
Tim Hodgson23-Aug-04 15:22 
General.Net kill creativity Pin
TW22-Aug-04 18:01
TW22-Aug-04 18:01 
GeneralRe: .Net kill creativity Pin
Anonymous25-Aug-04 1:30
Anonymous25-Aug-04 1:30 
GeneralRe: .Net kill creativity Pin
C_Vella_CW25-Aug-04 7:03
C_Vella_CW25-Aug-04 7:03 
GeneralRe: .Net kill creativity Pin
Sanil Mohandas13-Sep-04 18:26
sussSanil Mohandas13-Sep-04 18:26 
GeneralWhether you like it or you dont .... Pin
Alex Korchemniy22-Aug-04 10:01
Alex Korchemniy22-Aug-04 10:01 
GeneralRe: Whether you like it or you dont .... Pin
Nemanja Trifunovic22-Aug-04 15:10
Nemanja Trifunovic22-Aug-04 15:10 
GeneralRe: Whether you like it or you dont .... Pin
Alex Korchemniy22-Aug-04 18:09
Alex Korchemniy22-Aug-04 18:09 
GeneralRe: Whether you like it or you dont .... Pin
Cuba24-Aug-04 7:37
Cuba24-Aug-04 7:37 
General.NET is more than ready ! Pin
Abdul Aleem Khan21-Aug-04 10:36
Abdul Aleem Khan21-Aug-04 10:36 
GeneralRe: .NET is more than ready ! Pin
BlackTigerAP21-Aug-04 21:43
BlackTigerAP21-Aug-04 21:43 
GeneralMasses already use it! Pin
Rocky Moore20-Aug-04 23:29
Rocky Moore20-Aug-04 23:29 
GeneralRe: Masses already use it! Pin
Nemanja Trifunovic21-Aug-04 7:04
Nemanja Trifunovic21-Aug-04 7:04 
GeneralRe: Masses already use it! Pin
Rocky Moore21-Aug-04 7:16
Rocky Moore21-Aug-04 7:16 
GeneralRe: Masses already use it! Pin
Anonymous22-Aug-04 13:15
Anonymous22-Aug-04 13:15 
GeneralWhy and why not Pin
pprchal20-Aug-04 12:17
pprchal20-Aug-04 12:17 
GeneralThe .NET argument, read this Pin
Judah Gabriel Himango20-Aug-04 8:20
sponsorJudah Gabriel Himango20-Aug-04 8:20 
I read this post from, of all places, Slashdot, where an argument around Mono and .NET had been swirling. Here's the original post, thought you all might find it intresting.

Think about it this way.

For years, developers targetting the windows platform had two (real) choices VB or C/C++.

With C/C++ you had two choices. Use the win32 API directly and/or use MFC. With VB, creation of GUI apps was made as simple
as possible, at the expense of a cumbersome language.

Throw COM into the mix, complex threading models and API interface du-jour and the bottom line is that Windows developers
have been guinea pigs feeding on inconsistent standards for 15 years.

-----Enter Java

Finally, a language that brings OOP to the masses without having to learn complex semantics regarding memory allocation. It
also eliminates the cumbersome and overly complex nature of STL in C++.

The drawbacks were twofold: Early java adopters didn't have the rich GUI IDE's present in VB5/6 and VC++/DevStudio. Like it
or not, it hurt producitivty, at least in the short term. Translation: corporate america didn't warm up to the idea
immediately.

Another drawback to java was the rampant verbosity of the language. There are those that do believe that enum's and value
types are GOOD things.

Then you had the immaturity of Java GUI toolkits that made 'rich client' apps look like they were written by high school
script kiddies.

---- Enter .NET/C#

Goodbye VB6. Goodbye VC++. Hello managed code. Goodbye MFC. Hello (working) garbage collection. Goodbye complex threading
models. Hello full-featured clone of java.* renamed as System.*.

C# as a language is a dream. It contains most of the language features that I had been dying for. It is readable, quick to
code in and is put together in a consistent manner.

There is very little about C# that is better than java. But for windows-based shops, Java can't hold a candle to c#/.net.

It isn't a religous war. You may not like microsoft's policies or busines practices. And they certainly didn't invent the
concept of a managed environment or one-up Java.

While the typical slashdotter is foaming at the mouth about MS, .NET and how we are all bunch of idiots, I am busy writing
code for a good company that just happens to base their operations on windows.

Imagine the ability to take an ASP.NET app that you RAD-developed using MS VS.NET tools and cross-compiling it in Mono,
running the whole thing under apache using mod_mono.

You would have the benefit of a killer IDE (VS.NET), a rock-solid back end (Apache) and an application framework that works
without headache!

That is why **I** use MS.NET and MONO. I don't particularly care for MS, but I am smart enough to know what side of the
bread is buttered.

Bottom line: Sometimes you have to get past the religious zealotry of the pro-linux/anti-ms crowd (ie. slashdot) and see
something for it's good.

This isn't a perfect world, and MS usually sucks, but .NET is cool. Linux is cool. Mono is cool.

Lets marry them together and reap the benefits.

Standing at the back of room pouting isn't helping advance your cause.


Judah Himango
GeneralRe: The .NET argument, read this Pin
Aaron Eldreth20-Aug-04 16:07
Aaron Eldreth20-Aug-04 16:07 
GeneralRe: The .NET argument, read this Pin
Judah Gabriel Himango21-Aug-04 12:16
sponsorJudah Gabriel Himango21-Aug-04 12:16 
General.Net rocks Pin
Mohammed Abde-Aleem20-Aug-04 1:42
Mohammed Abde-Aleem20-Aug-04 1:42 
GeneralRe: .Net rocks Pin
Aaron Eldreth20-Aug-04 16:09
Aaron Eldreth20-Aug-04 16:09 
GeneralRe: .Net rocks Pin
Ellery_Familia21-Aug-04 4:20
Ellery_Familia21-Aug-04 4:20 
GeneralNeed checkboxes instead of radio button for the vote :P Pin
Kandjar19-Aug-04 10:16
Kandjar19-Aug-04 10:16 
GeneralRe: Need checkboxes instead of radio button for the vote :P Pin
grigri21-Aug-04 0:12
grigri21-Aug-04 0:12 
GeneralRe: Need checkboxes instead of radio button for the vote :P Pin
Bahrudin Hrnjica22-Aug-04 11:59
professionalBahrudin Hrnjica22-Aug-04 11:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.