I've seen many questions on SO about .NET 3.5 advantages, but these are more leaned towards language features and easier development. Are there any non-developer-wise advantages for using .NET 3.5? Bugs, fixes, advantages over time?
Background:
- Desktop application that works in conjuction with a device driver.
- We wanted to support as much configurations as possible, we settled for .NET 3.0. All of the functionality we really need is in .NET 3.0
- But I so want to use LINQ and all the other new framework features. These don't help the users one bit, though.