Which framework does the faster response comparing among the twos as dotnet 1.1 and dotnet2.0?
Please provide me according to the detail explanation that why in particular gives the faster execution time.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Roei BarPosted Aug 22, 2009, 8:11 AM
http://en.wikipedia.org/wiki/.NET_Framework#Changes_in_2.0_in_comparison_with_1.1
main differance as you r looking for is :
he new API gives a fine grain control on the behavior of the runtime with regards to multithreading, memory allocation, assembly loading and more
meaning .net 2.0 has a lot more performance benefit over 1.1