Content Type
Exercise
Duration
1h 30m
Level
Intermediate
Connect your .NET application to InterSystems IRIS® data platform using any of three APIs: the Native SDK for InterSystems IRIS, ADO.NET, or InterSystems XEP. InterSystems IRIS is a multi-model database that allows your .NET application to efficiently access data for a particular task.
Employ each API individually, or combine them to optimize your access to the powerful, high-performance InterSystems IRIS database.
Watch the video and try the exercise below! In the exercise, you will build a .NET application that simulates stock trading using ADO.NET, XEP, or the Native SDK to interact with the InterSystems IRIS database.
Learning Objectives
See how to use each of the following with just a few lines of code:
- ADO.NET for relational access
- XEP for high-throughput object access
- The Native SDK for direct data access and calling class methods and routines
Prerequisites
- None