<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Say what? Microsoft Malaysia One ISV Technology Blog : .NET Framework 3.5</title><link>http://blogs.msdn.com/fai/archive/tags/.NET+Framework+3.5/default.aspx</link><description>Tags: .NET Framework 3.5</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>PanelAnimator for WPF</title><link>http://blogs.msdn.com/fai/archive/2008/09/24/panelanimator-for-wpf.aspx</link><pubDate>Wed, 24 Sep 2008 11:11:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8963336</guid><dc:creator>hoongfai</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/fai/comments/8963336.aspx</comments><wfw:commentRss>http://blogs.msdn.com/fai/commentrss.aspx?PostID=8963336</wfw:commentRss><description>&lt;p&gt;My apologies on the delayed response to upload the PanelAnimator utility class for WPF. Just got it from William Lim, the Lead Architect in Entellium Technologies.&lt;/p&gt; &lt;p&gt;Essentially the PanelAnimator does the following:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Animates stack panel when your WPF app is resized  &lt;li&gt;Allows you to modify the source code to customize specialized behavior  &lt;li&gt;Use customized behavior by associating it as an attribute in your XAML control element&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;iframe style="border-bottom: #dde5e9 1px solid; border-left: #dde5e9 1px solid; padding-bottom: 0px; background-color: #ffffff; margin: 3px; padding-left: 0px; width: 240px; padding-right: 0px; height: 66px; border-top: #dde5e9 1px solid; border-right: #dde5e9 1px solid; padding-top: 0px" marginheight="0" src="http://cid-77527ae3878b3eec.skydrive.live.com/embedrowdetail.aspx/Public/AnimatedPanelSample.zip" frameborder="0" marginwidth="0" scrolling="no"&gt;&lt;/iframe&gt; &lt;p&gt;Enjoy!&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8963336" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/fai/archive/tags/.NET+Framework+3.5/default.aspx">.NET Framework 3.5</category><category domain="http://blogs.msdn.com/fai/archive/tags/WPF/default.aspx">WPF</category><category domain="http://blogs.msdn.com/fai/archive/tags/Dynamic+UI/default.aspx">Dynamic UI</category></item><item><title>VS2008 SP1 Beta and .NET Framework 3.5 SP1 Beta is now available</title><link>http://blogs.msdn.com/fai/archive/2008/05/14/vs2008-sp1-beta-and-net-framework-3-5-sp1-beta-is-now-available.aspx</link><pubDate>Wed, 14 May 2008 08:40:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8502768</guid><dc:creator>hoongfai</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/fai/comments/8502768.aspx</comments><wfw:commentRss>http://blogs.msdn.com/fai/commentrss.aspx?PostID=8502768</wfw:commentRss><description>&lt;p&gt;We will be releasing the beta of Visual Studio 2008 SP1 and the .NET Framework SP1. Each of these releases contains a significant amount of new functionality and bug fixes for developers which will further enhance their experiences with our products.&amp;nbsp; However, this bulletin is focused on new functionality specifically in .NET Framework SP1 and Visual Studio SP1 for Client development.&amp;nbsp; &lt;p&gt;The .NET Framework 3.5 Service Pack 1 Beta delivers more controls, a streamlined setup, improved start-up performance, and powerful new graphics features for WPF development. This release includes numerous bug fixes and the following feature areas:  &lt;p&gt;· New and improved graphics capabilities for both 2D and 3D  &lt;p&gt;· New controls and extensibility  &lt;p&gt;· Performance improvements for startup and runtime, as well as streamlined setup  &lt;p&gt;· Interop with HTML (DOM) as well as DirectX  &lt;p&gt;As part of the streamlined setup we are introducing a new .NET Framework 3.5 Client Profile which is a perfect subset of the .NET Framework 3.5 targeted exclusively at client applications and clients scenarios. The Client Profile will work with ClickOnce application deployments.  &lt;p&gt;The beta is intended as a mechanism to allow early testing and feedback. As a beta release, it is recommended that you only install the service pack on test machines (VPCs would be great for that purpose).&amp;nbsp; Note that there are a few known incompatibilities with this service pack including: Expression Blend, the Silverlight 2 Beta 1 SDK, and the Microsoft Silverlight Tools Beta 1 for Visual Studio 2008. A new version of Expression Blend 2.5 March Preview has been released &lt;a href="http://www.microsoft.com/expression/try-it/default.aspx?filter=prerelease"&gt;here&lt;/a&gt; that is compatible with this service pack.&amp;nbsp; These issues will be resolved for the final release, but it is important that you start testing your apps for compatibility and provide feedback to us.  &lt;p&gt;Here's how you provide feedback to us:  &lt;ul&gt; &lt;li&gt;&lt;a href="http://go.microsoft.com/?LinkID=8865830"&gt;Windows Presentation Foundation Forum&lt;/a&gt; for feedback and questions regarding this release of WPF.  &lt;li&gt;&lt;a href="http://go.microsoft.com/?LinkID=8867290"&gt;Visual Studio WPF Designer Forum&lt;/a&gt; for feedback and questions related to WPF features in Visual Studio 2008.  &lt;li&gt;&lt;a href="http://go.microsoft.com/?LinkID=8867289"&gt;Expression Studio Forum&lt;/a&gt; for questions and discussions related to WPF features in Expression Blend.&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8502768" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/fai/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://blogs.msdn.com/fai/archive/tags/.NET+Framework+3.5/default.aspx">.NET Framework 3.5</category></item></channel></rss>