Cryy
Cryy
CC#
Created by Cryy on 11/20/2024 in #help
Asynchronous batch processing (queue) in C#
I definitely dont want to fire thousands HTTP requests but I can limit them to 10 or something like that. These batches are about 2000 (these are daily batches so one for every day from about 2020, something like that).
22 replies
CC#
Created by Cryy on 11/20/2024 in #help
Asynchronous batch processing (queue) in C#
I tried it also for 4.7.2 but it works the same. Guess it somehow related to webapp. Maybe one more question. Is that Parallel foreach really that bad approach for my case ?
22 replies
CC#
Created by Cryy on 11/20/2024 in #help
Asynchronous batch processing (queue) in C#
Hm in standalone app it works for me too (.NET 5). It's weird
22 replies
CC#
Created by Cryy on 11/20/2024 in #help
Asynchronous batch processing (queue) in C#
*I'm not sure it's because of .NET version
22 replies
CC#
Created by Cryy on 11/20/2024 in #help
Asynchronous batch processing (queue) in C#
But I'm sure it's because of .NET version. Yeah, it is and we are are working on migration to newer framework but ... 🙂 But Im going to try it in separate console app too. It's a shame but I didn'd do it
22 replies
CC#
Created by Cryy on 11/20/2024 in #help
Asynchronous batch processing (queue) in C#
.NET 4.7.2
22 replies
CC#
Created by Cryy on 11/20/2024 in #help
Asynchronous batch processing (queue) in C#
yeah, exactly
22 replies
CC#
Created by Cryy on 11/20/2024 in #help
Asynchronous batch processing (queue) in C#
Hm, that's weird. I have list of these ids
var batchIds = new List<int> { 22346, 22347, 22348, 22349, 22350, 22351, 22352, 22353, 22354, 22355, 22356, 22357 };
var batchIds = new List<int> { 22346, 22347, 22348, 22349, 22350, 22351, 22352, 22353, 22354, 22355, 22356, 22357 };
and only first 3 of them I can see in logs ...
22 replies
CC#
Created by Cryy on 10/29/2024 in #help
Can I check-in virus/trojan to TFS/DevOPS
well not yet but I probably have to
13 replies
CC#
Created by Cryy on 10/29/2024 in #help
Can I check-in virus/trojan to TFS/DevOPS
Just checked-in some new code, Pretty minor updates actually
13 replies
CC#
Created by Cryy on 10/29/2024 in #help
Can I check-in virus/trojan to TFS/DevOPS
Forget to mention. I get the warning only if I download the package using Edge. From Chrome it's ok.
13 replies
CC#
Created by Cryy on 9/13/2024 in #help
Create data during EF6 migrations
old EF
8 replies
CC#
Created by Cryy on 9/13/2024 in #help
Create data during EF6 migrations
You mean put some "seed" kode to migration file itself ? But I dont want to write these updates manually
8 replies
CC#
Created by Cryy on 7/25/2024 in #help
Performance question
thanks guys
32 replies
CC#
Created by Cryy on 7/25/2024 in #help
Performance question
I did not. I just look to network tab to see how long the request takes
32 replies
CC#
Created by Cryy on 7/25/2024 in #help
Performance question
I just wanted to know why the first example wasnt and now I got my answer ... so thanks again.
32 replies
CC#
Created by Cryy on 7/25/2024 in #help
Performance question
yeah. exactly.
32 replies
CC#
Created by Cryy on 7/25/2024 in #help
Performance question
i did it before and it's faster, thanks
32 replies
CC#
Created by Cryy on 7/25/2024 in #help
Performance question
I expeccted it does something similar like foreach ... I dont know how it's implemented to be honest
32 replies
CC#
Created by Cryy on 7/25/2024 in #help
Performance question
ok, so now I understand why it's slower. Not it makes sense. Thank you
32 replies