vote up -6 vote down star

Microsoft has gained a poor track record for developer innovations. Their hits are great but their misses are far greater in number. Almost all of their releases have a lot of hype, and it's grating on a developer to hear so many promises. So the question is, how skeptical should we be of new things that Microsoft releases?

Here's a list of everything since .NET 3.0.

Technology                  Success    Comments                                                                       
----------------------------------------------------------------------------------------------------------------------
WPF                         Low        Very complex, difficult to learn, difficult upgrade path                       
----------------------------------------------------------------------------------------------------------------------
WCF                         Moderate   Somewhat complex, only solves solved problems                                  
----------------------------------------------------------------------------------------------------------------------
WF                          Low        Intresting but doesn't seem to solve many problems                             
----------------------------------------------------------------------------------------------------------------------
Silverlight                 Moderate   Success as a video player, not as much as a RIA technology                     
----------------------------------------------------------------------------------------------------------------------
ASP.NET AJAX                High       UpdatePanel is great, rest makes WebForms more complex                         
----------------------------------------------------------------------------------------------------------------------
ASP.NET Dynamic Data        None       Difficult to upgrade apps, doesn't solve problems                              
----------------------------------------------------------------------------------------------------------------------
ASP.NET MVC                 Moderate   Makes years of WebForms experience irrelevant, no improvement to end user      
----------------------------------------------------------------------------------------------------------------------
ADO.NET Data Services       Low?       Public use is a security risk, doesn't improve on existing solutions           
----------------------------------------------------------------------------------------------------------------------
ADO.NET Entity Framework    Failure    Developers voted No Confidence, killed the more useful LINQ to SQL             
----------------------------------------------------------------------------------------------------------------------
SubSonic                    Moderate   Created outside MS, not included in VS2010                                     
----------------------------------------------------------------------------------------------------------------------
LINQ / C# Improvements      Tremendous Extension methods, automatic properties, initializers, ...                     
                                       Undeniable improvements in code expressiveness                                 
                                       simple and incremental upgrade path                                            
----------------------------------------------------------------------------------------------------------------------
LINQ to SQL                 Tremendous Very simple, useful despite forced limitations (SQL Server only), killed by EF 
----------------------------------------------------------------------------------------------------------------------
Visual Studio Team System   Moderate   Big improvement over SourceSafe, expensive                                     
----------------------------------------------------------------------------------------------------------------------
DLR / IronPython / IronRuby Unreleased Not included in VS2010                                                         
----------------------------------------------------------------------------------------------------------------------

What is this list missing? There's a lot of flamebait in here, but I'm just trying to show the track record.

flag

What a horribly wall of text... I tried reading that. Maybe try reformatting it? – drozzy Apr 22 at 12:03
I guess there might be potential for a real question here, but its obscured by the subjective and argumentative presentation. The table of stuff needs to be formatted correctly (I can see an attempt was made) or removed. – edg Apr 22 at 12:07
The worst thing is that he tried to format it using html, and the preview pane shows it correctly formatted, but here it looks awful. It would be really nice if the preview pane and the page renderer did the same thing, wouldn't it? – Paul Tomblin Apr 22 at 12:08
I ran it though an HTML-to-text converter I wrote... it's a bit better now – Greg Apr 22 at 12:17
Yup, yup. That's why nobody's using this stuff and MS is bankrupt. – Will Apr 22 at 12:17
show 2 more comments

closed as subjective and argumentative by Neil Butterworth, Matt Hamilton, Dave Webb, DrJokepu, John Saunders Apr 22 at 12:04

1 Answer

vote up 6 vote down

Formatting. That's what that list is missing.

link|flag
To be fair, he tried to format it with HTML tables. The preview javascript markdown renderer creates the false illusion that table tags are not stripped from the output. – DrJokepu Apr 22 at 12:08
Also, the Markdown docs say that tables are permitted if preceded and followed by blank lines. I edited for that, but it doesn't work. – John Saunders Apr 22 at 12:14
The preview had the <table> formatting and it was quite readable. – Dan Goldstein Apr 22 at 14:29

Not the answer you're looking for? Browse other questions tagged or ask your own question.