How do you guys master C#? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

How do you guys master C#?

Hi, just wondering how do you guys mastered C#, Javascript and the other stacks. I noticed most company that are looking for .Net role want a candidate that are expert in many language. Just wanna know how do you catch up with the technologies

6th Aug 2021, 5:56 PM
Azfar Hafiz Ahmad
Azfar Hafiz Ahmad - avatar
3 Antworten
+ 7
“Do one thing and do it well” #1 clear the basics #2 make some little code (avoid using any libraries , DIY ) #3 (most important) have a look at some opensource projects (GitHub is best place) .. just read them and get to know different styles of writing code.. its true for any language (language is just a tool )
6th Aug 2021, 6:01 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 2
One misconception a lot of novice programmers and CS students have is the idea that different languages each have their own unique "Programming Philosophies", as if one language has some new, arcane thought process to learning them. This is, in fact, incorrect. Every programming language, with the exception of minor syntax differences abstraction levels, and modes of application, are the same. They all employ the same algorithms, elementary data types, and organization. Unsurprisingly, C, C++, C#, Java, and JavaScript all share essentially the same syntactical structure, with the only differences being their use of import statements, main functions, and methods. But the basic idea of each language is exactly the same, only presented in a slightly different way, and used in a different manner. So, how do you keep up with them all? Simple, learn one, familiarize yourself with it, and then move on to the next. Once you've learned one language, your basic programming intuition should allow you to easily pick up others.
7th Aug 2021, 3:23 AM
BootInk
BootInk - avatar
0
Don't procrastinate.
6th Aug 2021, 7:22 PM
Calvin Thomas
Calvin Thomas - avatar