关于用于项目的 .NET 工具的建议

发布于 2024-08-22 04:12:02 字数 429 浏览 9 评论 0原文

我需要开发一个项目,除了一些按钮控件和横幅之外,还需要有 Ticker 和 AdRotator。

我有两个选择 - ASP.NET 和 Windows 窗体。

使用Windows Forms,我已经能够开发Ticker,但我不知道如何开发AdRotator。

对于 ASP.NET,我必须使用 AJAX 开发 Ticker,而 AdRotator 已经存在。

该软件将作为独立软件使用。我正在考虑使用 Windows 窗体进行开发,这样最终用户的要求只是 .NET Framework,而不是 IIS,加上部署会更容易。我应该用什么来开发?

如果您建议使用 Windows 窗体,请为 AdRotator 的开发提供一些帮助。

笔记: 我对AJAX没有任何了解,也没有太多时间进行开发。是否可以使用 AJAX 以外的其他技术来开发 Ticker?

I need to develop a project that needs to have a Ticker and an AdRotator, apart from some button controls and a banner.

I have two options - ASP.NET and Windows Forms.

With Windows Forms, I've been able to develop the Ticker, but I don't know how to develop the AdRotator.

With ASP.NET, I'll have to develop Ticker using AJAX, whereas the AdRotator is already present.

The software is to be used as a standalone. I'm thinking of using Windows Forms for the development so that the requirements for the end-user is only the .NET Framework and not ths IIS plus the deployment would be easier. What should I use for the development?

If you suggest Windows Forms, please throw some light for the development of AdRotator.

Note:
I don't have any knowledge on AJAX and I don't have much time for the development. Is it possible to develop the Ticker using some other technology other than AJAX ?

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

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

发布评论

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

评论(3

夏末 2024-08-29 04:12:02

该软件将用作
独立的。我正在考虑使用
Windows Forms 的开发如此
最终用户的要求
只是 .NET Framework 而不是 ths
IIS

如果您使用 ASP.NET,用户唯一需要的就是每个人都已经拥有的浏览器。如果您使用 Windows 窗体,您将如何分发和更新应用程序?

注意:我对 AJAX 没有任何了解,也没有太多时间
的发展。是否可以
使用其他一些开发 Ticker
AJAX 以外的技术?

您始终可以使用 javascript 定期刷新页面,尽管这可能不是最令人愉快的用户体验。

根据您所描述的要求,我认为基于 Web 的解决方案将能够提供良好的用户体验。

如果您决定使用 ASP.NET(或任何其他 Web 框架),您将需要查看 jQueryjQuery UI。如果您之前没有使用过这些框架,可能需要一点时间来适应,但如果您是一位熟练的程序员,那么这应该相当容易,一旦您知道如何使用它们,编写一个股票行情自动收录器和一个广告旋转器将变得微不足道。

希望这有帮助。

The software is to be used as a
standalone. I'm thinking of using
Windows Forms for the development so
that the requirements for the end-user
is only the .NET Framework and not ths
IIS

If you use ASP.NET the only thing the user will need is a browser, which everyone already has. If you go with Windows Forms, how will you distribute and update the application?

Note: I don't have any knowledge on AJAX and I don't have much time for
the development. Is it possible to
develop the Ticker using some other
technology other than AJAX ?

You could always use javascript to refresh the page at regular intervals, although it may not be the most pleasant of user experiences.

Based on the requirements you have described, I think a web based solution will be more than capable of providing a good user experience.

If you do decide to go with ASP.NET (or any other web framework) you will want to check out jQuery and jQuery UI. If you haven't used these frameworks before they may take a litte getting used to, but if you are a proficient programmer it should be fairly easy, and once you know how to use them, writing a ticker and an ad rotator will be trivial.

Hope this helps.

寻找一个思念的角度 2024-08-29 04:12:02

我很困惑...asp.net 用于网络,Windows 窗体用于客户端(即桌面)。您选择哪一种应基于您打算部署到的环境。

您还提到了一个横幅,这让我相信它几乎肯定是一个基于 Web 的项目,因此您应该使用 asp.net

I'm confused...asp.net is for the web, windows forms is for client (ie desktop). Which one you choose should be based which environment you intend to deploy to.

You also mention a banner, which leads me to believe it is almost certainly a web based project, so you should use asp.net

权谋诡计 2024-08-29 04:12:02

对于 ASP.NET 中的股票行情指示器控件,您应该查看 ASP.NET 控件库。此外,股票代码控制应该不那么难以实施。查看以下链接:

链接文本

For the ticker control in ASP.NET you should check out the ASP.NET control gallery. Also, ticker control should not be that difficult to implement. Check out the following link:

link text

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