visual studio 2010 - Should I compile my application to the latest .NET Framework even if I'm not using any new features? -


i've developed application using visual studio 2010, default compiles .net framework 4. however, far i'm aware, application not using .net 4 specific features , work fine compiled 3/3.5 or 2. main problem see compiling v4 many users won't have v4 framework installed , need go through process of downloading , installing it. there performance/security/etc benefits running same code compiled v4 rather previous versions justify using v4, or should use older versions until need new features found in 4?

amr

to honest think go other way, use .net 4.0 anyway. gives ability use new features should become relevant doing. more , more users getting .net4 more apps use may there anyway.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -