daye
daye
CC#
Created by Cyclomatic on 3/29/2025 in #help
c# API + angular front end
In that case I assume you have some type of overarching database entity? Like an organisation for example, and then users part of that organisation inherit the settings? Assuming that's the case, maybe saving the settings on the organisation record in your database would be something you're after. Either individual setting properties or a json containing the settings
4 replies
CC#
Created by Lolo on 3/29/2025 in #help
Beginner in C# – Need a Learning Path for Backend Web Dev
What are you struggling to understand? If you take for example the ASP.NET roadmap, it tells you to learn the basics of c# first, with resources linked within each of the subjects it suggets you learn.
17 replies
CC#
Created by Lolo on 3/29/2025 in #help
Beginner in C# – Need a Learning Path for Backend Web Dev
You could give $helloworld a shot or otherwise https://roadmap.sh/ can lead you to some pretty valuable resources
17 replies
CC#
Created by zos on 3/29/2025 in #help
How to save signalR chat messages to database
lmao happens, glad you figured it out 😌
6 replies
CC#
Created by zos on 3/29/2025 in #help
How to save signalR chat messages to database
What happens when you set a breakpoint and step through it? Does it fail in the CreateChannelMessageAsync or before? What's the error?
6 replies
CC#
Created by Cyclomatic on 3/29/2025 in #help
c# API + angular front end
Hey, what's the scope of the theme settings? Is it something as simple as light theme/dark theme/accent colour settings? If so, I'd probably opt for something simple as saving the user's preference on the client in localstorage.
4 replies
CC#
Created by balls mcgee on 3/26/2025 in #help
Application Insights OpenTelemetry fresh install not showing stack trace
Do you have a "APPLICATIONINSIGHTS_CONNECTION_STRING" environment variable with your instrumentation key?
3 replies