如何在 .NET 中实现类似 StackOverFlow 的投票系统 (UP/DOWN) 或 (THUMP UP/DOWN)?
如何在 .NET 中实现类似 StackOverFlow 的投票系统 (UP/DOWN) 或 (THUMP UP/DOWN)?我找到了 PHP 代码,但我想要一些可以在 .NET 环境中运行的代码。现阶段我不关心诸如多票之类的安全问题和此类限制。
How can I implement a voting system (UP/DOWN) or (THUMP UP/DOWN) like StackOverFlow in .NET ? I found PHP codes but I want something that works in .NET environment. I don't care about security issues like multi votes and such restrictions at this stage.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我相信,为什么不简单地使用已经发布的框架呢?
Why not simply use the framework as it has been published, I believe.
我创建了一个类似于 stackoverflow 的 简单投票应用程序。 com 使用 angularjs、php 和 mysql 并提供代码下载。
您只需将 2 个 php 文件更改为 ASP.NET 文件即可获取并更新 voteCount。
其他一切都将完好无损。使用 AngularJS 创建投票应用程序更加容易和灵活。
I created a simple voting application similar to stackoverflow.com using angularjs, php and mysql with code to download.
You just need to change the 2 php files into ASP.NET files which gets and updates the voteCount.
Everthing else will be intact. Creating the voting app using AngularJS is much easier and flexible.