All,
I have a very general question regarding a future project. I need to build a piece of engine software that accepts a big variety of inputs (as simple as plain numbers and as complex as multiple arrays of different data). This software will process the input and provide a calculated output. The preference is to make it quite generic that this "service" can be called from different applications to perform these calculations. The calculations are expensive so ideally this should run on a server. The Framework of choice is .NET. Can someone give me some ideas of what is the best technology / architecture to use for this ?
Thanks, MK