Our codebase where I work is .NET 2.0. For our new assembly/DLLs/web applications I would love to take advantage of what 3.5 has to offer.
Can one mix .NET frameworks(per assembly) in a solution? Are there any IIS related caveats to this?
I would love to hear any positive/negative/howto feedback. Let me know!
Thanks!
Yes you can do this in Visual Studio and it is called Multi-Targeting.
Scott Guthrie has a great blog-entry on Multi-Targeting Support in Visual Studio.
Cheers