News

Developers Rank Microsoft .NET Ahead of Google and Other Frameworks

Survey findings released today indicate that Microsoft's .NET Framework leads other frameworks and Web application platforms in developer satisfaction. Google's App Engine and Web Toolkit came in a close second and third, but popular Web framework Ruby on Rails fell short, according to a new Users' Choice Survey from market researcher Evans Data Corp.

Evans Data conducted the global survey of 425 developers earlier this month to find out their overall satisfaction with software frameworks and Web platforms. The ranking of the frameworks is based on developers' ratings in nine categories: ease of use, extensibility, performance, lightweight, flexibility, simplicity, community support, program flow and object inheritance. Developers rated ease of use, performance and extensibility as the most important features of a framework, with object inheritance as least important in the survey.

.NET ranked highest in the ease-of-use category. "The purpose of a framework is to make development easier by supplying pre-built generic components and infrastructure so ease of use is obviously important. The .NET Framework provides a full development stack, and it also provides the runtime environment for newly development applications, so users rated it high," said Janel Garvin, chief executive of Evans Data, in a statement.

Google's App Engine (Java and Python) and Web Toolkit (Java) scored higher than .NET in terms of standalone feature implementations. Google App Engine beat out .NET in the lightweight category (less bloat, minimal dependencies) and Google Web Toolkit ranked first in simplicity of framework, just ahead of .NET. Apache Axis (Java platform for SOAP Web services) earned the highest rating in performance, according to the survey results.

The popular Web application framework Ruby on Rails did not come out on top in any category. The developers surveyed are apparently frustrated with Rails, particularly in terms of community support, according to Garvin.

In addition to Microsoft's managed code framework, Microsoft Foundation Class Library, Win32 and Oracle's Application Development Framework are among the platforms whose attributes were ranked by developers on a spectrum that ranged from "very satisfied" to "very unsatisfied." The Users' Choice: Frameworks 2010 survey also examines developers' satisfaction with open source application and Web platforms: Apache Struts, Java Server Faces, Spring and Zend Framework.

About the Author

Kathleen Richards is the editor of RedDevNews.com and executive editor of Visual Studio Magazine.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube