Get started with the Dataverse Web API (C#)
This section introduces some simple ways start accessing the Dataverse Web API using the C# programming language.
- Quick Start: Web API sample (C#), provides the quickest example of how to access data, as all source code is simplified and provided in one file.
- Quickstart: Blazor Server Web API sample (C#) shows how to create a web application that can connect to Dataverse and retrieve data using the Web API.
To learn more, please explore the Web API Samples (C#).
In this section
Quick Start: Web API sample
Quickstart: Blazor Server Web API sample (C#)
See also
Perform operations using the Web API
Web API Samples (C#)
Use Insomnia with Dataverse Web API