I learned csharp basic's, where do i go from here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I learned csharp basic's, where do i go from here?

Hey i learned all the basic's of the language, how can i go from here? what should i do? how can i make softwares / apply what i learned? thanks.

6th Apr 2018, 11:04 PM
Alex Eliyahu
Alex Eliyahu - avatar
8 Answers
+ 3
Download some IDE for C# and try to makes your own projects. Don't be scared of using Google for something like: "how to do window in C#". You can check some sheet with programming challenges: Google Images -> search for Programming Challenges v2.0 /edited https://cdn.4archive.org/img/xTo5qGA.png
6th Apr 2018, 11:08 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
+ 1
Then try to do some apps from this list: https://cdn.4archive.org/img/xTo5qGA.png
6th Apr 2018, 11:16 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
+ 1
Of course not. But let's try, use brain, try to search on Google, try to understand solutions. You will get better by trying. Additionally, you can check "spoj basics" - there are a lot of easy problems but I'm not sure if you can submit your solution in C# here.
6th Apr 2018, 11:30 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
0
can you explain more about IDE's? by the way what should i learn to navigate my way to high-tech job?
6th Apr 2018, 11:10 PM
Alex Eliyahu
Alex Eliyahu - avatar
0
IDE is application to build apps/programs/softwares. I recommend Visual Studio for C# development.
6th Apr 2018, 11:13 PM
Bartosz Pieszko
Bartosz Pieszko - avatar
0
i use visual studio for c# developments
6th Apr 2018, 11:14 PM
Alex Eliyahu
Alex Eliyahu - avatar
0
Hey. I read this list and i have to notice that 90% of thia apps i dont know how to apply. As i mentioned i just learned the basic's, you sure its enough to develop all this applications?
6th Apr 2018, 11:25 PM
Alex Eliyahu
Alex Eliyahu - avatar
0
You can't go wrong with any of these sites. Learn about the VS 2017 ide and the different frameworks ASP.Net, WPF, to name a some- https://mva.microsoft.com/ With any language, you must learn how to navigate its doc sites- https://docs.microsoft.com/en-us/ Gain knowledge by following a C# developer completing a real-world project- https://www.youtube.com/user/IAmTimCorey I hope this helps you in your future endeavors.
7th Apr 2018, 12:24 AM
ODLNT
ODLNT - avatar