You are developing an ASP.NET MVC application that reads and writes data from a SQL Server database. You
need to maintain data integrity in all situations that use transactions.
A.
ReadUncommitted
B.
Repeatable
C.
Serializable
D.
ReadCommitted
Explanation:
SQL Server Isolation Levels
(http://msdn.microsoft.com/en-us/library/ms189122(v=sql.105).aspx)
(http://msdn.microsoft.com/en-us/library/ms173763.aspx)