Content Type
Exercise
Duration
10m
Level
Introductory
InterSystems supports three lightweight .NET APIs that provide direct access to InterSystems IRIS® databases via relational tables, objects, or multidimensional storage.
.NET features available in InterSystems IRIS include:
- Relational access through an ADO.NET API
- Object access through the InterSystems XEP API
- Access to multidimensional storage through the InterSystems Native SDK
- Multi-model access to use multiple APIs together
- Support for third-party APIs such as Entity Framework
- An underlying consistent structure, avoiding data duplication
Learning Objectives
- Explain how ADO.NET, XEP, and the Native SDK can be used to access and manage data in InterSystems IRIS.
- Use ADO.NET for SQL-based access to relational tables in a .NET application.
- Implement XEP for high-volume, real-time object insertions into InterSystems IRIS.
- Determine a suitable strategy using ADO.NET, XEP, and Native SDK for several data-access scenarios.
Prerequisites
NoneWatch the video and try the exercise below!