Explain acid properties?
Answer / saravankumar
The term ACID conveys the role transactions play in
mission-critical applications. Coined by transaction
processing pioneers, ACID stands for atomicity, consistency,
isolation, and durability.
These properties ensure predictable behavior, reinforcing
the role of transactions as all-or-none propositions
designed to reduce the management load when there are many
variables.
| Is This Answer Correct ? | 4 Yes | 0 No |
How viewstate is being formed and how it's stored on client in .net?
Explain what is an anonymous method and how is it different from a lambda expression?
Explain the Difference between value and reference type.
Please explain when should you use .net web forms over asp.net mvc?
Explain about the Common Language Runtime?
What is .net code security?
What is LINQ?
What are the main components in .net?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
How to find methods of a assembly file (not using ILDASM) Reflection
What is strong-typing versus weak-typing? Which is preferred?
Tell us what is a variable of implicit type and what is its scope?