Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
If you are developing an application that uses the repository pattern should the repository allow you to update a single field in an entity or only allow merge update of the entity?
Posted
Comments
ZurdoDev 25-Jul-14 7:15am    
Don't know. Perhaps this can help, http://msdn.microsoft.com/en-us/library/ff649690.aspx

1 solution

I decided "no" because the concurrency is just too difficult...
 
Share this answer
 

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