Where to find a list of changes and bug fixes for .Net classes from 3.5 & # 8594; 4.0?

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.

+3
source share
1 answer

The .NET documentation commands do not publish a list of bug fixes.

- "" , : , .

Microsoft Connect. : http://connect.microsoft.com/SearchResultsLive.aspx?SearchQuery=HttpWebReques

http://connect.microsoft.com/SearchResultsLive.aspx?SearchQuery=CookieContainer

. , , , Connect.

+2

Source: https://habr.com/ru/post/1738046/


All Articles