What version of the .NET framework ahould I target?

Posted by MiffTheFox on Stack Overflow See other posts from Stack Overflow or by MiffTheFox
Published on 2010-04-20T00:04:25Z Indexed on 2010/04/20 0:13 UTC
Read the original article Hit count: 700

Filed under:
|
|
|
|

I'm a desktop C# developer (that is not ASP) and am wondering about version targeting for small personal projects. These are, of course, trying to reach as wide an audience as possible, and so I've been targeting .NET 3.0 (which is the latest version on a Windows Vista system without any service packs) and 2.0 (which is simply the most compatible version compatible with VS2008).

Unfortunately, this precludes me from learning any technologies such as LINQ introduced post 3.0, and, with an upcoming switch to VS2010, I'm wondering if I should target the new 4.0 platform at the expense of uses without the latest and greatest, or should I just stick to trying to reach as wide a userbase as possible?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about .net-2.0