How can I implement a voting system (UP/DOWN) or (THUMP UP/DOWN) like StackOverFlow in .NET?
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.
精彩评论