News

Windows Developers Get New Tool for Desktop App Analytics

Microsoft this week announced a new analytics tool that lets Windows developers view details about desktop application performance and reach.

In addition to performance data, the new Windows Desktop Application Program provides information about an application's popularity with users -- detailing how many customers were reached, for example -- along with regular analytics concerning crashes and failures. The tool basically does for desktop applications what many analytics tools, such as Flurry Analytics, have long done for mobile apps.

"Until today, developers had difficulty accessing these analytics without cobbling together multiple tools," Microsoft said in a Jan. 23 post. "With the new Windows Desktop Program, developers now have a convenient, one-stop portal to view their desktop application analytics or access the data via an API. Statistics and charts quickly show how the applications are doing."

Specifically, the company said the program lets developers:

  • View a summary of all failure types, sorted by number of hits
  • Drill down into each failure and download stack traces and CAB files to debug the issue faster
  • Compare the health status and adoption of a newly released version of your application to previous releases
  • View health data in aggregate or by region, allowing you to isolate issues that are specific to a region
  • Compare performance and adoption of your desktop applications across Windows versions, such as the latest Windows 10 or Windows Insider releases

After signing up for the program, developers register the desktop applications they've created and shipped in the portal's dashboard, and Microsoft uses code signing to establish a developer's or company's identity and retrieve the analytics data from those published apps.

Along with the announcement post, more information and developer guidance is available in the Windows Desktop Application Program MSDN article.

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