I am new to workflow engines in general and I want to learn Camunda 8 and how to integrate it with a .NET 8 MVC application in a self-managed environment, . Can you provide a source that can help me ?
Hi @Evelynn, welcome to the forums! I don’t have a full end to end demo that uses .NET, but we have several guides in our docs using Java and the languages/paradigms are similar enough that it should be understandable for .NET developers.
In short, Camunda is fully API driven, so anything you need to interact with uses an API. You can use our community-contributed .NET client to connect to Camunda. How you choose to integrate depends greatly on your app and your requirements. I would recommend starting with a simple process, model it in Modeler, deploy it to a test cluster, and go from there.
To get started with self-managed, the fastest way right now is with C8 Run.