Hi
Currently i have .net framework 4 is installed on the server and got few applications built targeting this framework.
I have a new assignment to build a web api to be deployed to this server. I want to make use of Task, Async Await asynchronous technique provided in .net framework 4.5.
if i install .net framework 4.5 it is a in place upgrade for 4.0 so 4.0 no longer would be available on the server. But MSDN documentation says 4.5 is backward compatible so application built using 4.0 should work without any changes.
Since this is a production environment i wanted to reach out to the community to hear about your experiences doing this. Can any one please share their thoughts/experiences doing this so i know few tips and cautions before i take on this task.
thanks in advance
ThnqDigital