
Are there any how to tutorial on creating WPF application to connect with Dynamics 365 online
- Thank you in advance.
*This post is locked for comments
I have the same question (0)Hi,
I think WPF is WPF, and Dynamics is Dynamics. Here is an example of how you can connect to Dynamics from a console app:
msdn.microsoft.com/.../jj602970.aspx
The same approach should work with WPF.