I currently have a back testing framework written in C# that is used to back test trading strategies. It takes few hours to run on a single computer. I would like to use High Performance technology to cut the run time to few minutes.
I tried exploring HPC on Azure, but felt too tedious to configure, and didn't find enough knowledge base on using C# code to get started with HPC.
Are there other distributed computing technologies I could explore that would work well with C#/.NET ?