Welcome! My first post on this blog I start in the traditional way. Each programmer started his adventure with programming from a program called “Hello World”. This program does nothing great – displays only the text on the screen “Hello World”. On the other hand, the program works, which is also a great achievement. For on-screen message appears to be desired in its program, type the following instructions:
namespace ConsoleApplication1 { class Program { static void Main(string[] args) { System.Console.WriteLine("Hello World"); } } }
After you compile and run get desired message:
Going back to the blog. Apart from this simple example I’ll try to post to the troubleshooting information, with whom I met in the course of their professional, programming hobby, as well as solutions to problems, that fell somewhere in my eye.
In addition, as I order some of my projects that I will be here also demonstrate.
I hope, I will have enough time and achieve this.
Leave A Comment