in hibernate, what is dirty reading?
Answer / 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 |
What is deferred execution vs. Immediate execution in linq?
Describe the compilation process for .net code?
Describe session handling in a webform, how does it work and what are the limitations?
Explain clr, cts and cls?
What are code contracts?
What should you do to store an object in a viewstate?
Can I write my own .net host?
Explain about .net?
How would ASP and ASP.NET apps run at the same time on the same server?
Explain what is the difference between odbc and ado?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What is the use of activex control in .net?