C# turning into C++?

Well, it will never get that bad I suppose, but the more I learn about C#, the more I wonder. C# started life as something similar to Java, but with a little bit more language facilities like delegates. Then they added generics. And now they have LINQ, and Expression stuff which looks like abstract syntax […]