F
Fregas
http://ebsteblog.wordpress.com/2008/03/28/using-c-30-features-with-net-20/
Is it true that many of the 3.5 (or c# 3.0) features will work even if
you are targeting the .NET 2.0 framework? This makes it very easy to
mistakenly deploy code to your test or production environments that
work in development but do not work on the server. Is there a way to
cause these to become compiler errors during development so you can
catch them early on?
Is it true that many of the 3.5 (or c# 3.0) features will work even if
you are targeting the .NET 2.0 framework? This makes it very easy to
mistakenly deploy code to your test or production environments that
work in development but do not work on the server. Is there a way to
cause these to become compiler errors during development so you can
catch them early on?