reacher
reacher
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
What are the lead dev's concerns or arguments for his preferred way?
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
None of this is magic, adding extra junk on top of something that has real limitations isn't going to do anything about those limitations unless you understand what those limitations are and solve them appropriately
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
Yeah the only way that's going to make a difference is if you have multiple workers, but also before you go in that direction you need to know what the bottlenecks actually are. Having multiple workers to send more requests to a single other API isn't going to solve the fact that the bottleneck is that other API
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
Not for something this simple
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
When you have a lot of separate services that need to communicate
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
There's no need for that kind of complexity, this is really basic stuff
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
Sounds like something you could just use Hangfire for
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
It's hard to give good advice when it's very abstract, can you say a bit more about what it is?
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
By processing do you mean you're getting incoming POST calls that you are going to process in the background? So the caller doesn't expect a response right away?
52 replies
CC#
Created by LazyGuard on 12/13/2024 in #help
Which Architecture to Choose?
Keep it simple for sure, kafka has no place in this
52 replies
CC#
Created by RobertGee on 12/9/2024 in #help
Anyone use Neovim and has it working for dotnet?
But it works as well in neovim as the LSP will let it
12 replies
CC#
Created by RobertGee on 12/9/2024 in #help
Anyone use Neovim and has it working for dotnet?
I have it working for .net in neovim using the roslyn LSP, but honestly the LSP options for C# are pretty sad
12 replies
CC#
Created by LifeOfVio on 9/24/2024 in #help
✅ OpenApi generation
Genius!
39 replies
CC#
Created by LifeOfVio on 9/24/2024 in #help
✅ OpenApi generation
Everything is templated
39 replies
CC#
Created by LifeOfVio on 9/24/2024 in #help
✅ OpenApi generation
You can edit the client templates to eliminate newtonsoft
39 replies
CC#
Created by LifeOfVio on 9/24/2024 in #help
✅ OpenApi generation
Hmm I'm not sure because I never generated C# models, only TS
39 replies
CC#
Created by msr on 12/12/2023 in #help
MediatR IPipelineBehavior for reacting to large set of requests (+ Result return type)
I haven't looked into it myself since I don't use result types in C#
41 replies
CC#
Created by msr on 12/12/2023 in #help
MediatR IPipelineBehavior for reacting to large set of requests (+ Result return type)
Well one person I discussed it with found that dynamic was the cleanest solution they could find 😂 So yeah
41 replies
CC#
Created by msr on 12/12/2023 in #help
MediatR IPipelineBehavior for reacting to large set of requests (+ Result return type)
Since the language and DI doesn't really let you do that in a very elegant way
41 replies
CC#
Created by msr on 12/12/2023 in #help
MediatR IPipelineBehavior for reacting to large set of requests (+ Result return type)
And from what I've seen from people trying to pull out the result types, it's pretty yucky
41 replies