Training
Module
Perform cross-document transactional operations with the Azure Cosmos DB for NoSQL - Training
Perform operations on multiple items in single logical units of work.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Multiple Active Result Sets (MARS) is a feature that allows the execution of multiple batches on a single connection. In previous versions, only one batch could be executed at a time against a single connection. Executing multiple batches with MARS does not imply simultaneous execution of operations.
Enabling Multiple Active Result Sets
Discusses how to use MARS with SQL Server.
Manipulating Data
Provides examples of coding MARS applications.
Asynchronous Operations
Provides details on using the new asynchronous features in ADO.NET.
Training
Module
Perform cross-document transactional operations with the Azure Cosmos DB for NoSQL - Training
Perform operations on multiple items in single logical units of work.