AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
C-Sharp Is a Pretty Nice Language to Work With
C-sharp is actually a pretty pleasant language to work with. There are like quirks, especially when it comes to performance. It's much better to define a global variable outside the function before instead of defining a local variable because that's supposedly faster. But I think less of that nowadays, usually it's the compiler can usually optimize. You don't need to worry about rewriting something to be faster for specific architecture.