News

What's the Only Major Visual Studio Extension with a Perfect Rating?

.NET developers have long availed themselves of a wealth of functionality -- mostly free -- from the Visual Studio Marketplace, but only one major offering has earned a perfect 5.0 rating above a certain threshold of reviews.

The Visual Studio Marketplace has thousands of "extensions available for the Visual Studio family of products," which includes the flagship IDE, the Visual Studio Code editor and Azure DevOps.

The extensions -- in categories of controls, templates and tools -- range from tiny individually published helper tools to commercially backed, full-blown offerings covering a large range of functionality, downloaded by the tens of millions.

The Highest-Rated Visual Studio Extensions
[Click on image for larger view.] The Highest-Rated Visual Studio Extensions (source: Visual Studio Marketplace).

The marketplace ranks Visual Studio IDE extensions by several criteria, including featured, trending, most popular and highest rated. That latter ranking reveals only one extension with a perfect 5.0 rating above a certain threshold of reviews: PostSharp from PostSharp Technologies.

This "aspect-oriented framework for .NET" is described as "the #1 pattern-aware extension to C# and VB. It allows developers to eradicate boilerplate by offloading repeating work from humans to machines. Includes some the most common patterns and gives you the tools to build your own."

Aspect-oriented programming is said to complement object-oriented programming via the separation of cross-cutting concerns, which increases modularity of code.

The free extension has been installed 357,837 times as of this writing, earnings its perfect 5.0 rating from 295 reviewers, who have posted comments such as:

I am using PostSharp from first version and it helped in many ways like e.g.
- to improve existing code
- to rapid start new projects
- to ensure architectural and infrastructural constraints
Sometimes it even helped to convince the customer (as best AOP framework for .NET) and to get the contract. I also influenced many of my colleagues to consider AOP and they now use PostSharp as well.

PostSharp is improving with each version and now, with .NET Core support it is unbeatable.

Several other extensions have received perfect 5.0 ratings, but with fewer numbers of reviews. While there's no easy way to tell what the threshold is for the marketplace's ranking system, other 5.0 offerings have received review numbers such as 46, 25, 24, 26 and so on. And the vast majority of those list far fewer downloads than the nearly 358K for PostSharp (one notable exception is Clear MEF Component Cache from Microsoft's Mads Kristensen, with a 5.0 rating from 25 reviewers, sporting 374K downloads).

We've covered many different kinds of marketplace extensions in a regular series of Visual Studio Toolbox articles, which you can find here. The most recent, from June, is 18 New Tools and Extensions for Visual Studio.

Other highlights include:

Developers who want to take a stab at building their own extensions can find guidance here.

About the Author

David Ramel is an editor and writer at Converge 360.

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