.Net C# Read from Event Stream

I would like to know if is there any existing solutions/code/projects for a .NET C# application in order to be continuously reading from the Event Open Stream (forever) and saving all the data in a database.

Thanks

Yup! Check out the official Windows SDK: https://github.com/spark/particle-windows-sdk

1 Like