What about introduction to programming with C# via LINQPad?
- by Gulshan
From different questions/answers/articles in this and some other sites, I got the idea that the introductory language for programming should be-
High level
Less verbose
C# is one of the heavily used high level languages being used these days. It's also multi-paradigm and descendant of C, the lingua-franca of all programming languages. So, I…