Zerthz
Zerthz
Explore posts from servers
CC#
Created by Zerthz on 3/20/2024 in #help
MVC model binding issues
But wouldn't it tell on me when I put the "faulty" incoming value into the local value and continue the process? Right now it accepts the value and moves on. It just won't accept it in the binding
6 replies
CC#
Created by Zerthz on 5/5/2023 in #help
❔ Architecture when using external API
But I probably could clean out
11 replies
CC#
Created by Zerthz on 5/5/2023 in #help
❔ Architecture when using external API
Yeah what I've done is copied the response and used the paste as classes haha 😛 if I in the future care about more than I do now I can add them in and it will map over
11 replies
CC#
Created by Zerthz on 5/5/2023 in #help
❔ Architecture when using external API
ah yeah that do be making more sense, thank you very much!
11 replies
CC#
Created by Elmishh on 5/5/2023 in #help
❔ making something wait in unity script
don't really know unity script. In standard c# you could have something like Task.Delay() https://gamedevbeginner.com/how-to-delay-a-function-in-unity/ does this article help any?
97 replies
CC#
Created by Zerthz on 4/25/2023 in #help
✅ implementing OneOf with Repository pattern
Missed your answer. But that's sort of what I went with. OneOf made it to "gross" in the repo. So I moved that out to the service layer.
9 replies
CC#
Created by Zerthz on 4/25/2023 in #help
✅ implementing OneOf with Repository pattern
Don't need perse, but it could provide clearer communication. On one hand i like the fact that an Update method could return OneOf T or something like NotFound if that entity couldn't be found and updated. However, the other part of me want to keep my repos light and not deal with a package like that. But that might be a silly opinion to hold
9 replies
CC#
Created by Zerthz on 4/24/2023 in #help
❔ Visual Studio 22 not showing errors
Did a repair on vs22 and it works for now, might update this if it goes to 💩 again tho
5 replies
CC#
Created by Zerthz on 4/24/2023 in #help
❔ Visual Studio 22 not showing errors
double checked, same issues happen even when i open the specific sln file.
5 replies
CC#
Created by Zerthz on 10/14/2022 in #help
SignalR ConnectionManager Singleton
I'm talking from the client's perspective
6 replies
CC#
Created by Zerthz on 10/14/2022 in #help
SignalR ConnectionManager Singleton
Yes, I think it's the subscription thing i'm more confused with, like wheere do i put all those connection.On<>?
6 replies