Getting Started with Transactional Entity Framework
This guide illustrates a simple web service which queries heap and schedules a transaction to modify the queried data with respect to other transactions. Transactions with intersecting side-effects are serialized. Otherwise, transactions are executed in parallel.
|