P9avel
P9avel
I am planed to have 1million orders per sec. And int can finished very quickly
Hi, thank you for new release. In common case one incomingOrder can closed many restingOrder. I am planning to use NoSql dbms MongoDb and want to get trade with many...
Hi, i am need to have acess to Client with orders and each Order separate. I am think need 2 classes for grains. public record Order(int Number, IList Products); public...
After migration wrom .Net 5 to .Net 6 my old code not worked consumerConfig.Debug = "consumer"; consumerBuilder.SetLogHandler(delegate(IConsumer arg1, LogMessage arg2) { SetLogHandler(arg1, arg2, consumerName); }); consumer.Subscribe(topic);
Hello, i am used worksheet.Columns().AdjustToContents() and get exeption in docker image. Now i am did 1. RUN apt-get update && apt-get install -y libgdiplus in docker file 2. in running...
Hi, i am want to do as on screenshot. How to do this? 
I am want to learn your code. Posiible exists articles/guides?
Hi. i am have grain public class MyGrain : Grain, /*...*/ { /*...*/ } And state public class MyGrainState { public string Property1 {get;set; } public string Property2 {get;set; }...
I am used MongoDB.Driver and tuned so database.GetCollection(GetCollectionName()) .WithWriteConcern(GetCollectionWriteConcern()); How to turn in Orleans.Providers.MongoDB?
Hello, what is it https://localhost:44350? 