Okay, C# is a music note which links with my fondness of music theory. Kewl.
Comment on I can't code.
CIA_chatbot@lemmy.world 1 year ago
I got you fam
www.codecademy.com/catalog/language/c-sharp?g_net…
Free course, C# is a genuine pleasure to work in/learn. Runs in all OS environments, and is probably the most modern “general” language
Only way to learn is to start learning
favrion@lemmy.world 1 year ago
voidf1sh@lemm.ee 1 year ago
Is C# really that nice to work in? I’m looking to expand my horizons past JS now that I feel fairly comfortable with one language.
CIA_chatbot@lemmy.world 1 year ago
It’s a genuinely nice language with tona of syntactic sugar. It’s fast, flexible and runs everywhere. Honestly my favorite language.
Other nice things about it is you can write object oriented code as well as functional style with it, so it even handles the style of code you prefer which is a lot harder to do with other languages. Finally it’s open source but also has deep pockets behind it so the language is constantly being pushed forward.
ale@lemmy.world 1 year ago
Yes, it’s nice and worth learning, especially if you try at both highly abstracted code and performance sensitive projects. Don’t get stuck thinking in c# though. Its brand of strict oop seems to be getting less popular these days.
CIA_chatbot@lemmy.world 1 year ago
You can write fully functional code in C#! I pretty much made the switch over and it works great
TitanLaGrange@lemmy.world 1 year ago
C# is my primary language, so I’d certainly recommend it. It can be a little daunting to get into because it is a large ecosystem of tools, so you might want to watch some videos and keep things simple for a while.
For work I mostly use it for APIs for web sites, that might be a good place to start if you’re familiar with JS/TS front-end work. From there you might want to try Razor or Blazor for handling web UI work in C#. I’m not very experienced with that aspect of it, but it’s mostly been a positive experience (TBH I kind of prefer React, but I’d need to spend more time on the Razor/Blazor side to have a strong opinion).
The desktop development side in C# is kind of a mess at the moment. Maybe stick with web until you’re feeling pretty comfortable with the language.
loutr@sh.itjust.works 1 year ago
I’d go with Kotlin. It’s a really nice language, easy to learn if you already know JS (or even better, TS), and with KMM and Compose Multiplatform you can write apps which run natively on smartphones, browsers and PC/Mac.
Mr_Buscemi@lemmy.blahaj.zone 1 year ago
I absolutely loved learning C# a few years ago. I haven’t touched programming since my last C# class and I’m probably going to relearn it later this week.
Xylight@lemmy.xylight.dev 1 year ago
Smh, you’re not even dumping them into Linux from scratch to learn C++ yet!
CIA_chatbot@lemmy.world 1 year ago
Hehe baby steps!
BaroqueInMind@kbin.social 1 year ago
Fuck it, let's go deeper: How to create an OS from scratch {using assembly language}
Pyroglyph@lemmy.world 1 year ago
The first language I learned is C# and it sparked that interest that got me the job I’m in now!
I see other people recommending Python for beginners because of the simpler syntax (the way you write the code) but I’d still recommend C# because although the learning curve is a little steeper you’ll find it MUCH easier to learn pretty much any other language you choose. And even if you don’t choose to learn another language, you’ll still know a good (and fast) general-purpose language!
CIA_chatbot@lemmy.world 1 year ago
This. I love me some python, but it’s so unstructured (and by that I mean more how the structure is based off spacing), I actually think it makes it harder to learn vs. easier.
“Bracket” languages let the learner get a feel for when a piece of logic ends, which I think is important to learn at first. Also, C type languages, ESPECIALLY C#) are everywhere, depending on the field you end up specializing in you probably have a 90+% chance of needing to know one of these languages.
Seriously, there is nothing wrong with python, but I think the easiness of it actually works against learning to code (imho)
Holodeck_Moriarty@lemm.ee 1 year ago
Don’t mind me, just saving this comment too.
Molecular0079@lemmy.world 1 year ago
Lemmy allows you to save a comment without commenting btw. Just click on the three dot menu and then click the star.
Holodeck_Moriarty@lemm.ee 1 year ago
Oh, I know. I was just saying that to tell them that their post helped another person.
Molecular0079@lemmy.world 1 year ago
Oh my bad then, ignore me hahaha.
Wailzy@lemmy.world 1 year ago
Do you know how to do this on Memmy?
damnson@lemmy.world 1 year ago
Also on Memmy and don’t see an option for this yet. Would be a great addition