开发者

How can I implement a voting system (UP/DOWN) or (THUMP UP/DOWN) like StackOverFlow in .NET?

开发者 https://www.devze.com 2022-12-27 04:49 出处:网络
How can I implement a voting system (UP/DOWN) or (THUMP UP/DOWN) like StackOverFlow in .NET ? I f开发者_开发问答ound PHP codes but I want something that works in .NET environment. I don\'t care about

How can I implement a voting system (UP/DOWN) or (THUMP UP/DOWN) like StackOverFlow in .NET ? I f开发者_开发问答ound 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.


Why not simply use the framework as it has been published, I believe.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消