How do I find the C# Documentation for Nesper?

209 Views Asked by At

I already read the Java documentation. Unfortunately the Java API and C# API are quite different.

I am trying to implement a CSV-Adapter for the Nesper CEP Framework.

Thanks in advance!

1

There are 1 best solutions below

0
On BEST ANSWER

Thanks to the EsperTech Support Team, I found out that they do not have a seperate documentation for NEsper but the official actually appeals to both (Java and .NET).

They also mentioned that the Regression project in the main NEsper prject is a good reference if you need examples.

I think the best examples are in the Examples folder of the NEsperAll.sln project.