Cortex
Cortex
CC#
Created by FraznoFire on 9/1/2024 in #help
Non-Nullable type "required" double up.
wondering the same tbh. its always string
24 replies
CC#
Created by Snawa on 8/31/2024 in #help
How did you guys learn C# and stayed motivated doing it?
Model, View, ViewModel. basically a style of development where you seperate logic from the UI
55 replies
CC#
Created by Snawa on 8/31/2024 in #help
How did you guys learn C# and stayed motivated doing it?
I think it took me a week to grasp MVVM
55 replies
CC#
Created by Snawa on 8/31/2024 in #help
How did you guys learn C# and stayed motivated doing it?
and of course C# is only part of the equation. whether you want to use winforms, wpf, avalonia they all come with a learning curve
55 replies
CC#
Created by Snawa on 8/31/2024 in #help
How did you guys learn C# and stayed motivated doing it?
it really depends. there is a lot to unpack, and you may not immediately need to use sockets, but when you eventually do you'll be back to doing lots of reading 😛
55 replies
CC#
Created by Snawa on 8/31/2024 in #help
How did you guys learn C# and stayed motivated doing it?
coming from C I had a really good time transitioning haha
55 replies
CC#
Created by Snawa on 8/31/2024 in #help
How did you guys learn C# and stayed motivated doing it?
ah, great question! I'd say instead of just cramming a bunch of theory in your head all the time (which you should still do tbf, but sparingly) try and focus on making an application and see how far you can get with the new knowledge applied. it may not be optimal but it prevents you from losing motivation over time. also, examples are great resources. find projects that do similar things to what you're trying to achieve, read the code and try to understand it
55 replies
CC#
Created by nabrezzelt on 8/31/2024 in #help
Cancel long running task/method
I don't think there's a way around it, the cancellation token check is probably in a place where it's safe to do so
26 replies
CC#
Created by Cortex on 4/22/2023 in #help
❔ ClientWebSocket silently disconnecting after some time
I have no control on the server side of things btw
6 replies