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
What is interface and abstract class in .net?
Explain code access security.
Write a program to create a user control with name and surname as data members and login as method and also the code to call it.
How is .net core cross platform?
Explain the features that are common to all .Net languages.
When displaying fonts, what is the difference between pixels, points and ems?
Why did they call it .net?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
What are the properties of ADO.NET?
what will do to avoid prior case?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
Explain clr, cts and cls?
State some of the different languages supported by .net?
How do I use the thread pool?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?