hi,

the .NET hello world is a good starting point but you obviously have to substitute the data generation with your own logic.

More complicated examples are available in our distribution under LS_HOME/DOCS-SDKs/sdk_adapter_dotnet/examples
In particular the Portfolio example shows the handling of client sent messages.
In this case messages are sent through our APIs, but you can obviously implement another communication channel in your adapter

HTH