๐Ÿฆ„ Chip Uni Lots of us here are programmers. What's your favorite programming language, and why?
๐Ÿงต Evan I love JS and TypeScript, be it through Node.JS, Deno, or the browser, because I've never not been able to get something done with it. My second favorite would be C#.NET Core, for my current jobs. Anyone who wants something like Java without all the crust, take a look at C# with .NET Core. It's got a lot of refreshing features and built-in async, await, Promises (Tasks) just like JS, far easier to setup a project, and doesn't necessarily need a heavy weight IDE.
๐ŸŒŠ Zero Two neat. What resource do u recommend learning C# ?
๐Ÿงต Evan I've just been relying on Microsoft documentation and other examples I find around the 'net. Do be aware of the differences between .NET Framework (old, Windows-only) and .NET Core (open-source, all platforms) and you can use most things between the two. AFAIK all the language features are the same, but some of the built-in APIs can be totally different, so be sure to look specifically for .NET Core in that case. They're getting rid of .NET Framework soon.
Login or register your account to reply