“考虑要点”在发布 .NET 产品测试版之前

发布于 2024-08-13 03:05:11 字数 323 浏览 5 评论 0原文

我计划在接下来的几周内发布 .NET 产品 Beta 版。我想知道发布产品之前应该考虑哪些要点。我认为需要注意以下事项:

  1. 专业图标/启动画面和关于屏幕 程序
  2. 集混淆
  3. 签署程序集 - 强名称
  4. 专业安全证书 (Verisign/Thwate) - Authenticode 签名程序集
  5. Google AdWords、AdSense 和 Analytics
  6. 撰写有关应用程序功能
  7. 从BETA用户那里获取错误/功能的方法

基本上问题是如何发布有效的BETA并使我的产品流行?

I am planning to release a .NET product as Beta in the next couple of weeks. I want to know what points should be considered before releasing a product. I think the following needs to be taken care of:

  1. Professional Icons/Splash and About screens
  2. Obfuscation of assemblies
  3. Sign the assemblies - Strong Name
  4. Professional Security Certificate (Verisign/Thwate) - Authenticode signing assemblies
  5. Google AdWords, AdSense and Analytics
  6. Writing blogs etc about the application features
  7. A way to get bug/features from BETA users

Basically the question is how to release an effective BETA and make my product popular?

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

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

发布评论

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

评论(2

暖阳 2024-08-20 03:05:11

程序集混淆

仅当混淆不会降低(自动)错误和崩溃报告的质量和实用性时。

专业安全证书 (Verisign/Thwate) - Authenticode 签名程序集

我不认为这对于 BETA 来说是重要的一点。如果你能负担得起,那是一个优势。但是,它不会使您的应用程序更受欢迎。此外,如果您错过了证书,您也不会失去潜在用户 - 无论谁下载并安装您的应用程序,都不会仅仅因为您的内容未签名而中止。

但还缺少另一点:您需要一个精美的网站。 “花哨”的意思是:它必须看起来专业、适合您的产品并直接指向下载链接。该产品需要易于安装——非常简单。在我看来,下载量小也是一个优点。

撰写有关应用程序功能的博客等

可以提高您的谷歌排名,但需要谨慎使用。如果您填写数百个博客,每个人都会知道是您在为您的产品做广告。没有人喜欢自我广告。让您的用户为您传播信息。一个好的应用程序在一个利基市场不需要太多的广告......

专业图标/启动画面和关于屏幕

是让应用程序看起来更精致的一个好点,但对潜在用户的影响不一定是积极的:没有人喜欢带有很棒的启动画面和图标的测试版,如果它们总是崩溃的话。

Obfuscation of assemblies

Only if obfuscation does not decrease the quality and usefulness of (automatic) bug and crash reports.

Professional Security Certificate (Verisign/Thwate) - Authenticode signing assemblies

I don't think this is an important point for a BETA. If you can afford it, its a plus. However, it won't make your application more popular. Also, you won't loose potential users if you miss a certificate - whoever downloads and installs your application will not abort just because your stuff is not signed.

But there's another point missing: you need a fancy website. 'fancy' means: it must look professional, fit to your product and lead straight to a download link. The product needs to be easily installable - really easy. Small download size is also a plus in my opinion.

Writing blogs etc about the application features

Increases your google ranking, but needs to be used with care. If you fill hundreds of blogs, everybody will know it's YOU advertising your product. Nobody likes self-advertising. Let your users spread the word for your. A good application in a market niche won't need much advertising ...

Professional Icons/Splash and About screens

Is a good point to make the application look more polished, but the effect on potential users needn't be positive: nobody likes BETAs with awesome splashscreens and icons if they crash all the time.

我一向站在原地 2024-08-20 03:05:11

问题

如何发布有效的BETA并让我的产品受欢迎?

与你所说的所有观点关系不大。

95% 是营销而不是技术。

但我认为对于 Beta 版来说最重要的是:

  1. 提交错误报告/功能请求的简单方法(点击 2 次,不再;用户的 1 分钟时间)。
  2. 可用性。
  3. 产品演示可轻松上手。

第一个至关重要,因为它将为您提供有关应用程序的第一个反馈。

The question

how to release an effective BETA and make my product popular?

has little to do with all the points you stated.

It is 95% marketing thing than technical.

But I would consider the most important ones for Betas:

  1. Easy way to submit bug-reports/feature request (2 clicks, no more; 1 minute of user's time).
  2. Usability.
  3. Product demos to get started easily.

The first is crucial as it will give you the first feedback on the application.

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