A bit behind the times here but in my defence I’ve been up to my ears in nappies and things :). I’ve just been having a read of the ASP.NET 4 and Visual Studio 2010 Web Development Beta 2 Overview whitepaper and spotted a few things which I don’t think were there in Beta 1 (I’m sure this list isn’t exhaustive but let’s have a stab at it anyway):
And of course all the other good stuff is still there.
Also check out the breaking changes document. I spotted a minor discrepancy wrt to ClientIDMode between the overview and breaking changes documents. The overview states that controls will default to AutoID whereas the breaking changes doc states that the default setting is Predictable. I did a quick test and it looks to me that the breaking changes document is correct. ie Predictable is the new default.