Answer Posted / idayathullah
Dirty read is the process of reading database records
without locking the records being read. This means that an
uncommitted change can be read and then rolled back by
another client, resulting in a local copy of a record that
is not consistent with what is stored in the database.
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Explain about Behavioral design pattern?
Explain what is the difference between encrypting a password and applying a hashing?
Why do we use the “using” statement?
What is deferred execution vs. Immediate execution in linq?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
Explain code access security.
Can "this" be used within a static method?
What are the advantages of .net core?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Explain how does assembly versioning work?
What is smart navigation in .net?
What is Full trust permission set in .Net
Tell us why do we use the “using” statement?
How is threading done in .net?
What is garbage collection in .net? Explain the garbage collection process?