Posts
Sort by recent activity
ECMA-334 compliant code
Good morning!
I've got a crucial question about retrieving C# 2.0 code without vars (type inference), extension methods and anonymous types. Could anyone advise a place to ask this question somewhe...
C# 2.0Â Support
Good evening!
I've got an assembly compiled by C# 3.0 compiler targeting to .NET Framework 2.0.
I'd like to get C# 2.0 compliant code, but Reflector gives only C# 3.0 code. How can I overcome this ...