I'm an independent Software Engineer and Architect focusing on .NET and Microsoft technologies. If you need help in your project, don't hesitate to contact me.
Ich bin ein freiberuflicher Software-Ingenieur und -Architekt mit Fokus auf .NET und Microsoft-Technologien. Bitte kontaktieren Sie mich, falls Sie Unterstützung in Ihrem Projekt benötigen.
Latest Article
Azure Event Hubs: Improve scalability with batch parallelization
In our initial implementation we just read a batch of messages from the partition and process the messages within the batch in sequence. However at some point we reached a limit and we couldn't use all CPU resources of the machines we used - mainly because half the work of one message is I/O bound.
Read More ›