If you look into tracing for the old CrmServiceClient and the XRM Tooling you come across documentation which refers to setting some switches in a web.config file. If you have done only modern .NET Core development you might be like web.config what?! With the documentation a little old and if you are using the new … Continue reading Tracing CdsServiceClient in .NET Core and ASP.NET Core
Tag: CdsServiceClient
CdsServiceClient with ASP.NET Core
One of the major reasons to use the new alpha release of the CDS SDK is that you can use it with the latest version of ASP.NET Core 3.1. Super cool, yes, so how do you add it to your ASP.NET Core project through dependency injection, and how do you add it to ensure that … Continue reading CdsServiceClient with ASP.NET Core