W
W
WasTabon2020-07-21 18:10:52
C++ / C#
WasTabon, 2020-07-21 18:10:52

What do you need to know to write software in C#?

If I learn the basics, operators, loops, arrays, functions, collections, OOP, LINQ. Whether I can write software like a Steam account checker, Qiwi creator, and so on. Or do you need something else?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
GavriKos, 2020-07-21
@WasTabon

Well, specifically to those two tasks - you still need to study working with the network, GET / POST requests, most likely working with all sorts of proxies, not superfluous - using libraries.
Well, I did not see anything about algorithms in the list. And without them, for example, you will not be able to find the desired element in the DOM tree when writing a conditional parser.
I forgot - well, know the subject area. If you are writing a web page parser, you need to understand how they are arranged, how content is generated on them (js / ajax), and that's all

V
Vladimir Korotenko, 2020-07-21
@firedragon

Describe to me how you make a ham and cheese sandwich.

I
itgood, 2020-07-22
@itgood

you need to learn network and system programming in order to write checkers < I can help with this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question