Connect Using the SAP HANA .NET Interface
February 23, 2021
Beginner
15 min.
Create and debug a .NET application that connects to SAP HANA using the SAP HANA client.
You will learn
- How to install the .NET SDK
- How to create and debug a .NET application that queries an SAP HANA database
Prerequisites
- You have completed the first 3 tutorials in this mission.
.NET is a free and open source software framework for Microsoft Windows, Linux and Mac operating systems and is the successor to the .NET Framework. .NET was previously known as .NET Core.
Step 1: Install the .NET SDK
Step 2: Create a .NET application that queries an SAP HANA database
Step 3: Debug the application