A
A
Ana_r2020-05-09 14:36:23
IT education
Ana_r, 2020-05-09 14:36:23

How to fully learn c#?

Good afternoon!
A little about myself to give an understanding of my level of knowledge: I'm 20, I studied java in the 1-2 course (I know the syntax, the general essence of OOP. I didn't study libraries, I didn't do almost any projects). In the 3rd year, they touched on c # (they studied the syntax, built-in basic methods). I also studied python at a basic level. In general, at the university they watched everything and a little.
I would like to continue studying c#, but I don't know where to start, how to study the material sequentially, and not in fragments and jumps. There are no funds for online courses, unfortunately.
What do you advise? Are there any free online courses?
Thank you very much in advance!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Gornostaev, 2020-05-09
@Ana_r

Just take the textbook, read in full, experimenting with the examples from the book along the way. Be sure to type examples yourself, and not copy. Be sure to try and modify them to make sure you really understand how they work. After reading, try to bomb a pet project using the technologies you learned.
If you get stuck somewhere, re-read the relevant chapters, read the official documentation, search for answers in Google. In no case do not carry your problem to other people until you have spent at least a couple of days searching for a solution. If someone else gives you the answers, you will not learn how to program.
And don't use an IDE during the learning phase. Use a regular text editor and console. Firstly, the IDE saves you from routine operations, but it is routine operations that allow you to fill your hand. Secondly, the IDE hides many processes, performing them for the programmer, but it is they that allow you to understand the basic principles.

A
Alexander Dyupachev, 2020-05-09
@inetti

https://ulearn.me/ - free sharp courses
https://stepik.org/ - free courses in many disciplines and programming languages
​​https://www.youtube.com/channel/UCKCUvcAFFR4UxI9XW... -- blogger's channel with a lot of lessons on sharp and programming in general.
And then practice, practice, documentation and Google

P
Petr Makarov, 2020-05-09
@Petr748

So that it is not excerpts, do not jump, draw up a study plan and, most importantly, stick to it. As an option, here on YouTube #SimpleCode is quite extensive material on c# .

V
Vladimir Korotenko, 2020-05-09
@firedragon

What are the best C sharp courses?
See my answer. There are a whole bunch of C # exams, at the bottom of the course description there are links to training courses.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question