Skip to content

Commit 9d08b9b

Browse files
committed
some content changes to the class description
1 parent 6511b36 commit 9d08b9b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

powerapps-docs/developer/common-data-service/webapi/samples/cdswebapiservice.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: "Web API CDSWebApiService class (C#) (Common Data Service)| Microsoft Docs"
3-
description: "This sample .NET Framework Class library project demonstrates an assembly to define a service client when using the Common Data Service Web API and C#."
2+
title: "CDSWebApiService class library (C#) (Common Data Service) | Microsoft Docs"
3+
description: "This .NET Framework class library provides an easier to use API for HTTP messaging with the the Common Data Service Web API."
44
ms.custom: ""
5-
ms.date: 04/20/2020
5+
ms.date: 07/16/2020
66
ms.service: powerapps
77
applies_to:
88
- "Dynamics 365 (online)"
@@ -15,18 +15,19 @@ search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Web API CDSWebApiService class Sample (C#)
18+
# CDSWebApiService class library (C#)
1919

20+
A .NET Framework sample class library that uses JSON objects and common HTTP messaging operations with the Common Data Service Web API. Use of these class methods result in less complicated application code, implementation of performance best practices, and improved error processing.
2021

21-
This is a .NET Framework Class library project that creates an assembly to define a service when using the Common Data Service Web API.
22-
23-
This assembly demonstrates how to:
22+
This class library demonstrates how to:
2423

2524
- Make your code '[DRY](/dotnet/architecture/modern-web-apps-azure/architectural-principles#dont-repeat-yourself-dry)'er by wrapping common operations by Http methods.
2625
- Manage an <xref:System.Net.Http.HttpClient> in a thread-safe manner.
2726
- Manage Service Protection Limit API [429 Too Many Requests](https://developer.mozilla.org/docs/Web/HTTP/Status/429) errors that a client application should expect.
2827
- More information: [Service Protection API Limits](../../api-limits.md)
2928

29+
Using the provided Visual Studio project, you can build a class library and include this functionality in your own application code.
30+
3031
## Example
3132

3233
This example shows how to instantiate a CDSWebAPIService instance and create a contact record.

0 commit comments

Comments
 (0)