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

591 Views Asked by At

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.

2

There are 2 best solutions below

0
On

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

0
On

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.