This may seem like a dumb question, but can an app build with c# 3 (.Net Framework 3.5) be built and deployed to a machine that does not have the 3.5 framework installed? i.e. does bin deployment work for System.Core and other 3.5 dlls?
I would really like to build my app using lambdas, linq, Func etc. but my client is not allowed to install the 3.0 or 3.5 frameworks on their machines (they do have the 2.0 framework installed).