.NET Tips and Tricks

Blog archive

Free Tools and dynaTrace Ajax Edition

Check out my quick review of a free tool: dynTrace Ajax Edition, which lets you see where your JavaScript code is spending its time. We also reviewed the full version of dynaTrace in some depth in February.

The full version of dynaTrace isn't cheap (prices start at $10,000), so the gap between the two editions is, well, steep. I spoke with Eric Senunas, senior director of Marketing and Communications at dynaTrace, about the relationship between the two products.

Eric said the first goal of the product was to give developers something they would love... and do it for free. It was also important that the tool not be crippled, a timed trial, or limited in any way.

dynaTrace decided that something developers would love was to give developers visibility into their JavaScript executing in the browser. By using dynaTrace, Eric said, all of a sudden developers can spot their problems and say, "I can fix this and this." Eric added that, because dynaTrace Ajax Edition also shows the time between when a call is made to the network and the result comes back, the tool gives developers a view into their network activity

The evidence says that dynaTrace succeeded: the tool has had over ten thousand downloads in the four months since it was made available. dynaTrace also discovered that giving developers something they love creates its own demands on the company. The current version of the tool only works with Internet Explorer, so developers have been demanding a version for FireFox.

Of course, dynaTrace was hoping that the tool would generate marketing opportunities. All by themselves the downloads provide the marketing department with direction: multiple downloads from the same company suggest a potential customer that dynaTrace can follow up with.

Eric also pointed out that the ability to pinpoint where to fix things using dynaTrace Ajax Edition stops at the browser. When developers realize they need to fix things at the server, Eric added, the hope is that developer will start saying, "I need dynaTrace on the server!" Which, of course, is good for sales.

I also spoke with Eric about what dynaTrace sees happening in the development tool space and how dynaTrace seeks to succeed there. I'll have that in a later blog.

Posted by Peter Vogel on 04/16/2010


comments powered by Disqus

Featured

  • 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.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube