News

Microsoft Creates Feedback Site for API Requests

An old Silverlight feature is the top vote-getter so far on UserVoice.

Many .NET developers are familiar with Microsoft's Visual Studio UserVoice Web site, a forum in which ideas are suggested, then voted on, by the community. But UserVoice is much broader than just the Visual Studio audience. There's also an ASP.NET forum, and a Windows Platform Developer (WPDev) forum. And now, there's one specifically for wanted or needed APIs.

It's called Missing Platform APIs, and is similar to the others: a developer posts a desire for a new product, or change to an existing one. Other developers then vote for the idea by clicking a button. Microsoft uses the number of votes to gauge an idea's popularity among its developer community. Usually, suggestions with enough votes get a response from Microsoft.

Microsoft posted a description of the kind of suggestions for which it's looking:

The most useful feedback will be in the form of requests for specific APIs or specific 3rd-party libraries, along with a general description of the scenario they help solve. These could be existing Windows APIs not currently permitted in Store Apps (Win32, COM, or .NET) or they could be APIs from other operating systems with no equivalents on Windows.

As of Monday afternoon, there were already more than 30 requests on the site. The most popular one at that time, with 70 votes, was the resurrection of DeepZoom, a Silverlight feature for enabling zooming and panning of high-resolution images.

Another top suggestion was an API for wireless radio states, giving developers access to the status of Bluetooth, Cellular, and Wi-Fi signals. The poster, Daniel Gary, complained that developers currently have to catch an exception to determine if Bluetooth is enabled or not. "Unacceptable," he said. The 66 developers who had voted by that time agreed with him.

Microsoft often incorporates changes to products based on UserVoice feedback -- for instance, the last release of the .NET Framework, version 4.5.1, included a number of requests. Other times, though, requests are denied -- making the CodeLens feature of Visual Studio 2013 Ultimate, for instance, available at lower levels received 3,468 votes on the site, but Microsoft chose to keep it available only in Ultimate.

The top vote-getting item on the WPDev forum, with nearly 9,000 votes, is to provide a backup API for texting. Microsoft's Cliff Simpkins says the idea is "Under Review".

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Creating Reactive Applications in .NET

    In modern applications, data is being retrieved in asynchronous, real-time streams, as traditional pull requests where the clients asks for data from the server are becoming a thing of the past.

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

Subscribe on YouTube