Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

Question is for Dot net and SQL server database...

In one of my recent interview,i had question like .

"If more than a user trying to access same record or trying to add same records in our project from different machine
at the same time ,redundacies occurs.How can v avoid redundacy in our project
"

Post more questions i have faced in my interview...

Thanks in advance

Naveen...
Posted

Thank u Mr.James Again

i have found something like "ASP.NET Optimistic Concurrency Control"

in your FAQ for understanding about concurrency.

Are you sure redundancy and concurrency or different ?
if so ,may i know what is redundancy?

Thanks in advance

Naveen...
 
Share this answer
 
Comments
TheyCallMeMrJames 28-Jun-10 9:46am    
Redundancy is a backup plan: when the connection to this web service fails, you establish a connection to the alternate web service. Concurrency deals with multiple executions of the same code simultaneously. Yes, there is a difference.
TheyCallMeMrJames 28-Jun-10 9:47am    
And, hey, you should use comments to probe further. Don't add answers to your own questions to start a conversation. Please mark answers as accepted if they've helped.
[no name] 4-Aug-10 10:44am    
Reason for my vote of 5
sdfgvsdfg s
The answer to the question in your title is that you take concurrency into consideration when implementing your DAL (or use a framework that does).

This isn't a question suitable for this section of the web site. Please read the faq[
 
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