- Joined
- 5/2/06
- Messages
- 12,527
- Points
- 273
Say you've been working for some time with old Excel-based trading models. For many reasons, you can see the realm of potentials if those models are done in C++/C#/.NET/what have you. If you do it in say .NET, you can add many modern features.
So if you decide to move it to .NET, what 3rd party Visual Studio plugin, component that can be used so that the need for Excel is eliminated?
VSTO is not something waste more time on.
We can rewrite all the VBA computation in C++/C# and have the function accessible via DLL. Is it possible to move Excel-based model away from it entirely? Best of both world?
So if you decide to move it to .NET, what 3rd party Visual Studio plugin, component that can be used so that the need for Excel is eliminated?
VSTO is not something waste more time on.
We can rewrite all the VBA computation in C++/C# and have the function accessible via DLL. Is it possible to move Excel-based model away from it entirely? Best of both world?