+ 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.
8 Respuestas
+ 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
+ 1
Then try to do some apps from this list:
https://cdn.4archive.org/img/xTo5qGA.png
+ 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.
0
can you explain more about IDE's? by the way what should i learn to navigate my way to high-tech job?
0
IDE is application to build apps/programs/softwares. I recommend Visual Studio for C# development.
0
i use visual studio for c# developments
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?
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.