Well, I'm starting now in C #, but I already have a great experience with PHP and I know more or less Python
.
And the means I use to understand is to do something that I found difficult to do in a language I know in a language I do not know about.
I asked here how to count the lines of a large file in PHP, as it is something that is not so simple to do in the language, does not have a specific function for it, I have to do maneuvers.
Now that I'm learning C#
, I'd like to know how do I know how many lines a large file has.
But I would like every function used to be explained, because I do not understand much of C # yet.
I want to read a JSON
of 6.6MB
here from my machine and know how many lines it has through C #.
How can I do this?