David Brower
Results
2
issues of
David Brower
I've been puzzling how to use AspNetCore.Proxy to forward a Post request to a Web API Controller. Currently, the code looks like this: [HttpPost] [Route("[action]")] public async Task Login(LoginViewModel model)...
At the moment, the EventStore plugin is only capable of running against a single node. Since we will be running EventStore as a cluster we need to add the ability...
enhancement