I am right now in the mood to write one of these diary entries. If you see the screenshot on top of my words, this is a small and very basic program written in the programming language C#, and all it does is showing the text message “Hello World” in the windows console. It’s one of the simplest things you can do with a programming language, and that’s how programming courses often start. You need to start somewhere, and often they use this small example to explain the basic structure of a program, until you get into more advances stuff. … Continue reading Headache From Learning, Trying To Understand C#