Category
.NET
3 posts in this category. all writing →
A tip to improve the performance of your Bloomberg API application
If you make a request for data which results in a lot of events generated by Bloomberg API (such as long historical intraday data request, or possibly real time subscriptions), do not use the pattern
- .NET
- Computer science
- Finance
- Programmation
Recursive algorithm to generate all combinations of elements in successive enumerables
If you need to flatten ordered enumerables, that is taking one element of each enumerable, in order, to flatten a combination, here is a quick solution in C# and VB.
- .NET
- Algorithmes
- Computer science
- Programmation
Cloning objects with events in Visual Basic .NET
The easiest way to clone an object (deep copy) in .
- .NET
- Computer science
- Programmation