Messiah
Messiah
CC#
Created by Messiah on 10/2/2023 in #help
❔ Storing static data
lovely, thanks!
28 replies
CC#
Created by Messiah on 10/2/2023 in #help
❔ Storing static data
fair point 😆
28 replies
CC#
Created by Messiah on 10/2/2023 in #help
❔ Storing static data
I was kinda hoping to run this tool as a script, so having to boot the c# virtual machine, allocate heap, read the data in 0.01 seconds then dump everything seemed counter intuitive
28 replies
CC#
Created by Messiah on 10/2/2023 in #help
❔ Storing static data
gotcha!
28 replies
CC#
Created by Messiah on 10/2/2023 in #help
❔ Storing static data
so treat it as not a problem until it becomes one, yes?
28 replies
CC#
Created by Messiah on 10/2/2023 in #help
❔ Storing static data
ouch
28 replies
CC#
Created by Messiah on 10/2/2023 in #help
❔ Storing static data
aren't instances of classes stored in the heap? aka low performance
28 replies
CC#
Created by Messiah on 9/26/2023 in #help
❔ Singleton/semaphor EF Core
thank you! never heard about these implementations before
12 replies
CC#
Created by Messiah on 9/21/2023 in #help
❔ EFCore finding a single entry
is there a way to force transactions within a single ef core lifetime?
8 replies
CC#
Created by Messiah on 9/21/2023 in #help
❔ EFCore finding a single entry
I actually just realized why this is happening. The transaction is only sent after my code loops through everything, so it will always return not found
8 replies
CC#
Created by octalide on 9/21/2023 in #help
✅ New to Blazor and EF. Need some tips.
you can scaffold both models and CRUD templates
7 replies
CC#
Created by octalide on 9/21/2023 in #help
✅ New to Blazor and EF. Need some tips.
7 replies
CC#
Created by Pesar on 9/21/2023 in #help
❔ Exception Handling question
I've always had that question as well. I think you can create a middleware to handle all exceptions, but I'm not entirely sure what kind of logic would start using this middleware
16 replies
CC#
Created by Messiah on 9/14/2023 in #help
❔ Dealing with parallel http requests in an API
I'm using UUIDs as PK
25 replies
CC#
Created by Messiah on 9/14/2023 in #help
❔ Dealing with parallel http requests in an API
catching the exception and redirecting to service Y seems weird, the code shouldn't be attempting to insert in the first place
25 replies
CC#
Created by Messiah on 9/14/2023 in #help
❔ Dealing with parallel http requests in an API
yeah overhead is fine
25 replies
CC#
Created by Messiah on 9/14/2023 in #help
❔ Dealing with parallel http requests in an API
this is a job for a queue, no?
25 replies
CC#
Created by Messiah on 9/14/2023 in #help
❔ Dealing with parallel http requests in an API
which would be fine, but if the same PK is coming in, means the second one (second request) should be treated by service Y instead of X
25 replies
CC#
Created by Messiah on 9/14/2023 in #help
❔ Dealing with parallel http requests in an API
yeah it throws a unique constraint error
25 replies