Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
118619 Points
18779 Posts
Feb 25, 2012 12:07 AM|LINK
Hello shafiqkr:)
I don't know which kind of technology you are now using……So if you are using the general ADO.NET,I think you can refer this nice article of Avoiding Concurrency at:
http://www.asp.net/web-forms/tutorials/data-access/editing,-inserting,-and-deleting-data/implementing-optimistic-concurrency-cs
For EF,You should set properties and make your EF data model can avoid Multiple users Concurrency problem at:
http://blogs.msdn.com/b/cesardelatorre/archive/2008/09/05/optimistic-concurrency-updates-using-entity-framework-in-n-tier-and-n-layer-applications-part-2.aspx
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Conconrency Issue
Feb 25, 2012 12:07 AM|LINK
Hello shafiqkr:)
I don't know which kind of technology you are now using……So if you are using the general ADO.NET,I think you can refer this nice article of Avoiding Concurrency at:
http://www.asp.net/web-forms/tutorials/data-access/editing,-inserting,-and-deleting-data/implementing-optimistic-concurrency-cs
For EF,You should set properties and make your EF data model can avoid Multiple users Concurrency problem at:
http://blogs.msdn.com/b/cesardelatorre/archive/2008/09/05/optimistic-concurrency-updates-using-entity-framework-in-n-tier-and-n-layer-applications-part-2.aspx