简体   繁体   中英

.NET Standard 2.0 Nuget package for CRM REST

My team and I are working on a new netstandard 2.0 project that will make CRUD requests on XRM/Dynamics CRM (v9+). We need a new nuget that is compatible with netstandard 2.0 and makes REST calls.

We have tried the nuget Microsoft.CrmSdk.CoreAssemblies but we would like to avoid using the CRMContext and make REST calls passing the access token inside.

Web API is built on open standards, ODATA, and you don't need to add specific assemblies to use it. You just have to compose HTTP requests for specific operations.

This guide can be a good starting point https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/use-microsoft-dynamics-365-web-api

微软正在向CRM的v9过渡,以便为新的WebAPI访问提供更多的奇偶校验,并且最终可能会逐步淘汰通过SDK库支持的组织服务。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM