.NET 软件的免费分析解决方案

发布于 2024-11-25 04:40:25 字数 1459 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

皓月长歌 2024-12-02 04:40:25

要在 VS2010 安装中获得免费的运行时智能,您需要安装 Dotfuscator Community Edition。这是因为 Dotfuscator 提供了为客户端上的运行时智能提供支持的代码注入功能。您不需要混淆任何内容,我们只需使用相同的工具来执行检测和/或混淆。

在过去的几年中,PreEmptive 与 CodePlex 合作,为 CodePlex 上托管的开源应用程序提供我们的商业级运行时智能产品。 此处有一个演练,旨在为 CodePlex 检测应用程序,但相同的步骤适用于任何应用程序(尽管您将需要使用不同的端点)。

对于服务器端的使用情况报告,您当前可以使用运行时智能的三个选项。

  1. 使用完全免费的端点和门户,它们是使用 Dotfuscator CE 检测的应用程序的默认设置。您的数据将显示在免费门户上。这是我们门户的旧版本,但它确实提供使用数据。
  2. 如果您托管在 CodePlex 上,您可以利用 CodePlex 合作伙伴关系来使用完整的商业门户,如上述教程中详述。这样做的一个优点是,如果您是合格的开源应用程序,您就有资格获得商业版的免费许可证 Dotfuscator 版本为您提供比免费版本更多的仪器选项。
  3. 如果您想托管自己的服务器,可以使用运行时智能端点入门套件作为创建您自己的服务器的基础服务器来存储和报告使用数据。这也是将应用程序使用数据集成到 Piwik 中的绝佳方法。

To get the free Runtime Intelligence in your VS2010 installation you need to have installed Dotfuscator Community Edition. This is because Dotfuscator provides the code injection functionality that powers Runtime Intelligence on the client. You do not need to obfuscate anything, we just use the same tool to perform instrumentation and/or obfuscation.

For the past few years PreEmptive has partnered with CodePlex to provide our commercial level Runtime Intelligence product to open source applications hosted on CodePlex. There is a walkthough here that is targeted at instrumenting apps for CodePlex but the same steps apply to any application (although you will need to use a different endpoint).

For the server side reporting of usage you currently have three options with Runtime Intelligence.

  1. Use the absolutely free endpoint and portal that are the default with applications instrumented with Dotfuscator CE. Your data will be visible on the free portal. This is an older version of our portal but it does provide usage data.
  2. If you are hosted on CodePlex you can take advantage of the CodePlex partnership to use the full commercial portal as detailed in the above tutorial. One advantage to this is if you are a qualifying open source application you are eligible for a free license to the commercial version of Dotfuscator which gives you even more instrumentation options than are available in the free version.
  3. If you want to host your own server you can use the Runtime Intelligence Endpoint Starter Kit as a basis for creating your own server to store and report on usage data. This would also be an excellent way to integrate application usage data into Piwik.
初见终念 2024-12-02 04:40:25

您能否不使用 clickonce 并计算您的入站请求 - 每个安装都可以有一个唯一的 ID,当它向服务器查询更新的代码时 - 您可以将其算作活跃用户。

建议一种自动更新我的 C# 程序的方法

Could you not use clickonce and count your inbound requests - each install could have a unique id and when it queries the server for updated code - you could count it as being a active user.

Suggest a method for auto-updating my C# program

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文