I know how to invoke/call an AIF service from managed code. I have seen examples of how to create custom services in X++.
What I would like to know is whether I can create a service in C# using the visual studio integration. In other words, my implementation of the custom service is in C#, I will use whatever tables/queries I need to use using the .NET/VS integration.
Is this possible?