C# Language - Moving Forward
31/07/2018: Since the first release of .NET (in 2002) much has changed, both in the .NET Framework and the .NET languages. Notable language features added over the years include support for Generics and Lambdas. In terms of languages usage C# appears to be gaining dominance compared to VB.NET, although resulting in some organisations needing to port to C# as VB.NET developers become more scarce. In recent years there have been smaller, but important additions to the C# languages. The notably C# 6 feature of 'string interpolation' has made creating strings so much easier. Meanwhile C# 7 has added...