Quote:
Originally Posted by alex_d
...written in .NET 3.5...
|
Please target it to .NET 2.0. I seriously doubt you need more than that. Always target the lowest numbered version that has all the features you want. With 3.5, your users will most definitely have to download and install the framework installer (even with Vista), whereas most computers today have .NET 2.0 by default.
Targeting it to 3.5 and using only features from 2.0 and lower
has absolutely no advantages, but has several disadvantages.