Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a desctop application with CRUD operations(working with Microsofts SQL Server). This application will be installed on multiple pc's, and will work with one server. I am using LinqToEntities for this CRUD operations. So I would like to know, when miltiple users are trying to work with the same record(for example update), does LinqToEnteties handles this scenario?
Posted

1 solution

this will explain you: linq-to-sql-user-concurrency[^]
 
Share this answer
 
Comments
Alexander Dymshyts 9-Jan-14 4:51am    
Thank you for this link. But still I did not get it - if LinqToEntities cares about locks for optimistic logic, or I need to take care of it?
Karthik_Mahalingam 9-Jan-14 5:02am    
no need , the framework will take care of it...
Alexander Dymshyts 9-Jan-14 5:04am    
Ok, thank you for your help.
Karthik_Mahalingam 9-Jan-14 5:09am    
welcome alexander :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900