Where do I find a list of changes and bug fixes for .Net classes from 3.5 -> 4.0?

Posted by Nathan Ridley on Stack Overflow See other posts from Stack Overflow or by Nathan Ridley
Published on 2010-03-22T15:14:23Z Indexed on 2010/03/23 19:43 UTC
Read the original article Hit count: 390

Filed under:
|
|

I'm having trouble finding a list of the changes and bug fixes that have been made in the .Net framework for .Net 4.0. They're not easy to find, but surely they exist somewhere?

Specifically I want to find out what changes and updates have been made for System.Net.HttpWebRequest and System.Net.CookieContainer, as both are quite bugridden in 3.5 and I want to evaluate whether I should write my code for .Net 4.0 or if I should create some custom classes to work around their issues.

© Stack Overflow or respective owner

Related posts about .net-3.5

Related posts about .net-4.0