Dynamics 365 – Create, Retrieve, Update, Delete Console App
In this post, we will create a console app that performs a CRUD operation on Dynamics 365. In Visual Studio, create a new Console App: You will see: Add Microsoft.CrmSdk.Xrm.Tooling.CoreAssembly using NuGet: Code: This produces: With the record before being deleted: