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: ASP.NET Core
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
Build an ASP.NET Core Web App with Adoxio Connect Framework
Microsoft's ASP.NET team is going through a big transition period right now to an open source redesign of ASP.NET called ASP.NET Core. ASP.NET Core has major changes that are meant to try to make it more accessible to a larger set of developers as well as bringing it to many platforms with incredible performance improvements. … Continue reading Build an ASP.NET Core Web App with Adoxio Connect Framework