The core of the 3.5 framework is the same as the core of the 2.0 framework. For example, you can create a solution with vs 2008, where your external project or user interface will be compiled with the 2.0 framework, as well as the dll core project with the 3.5 framework, which widely uses linq. All of this can be deployed in 2.0 without any problems.
source
share