Define cache coherency and how is it eliminated? : Dot net architecture
Answer / Rashi Gupta
Cache coherence refers to the consistency of data between multiple caches in a distributed system. To eliminate cache coherence issues, various techniques such as write-through, write-back, invalidation, and update protocols can be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are constructors and destructors
what is just in time compilation?
Explain COM with example?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What is gui programming? : .NET Architecture
Can you explain atlasuiglitz library?
how we can fire event in databound column in datagrid without using button?
How to work with Crystal Reports without using Visual Studio?
What is msil, and why should my developers need an appreciation of it if at all?
What is .net mobile utility controls. : Microsoft dot net mobile
which tag i need to use manually to bind columns in a datagrid ?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get