Going from .Net 2.0 to 4.5 [closed]
- by Austin Henley
For a lot of my projects I have been using an older code base and also just haven't learned the features from newer .Net/C# versions. It seems I am stuck back in the 2.0 days of the framework and language, so what should I do to make use of all latest features?
It is worth pointing out this but rather than just what changes have been made, what small programs could I implement that would teach me a lot of the new features?