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.
  1. Modify the tef_getting_started.cpp as follows:

  2. Compile (F7) and run the project (F5). It starts the tentity_svr.exe.
  3. In the browser, navigate to http://127.0.0.1:42580/helloworld?symbol=APPL. The following image depicts the output:

Next