Comment on thrown into a backend project as a backend dev with a language I don't know, how fucked am I?
Heavybell@lemmy.world 1 year ago
If you can code in C++ you should be able to muddle through in C# no problem. The runtime will help prevent the worst SNAFUs; y’know, pointer errors (there are none, unless you use the unsafe block or p/invoke), memory leaks etc. Just look at the existing code and cargo-cult it til you make it. You got this. :)
nitefox@lemmy.world 1 year ago
The project is brand new, I have to code and architecture it
BaskinRobbins@sh.itjust.works 1 year ago
I recommend looking at a Shawn Wildermuth course that seems related to the type of project you will be creating. He has a bunch on pluralsight and his website. He was instrumental for me in my early days of learning .net and architecture.