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

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events