Becoming Junior C# developer | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Becoming Junior C# developer

What is needed to become C# junior developer?

20th Mar 2018, 10:16 PM
Mihael Blažek
Mihael Blažek - avatar
2 Answers
+ 12
to know C# good 😉
21st Mar 2018, 12:49 AM
Vukan
Vukan - avatar
+ 4
Below are the things you should know as Junior entry level C# developer. i)OOP -Object oriented paradigm to reuse ,reduce code and solve real world problems .Learn to achieve them using c# language. ii)Data types:When to use decimal over int and conversion from one type to another .Can we convert to another type ?Does it fail or not?If yes why such thoughts must strike your mind while learning. iii)Generics:From classes to structures to non generics. Lists,dictionaries ,stacks,queues ,threads,locks. Apart from this you should know design patterns in general . If you are able to figure out the compile time and run time error with complex objects then you are not anymore junior developer.
21st Mar 2018, 12:24 AM
Nilesh
Nilesh - avatar