This is my first post for my tech blog. I always wanted to write. Now the time has come.
Mostly I’ll be writing about technologies that I work with, issues that I faced, best practices that I follow, etc.,
namespace HelloWorld { class Hello { static void Main(string[] args) { System.Console.WriteLine("Hello World!"); } } }