Hi,
I want to build a WCF service in C# to enable write / update / delete records in an SDE table.
I know how to do so in Python using a cursor, but not in .NET.
anyone knows how may I do that with C# ?
does it sounds like a reasonable planning?? my other idea is just write a python script for that and then publish it as a web service to consume through javascript, but I prefer having it in .NET C# instead.
any thoughts will be appreciated.
Thanks,
Shay.