.NET3.5 SP1 & VS2008 SP1 のベータ

間に合わなかった物全部入り詰め合わせパック。

http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx

http://blogs.msdn.com/tims/archive/2008/05/12/introducing-the-third-major-release-of-windows-presentation-foundation.aspx

概要読むだけでも大変とかいう巨大サイズ…。

Application Startup and Working Set Performance Improvements

.NET 3.5 SP1 includes significant performance improvements to the CLR that enable much faster application startup times - in particular with "cold start" scenarios (where no .NET application is already running). Much of these gains were achieved by changing the layout of blocks within CLR NGEN images, and by significantly optimizing disk IO access patterns. We also made some nice optimizations to our JIT code generator that allow much better inlining of methods that utilize structs.

We are today measuring up to 40% faster application startup improvements for large .NET client applications with SP1 installed. These optimizations also have the nice side-effect of improving ASP.NET application request per second throughput by up to 10% in some cases.

ScottGu's Blog - Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta

だそうですが、それって .NET2.0 への変更ってことじゃないの?影響ないから .NET2.0 SP2 とかにはならないの?とか思うんだけど、きっと誰かが詳細を書いてくれるハズということで今晩も読書とマリオカート

(追記)
WinForms にコントロール追加もあるんですね。まだ見捨ててなかったか。LineShape とか今さら追加。DataRepeater ってどんなだろう。
クライアント向けアプリを書く人は、Client Profile の説明も要チェック!