In StackOverflow,for example if user’s point is greater than 20, they can downvote. What is the best way to detect these changes. I m using ASP.NET MVC. Should I control data changes and data comparison with C# or solve in database (store procedure, functions or etc)?
Thanks.
Those kind of requirements should be handled by your business layer, not the database.