Hi all,
Rather than performing projections in JavaScripts as discussed here:
https://geteventstore.com/blog/20130212/projections-1-theory/index.html
I would like to create a read model (e.g. star schema) in C# during a catchup subscription, hosted inside a windows service. Looking at this:
projections can be achieved using Linq. Could someone please be so kind and point me to C# examples more specific to EventStore? Thanks.
Christian