Sander
Sander
CC#
Created by Sander on 3/17/2024 in #help
Is this a good way to structure a project?
No description
10 replies
CC#
Created by Sander on 3/13/2024 in #help
reccomendations for learning how to work with streams.
Im trying to dive deeper into how streams work in C# but i find it hard to jugde what source is a good source to learn from. does anyone have good reccomendations?
10 replies
CC#
Created by Sander on 3/4/2024 in #help
What is the best way to return errors in api controllers?
What is the best way to return errors in asp.net core api controllers? i currently use
return Problem("Some error message", statusCode: 400);
return Problem("Some error message", statusCode: 400);
But are the better ways to do it?
4 replies
CC#
Created by Sander on 10/7/2023 in #help
❔ variable refusing to increment
No description
22 replies