I'm having trouble finding a list of changes and bug fixes that have been made to the .NET Framework for .NET 4.0. They are not easy to find, but certainly they exist somewhere?
In particular, I want to know what changes and updates have been made for System.Net.HttpWebRequestand System.Net.CookieContainer, since both of them are pretty fixed in 3.5, and I want to evaluate whether I should write my code for .Net 4.0 or if I have to create some custom classes to solve their problems.
source
share