Skip to content

Commit e49b793

Browse files
committed
add links
1 parent cb10551 commit e49b793

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

powerapps-docs/developer/data-platform/work-with-data.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@ Use Dataverse tables to model and manage business data. You can use [existing ta
1919

2020
Dataverse also has APIs known as *messages*. Each message has a name like `Create`, `Delete`, or `WhoAmI`. Messages define a set of input parameters and output properties to encapsulate logic that executes on the server. If you come from a SQL database background, you can think of these like SQL stored procedures. You can use messages that Dataverse provides or you can [create your own messages](custom-actions.md).
2121

22-
### Change data
22+
## Retrieve, add, and modify data
2323

24-
Dataverse provides two ways to apply changes to data: Web API & SDK for .NET. Choose the one that best matches the requirements, your skills, and your preferences.
24+
Dataverse provides two ways to retrieve, add, and modify data: Web API & SDK for .NET. Choose the one that best matches the requirements, your skills, and preferences.
2525

2626
:::image type="content" source="media/whentousewebapi.svg" alt-text="Flow diagram to choose programming style":::
2727

2828
### Web API
2929

3030
The Dataverse Web API is an OData v4 RESTful endpoint. Use the Web API for any programming language that supports HTTP requests and authentication using OAuth 2.0.
3131

32-
More information: [Use the Dataverse Web API](webapi/overview.md)
32+
- [Learn to use the Dataverse Web API](webapi/overview.md)
33+
- [Quick Start: Web API with PowerShell and Visual Studio Code](webapi/quick-start-ps.md)
34+
- [Quick Start: Web API sample (C#)](webapi/quick-start-console-app-csharp.md)
3335

3436
### SDK for .NET
3537

@@ -42,13 +44,16 @@ The Dataverse SDK for .NET supports build targets for both .NET Framework and .N
4244

4345
If you are using our [PowerShell module](https://www.powershellgallery.com/packages/Microsoft.Xrm.Tooling.CrmConnector.PowerShell/) or using our [custom log-in control](xrm-tooling/use-xrm-tooling-common-login-control-client-applications.md) with a Windows client application, use the [the Xrm.Tooling](xrm-tooling/build-windows-client-applications-xrm-tools.md)
4446

47+
- [Use the SDK for .NET](org-service/overview.md)
48+
- [Quickstart: Execute an SDK for .NET request (C#)](org-service/quick-start-org-service-console-app.md)
49+
4550
## Search Dataverse data
4651

4752
Dataverse search delivers fast and comprehensive search results across multiple tables, in a single list, sorted by relevance. It also provides capabilities to support suggestions and autocompletion experiences in apps.
4853

4954
Search has a native endpoint and there are Dataverse messages that you can use from the Web API or Organization service.
5055

51-
More information: [Search for Dataverse records](search/overview.md)
56+
[Learn to search for Dataverse records](search/overview.md)
5257

5358
## Query data with SQL
5459

0 commit comments

Comments
 (0)