关于[How to Stress the C# Compiler]的摘要:
C# is (mostly) a strongly typed programming language. It's type system supports generics, inference, and method overloading. Combining these features, any C# compiler can easily be knocked out. This blog article demonstrates a few approaches. One of them knocks out the programmer more than the compiler, but that's not so important.
原文地址: https://blog.hediet.de/post/how-to-stress-the-csharp-compiler