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.
