Microsoft Exam Questions

Which isolation level should you use?

You are developing an ASP.NET MVC application that reads and writes data from a SQL Server database.
You need to prevent the application from reading data that is locked by other transactions. You also need to
prevent exclusive range locks. Which isolation level should you use?

A.
ReadCommitted

B.
Serializable

C.
Repeatable

D.
ReadUncommitted