Search results

  1. Something like Devexpress or FarPoint Spread, but for free.

    I tried use Excel to input and output data from a codeblock written in C#. I had a lot of work writing many lines of code to little results(just I/O data on screen). Then, in a chat with friends, I was appointed to use Devexpress or FarPoint Spread. They said that these tools are very good and...
  2. What is the best way to parse a Fix Protocol message in C#

    Hi, good morning. I'm trying to find a best way(with the best performance) to parse a Fix Protocol message. Then I made some functions that return a value if I give a Fix Message and a Fix field. They work pretty well but I don't know if is the best way to do this. See below: using System...
  3. Performance problem with .NET Interop

    Hello guys Im trying to make a system, in C# .NET, that distribute market data to Excel sheets using RTD function. But Im having performance problems to fire events to RTD. When i fire about 900 events per second, the processor usage go to 100%, and this is very strange This the COM...
Back
Top