My boss keeps asking me "which version of .NET are we upgrading to", to which I answer "3.5, the latest one".
But then he sees things about how .NET 3.5 is just a set of libraries on top of .NET 2.0 and I find myself having to explain it to him.
And of course the version of C# that ships with .NET 3.5 is actually C# 3.0.
What's a good way to explain the different versions of .NET to a non-techie type in a way that doesn't confuse them or freak them out?
