Hello folks, Today we will learn the best/latest way to connect our .Net Console Application with D365 CRM V9.x.
There are two ways to connect your .Net console application with D365 CRM.
- OrganizationServiceProxy: Oldest way.
- CrmServiceClient: Latest way.
In this article, We will learn the latest way (CrmServiceClient). Now follow the below steps: