Hi I am new to MDS i have everything setup webui/ sql db etc and am now looking to write a demo console app to connect via the wcf service and bring back some data.
I have searched high and low with no luck or found what i believe to be an older api to get the data
Should I be using EnityMember Set?
Or other to get to the data in a model?
Regards
Michael
I know it is a bit late to answer your question but I just stumbled onto it.
I used the following example MSDN blogs to get started and wrote the following basic .Net Core Console app. Although far from complete or detailed I hope my code helps you: