I'm developing a WPF application for multiple user work on the same local network using MS SQL Server. I want to prevent users from editing the same record at the same time.
Example: Let us say the User1 modifying record number 5, If User2 Try to view or modify record 5 the application will return warning message to the User 2.
Any Idea?
Thanks in advance