//general
Nov 11, 2024
Resources for a child
//general
Nov 11, 2024
I built a library to make native library loading and interactions in .NET way easier, called LibLoader
//general
Nov 11, 2024
ASP .NET Core API : manual vs auto-generated OpenAPI spec? Which do you prefer?
//general
Nov 11, 2024
First C# project
//general
Nov 11, 2024
What was something you made in C# that you’re most proud of to this day.
//general
Nov 11, 2024
I feel like it is a bad idea to use GET this way, but I'm not sure why. Can you critique this and possibly give me some pointers on how to do this in a better way?
//general
Nov 11, 2024
Best .NET and C# Book for Experienced Veteran Programmer?
//general
Nov 11, 2024
Which C# Code Analyzers should I focus on?
//general
Nov 11, 2024
Random.Range doesn't work
//general
Nov 11, 2024
Do you prefer implicit type (var) for local variables or explicit type? Why?