scottdurow / dataverse-ify

Easily call the Dataverse WebApi from TypeScript using SDK style types, with a NodeJS implementation for integration testing.
MIT License
59 stars 16 forks source link

CDSify in C# for .NET Core #10

Closed ralphwest1 closed 3 years ago

ralphwest1 commented 3 years ago

Hi Scott, Thanks for the great library and your course on PCF! Is there a package you would know of or recommend with the same functionality as your Typescript Datavers-ify, except in C# for .NET Core that would let you generate early bound classes and work with the WebAPI similar to working with the .NET Framework Org Service?

scottdurow commented 3 years ago

Hi @ralphwest1 - glad you are finding it helpful!

Dataverse-ify essentially tries to give as close a behaviour as the C# sdk that can be used with early bound classes. The dotnetcore version is in alpha - https://github.com/microsoft/PowerPlatform-CdsServiceClient