<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Ricky Tan</title><subtitle type="html">Ricky Tan, .NET Framework Client</subtitle><id>http://blogs.msdn.com/rickyt/atom.xml</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/default.aspx" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/rickyt/atom.xml" /><generator uri="http://communityserver.org" version="2.1.61025.2">Community Server</generator><updated>2006-10-11T11:21:00Z</updated><entry><title>Silverlight 3 Released and Introduction to DataForm</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2009/07/13/silverlight-3-released-and-introduction-to-dataform.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2009/07/13/silverlight-3-released-and-introduction-to-dataform.aspx</id><published>2009-07-13T21:22:00Z</published><updated>2009-07-13T21:22:00Z</updated><content type="html">&lt;P&gt;Silverlight 3 has been officially released last Friday.&amp;nbsp; &lt;A class="" href="http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx" mce_href="http://weblogs.asp.net/scottgu/archive/2009/07/10/silverlight-3-released.aspx"&gt;ScottGu's blog&lt;/A&gt; and &lt;A class="" href="http://silverlight.net/getstarted/silverlight3/default.aspx" mce_href="http://silverlight.net/getstarted/silverlight3/default.aspx"&gt;Silverlight.net&amp;nbsp;&lt;/A&gt;have the details on the exciting new features and capabilities delivered in Silverlight 3.&amp;nbsp; Visit the &lt;A class="" href="http://silverlight.net/GetStarted/" mce_href="http://silverlight.net/GetStarted/"&gt;Get Started&lt;/A&gt; page on Silverlight.net to get all you need for developing in Silverlight 3.&lt;/P&gt;
&lt;P mce_keep="true"&gt;One of the new features that I worked on in Silverlight 3 is the &lt;STRONG&gt;DataForm&lt;/STRONG&gt; control.&amp;nbsp; Forms are widely used in many applications, and the Silverlight DataForm&amp;nbsp;provides a&amp;nbsp;powerful form out of the box that is easily customizable.&amp;nbsp; It&amp;nbsp;provides a flexible way to display a single object of or collection of data in a form and to interact with the object(s).&amp;nbsp; It allows IEditableObject support, for the committing or cancelling of changes; it allows field- and entity-level validation through the consumption of attributes such as [Required]; and it allows navigation, should the form's binding be to a collection of data.&lt;/P&gt;
&lt;P mce_keep="true"&gt;Here are some examples of using the DataForm:&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://www.rickytan.net/dataform/1/" mce_href="http://www.rickytan.net/dataform/1/"&gt;Example 1&lt;/A&gt;: This is a basic DataForm with the default features out of the box.&amp;nbsp; It has its ItemsSource set to a List of entities which has validation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;XAML:&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dataformToolkit:DataForm ItemsSource="{StaticResource EmployeeList}" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://www.rickytan.net/dataform/2/" mce_href="http://www.rickytan.net/dataform/2/"&gt;Example 2&lt;/A&gt;:&amp;nbsp; This shows 2 DataForms.&amp;nbsp; The DataForm on the left is the same one from Example 1.&amp;nbsp; The DataForm on the right is bound to the first DataForm by setting its CurrentItem using element name binding, and auto-generates its&amp;nbsp;public properties&amp;nbsp;so it&amp;nbsp;works like a property grid.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;XAML:&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dataformToolkit:DataForm ItemsSource="{StaticResource EmployeeList}" x:Name="dataForm1" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dataformToolkit:DataForm CurrentItem="{Binding ElementName=dataForm1}" Grid.Column="1" /&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://www.rickytan.net/dataform/ETV/" mce_href="http://www.rickytan.net/dataform/ETV/"&gt;Example 3&lt;/A&gt;:&amp;nbsp; This shows the many possibilities of using the DataForm control, such as Master-Details scenarios with the DataGrid, and usage with various other data sources and controls.&lt;/P&gt;
&lt;P&gt;For more working examples, visit the &lt;A class="" href="http://silverlight.net/samples/sl3/toolkitcontrolsamples/run/default.html" mce_href="http://silverlight.net/samples/sl3/toolkitcontrolsamples/run/default.html"&gt;Silverlight Toolkit Samples&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Ricky&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9832105" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>MIX09 and Silverlight 3 Beta</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2009/03/19/mix09-and-silverlight-3-beta.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2009/03/19/mix09-and-silverlight-3-beta.aspx</id><published>2009-03-19T21:39:00Z</published><updated>2009-03-19T21:39:00Z</updated><content type="html">Yesterday was the first day of &lt;A class="" href="http://live.visitmix.com/" mce_href="http://live.visitmix.com/"&gt;MIX09&lt;/A&gt;, where Silverlight 3 Beta was unveiled.&amp;nbsp; The keynote&amp;nbsp;and other videos are available for viewing on-demand at the&amp;nbsp;website.&amp;nbsp; To get started and see the full list of amazing new features, check out the &lt;A class="" href="http://silverlight.net/getstarted/silverlight3/default.aspx" mce_href="http://silverlight.net/getstarted/silverlight3/default.aspx"&gt;Silverlight 3 Beta page&lt;/A&gt; at the official Silverlight site.&amp;nbsp; I'm especially looking forward to hearing feedback about the DataForm.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9490859" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Silverlight Futures Sneak Peek: Building Business Focused Applications</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2008/10/31/silverlight-futures-sneak-peek-building-business-focused-applications.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2008/10/31/silverlight-futures-sneak-peek-building-business-focused-applications.aspx</id><published>2008-10-31T22:16:00Z</published><updated>2008-10-31T22:16:00Z</updated><content type="html">&lt;P&gt;With the launch of &lt;A class="" href="http://silverlight.net/Default.aspx" target=_blank mce_href="http://silverlight.net/Default.aspx"&gt;Silverlight 2&lt;/A&gt;,&amp;nbsp;which offers .NET support, C#, VB, LINQ, multithreading, WCF integration, Data Services Integration, new controls and more, more people are looking into using Silverlight for developing rich business&amp;nbsp;applications.&amp;nbsp; In the recent &lt;A class="" href="http://www.microsoftpdc.com/" mce_href="http://www.microsoftpdc.com/"&gt;PDC 2008&lt;/A&gt;, Jamie Cool presented a sneak peek of some of the work being done here to provide more support for building business applications for RIA (Rich Internet Applications): &lt;A href="http://channel9.msdn.com/pdc2008/PC11/"&gt;http://channel9.msdn.com/pdc2008/PC11/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Hopefully this addresses some of the pain points in building line-of-business Silverlight applications.&amp;nbsp;&amp;nbsp;What are pain points you've experienced and would like to see addressed?&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9027181" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Silverlight 2 Beta1</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2008/02/22/silverlight-2-beta1.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2008/02/22/silverlight-2-beta1.aspx</id><published>2008-02-22T20:42:00Z</published><updated>2008-02-22T20:42:00Z</updated><content type="html">This morning,&amp;nbsp;Scott Guthrie has posted a &lt;A class="" href="http://weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspx" mce_href="http://weblogs.asp.net/scottgu/archive/2008/02/22/first-look-at-silverlight-2.aspx"&gt;First Look at Silverlight 2&lt;/A&gt;, so I can break the silence on what's going on.&amp;nbsp; In Scott's blog, he gave the first official peek at our new controls, which are part of a rich story for enabling Rich Internet Application (RIA) development on the .NET platform.&amp;nbsp; Check it out!&amp;nbsp; :-)&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7849840" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Silverlight and Software-plus-Services</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2007/09/07/acropolis-silverlight-and-software-plus-services.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2007/09/07/acropolis-silverlight-and-software-plus-services.aspx</id><published>2007-09-08T03:17:00Z</published><updated>2007-09-08T03:17:00Z</updated><content type="html">&lt;P&gt;There are a lot of changes going on with Acropolis, with all the feedback received publicly and collaboration with other product teams internally, to provide a better developer story.&amp;nbsp; If you haven't tried Acropolis August CTP yet, check it out at &lt;A href="http://windowsclient.net/Acropolis/"&gt;http://windowsclient.net/Acropolis/&lt;/A&gt;.&amp;nbsp; It works with &lt;A class="" href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx" mce_href="http://msdn2.microsoft.com/en-us/vstudio/aa700831.aspx"&gt;VS 2008 Beta 2&lt;/A&gt;.&amp;nbsp; One of the cool samples to run is the line-of-business&amp;nbsp;Expense&amp;nbsp;sample.&lt;/P&gt;
&lt;P&gt;After&amp;nbsp;much anticipation, Silverlight was released this week! &amp;nbsp;I highly recommend checking it out: &lt;A href="http://www.microsoft.com/silverlight"&gt;http://www.microsoft.com/silverlight&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Yesterday was the annual Company Meeting, and I'm really excited about the&amp;nbsp;emerging &lt;A class="" href="http://www.microsoft.com/msft/speech/FY07/OzzieFAM2007.mspx" mce_href="http://www.microsoft.com/msft/speech/FY07/OzzieFAM2007.mspx"&gt;software-plus-services&lt;/A&gt; model and the new technologies being demo'ed that look like right out of a science fiction movie.&amp;nbsp; I can't wait to see the impact over the next few years - it's really an amazing time and place to be in.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4819345" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Extending the Acropolis Notepad sample with a Web Browser View</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2007/06/12/extending-the-acropolis-notepad-sample-with-a-web-browser-view.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2007/06/12/extending-the-acropolis-notepad-sample-with-a-web-browser-view.aspx</id><published>2007-06-12T20:53:00Z</published><updated>2007-06-12T20:53:00Z</updated><content type="html">&lt;P&gt;I've just &lt;A class="" href="http://blogs.msdn.com/acropolis/archive/2007/06/12/extending-the-notepad-sample-with-a-web-browser-view.aspx" mce_href="http://blogs.msdn.com/acropolis/archive/2007/06/12/extending-the-notepad-sample-with-a-web-browser-view.aspx"&gt;posted&lt;/A&gt; on the &lt;A class="" href="http://blogs.msdn.com/acropolis/" mce_href="http://blogs.msdn.com/acropolis/"&gt;Acropolis Team Blog&lt;/A&gt; about how&amp;nbsp;easy it is to&amp;nbsp;create additional views with Acropolis to extend the functionality of an application.&amp;nbsp;&amp;nbsp;The application here is the Acropolis CTP1 Notepad sample.&amp;nbsp; With just&amp;nbsp;five lines of code, one attribute and some XAML declarations, and without modifying any existing code, we'll add&amp;nbsp;the web browser view shown below&lt;/SPAN&gt;.&amp;nbsp; This web browser view uses the WebBrowser control from Windows Forms, hosted using the WindowsFormsHost feature from &lt;A class="" href="http://blogs.msdn.com/rickyt/archive/2006/07/21/673275.aspx" mce_href="http://blogs.msdn.com/rickyt/archive/2006/07/21/673275.aspx"&gt;Crossbow&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3254072" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Acropolis Buzz</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2007/06/05/acropolis-buzz.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2007/06/05/acropolis-buzz.aspx</id><published>2007-06-05T20:47:00Z</published><updated>2007-06-05T20:47:00Z</updated><content type="html">Thanks to everyone that took a look!&amp;nbsp; I'm very excited about &lt;A class="" href="http://blogs.msdn.com/brada/archive/2007/06/05/some-common-acroplis-questions.aspx" mce_href="http://blogs.msdn.com/brada/archive/2007/06/05/some-common-acroplis-questions.aspx"&gt;the buzz&lt;/A&gt;&amp;nbsp;that's going on.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3100935" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Acropolis CTP1 released!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2007/06/04/acropolis-ctp1-released.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2007/06/04/acropolis-ctp1-released.aspx</id><published>2007-06-05T00:34:00Z</published><updated>2007-06-05T00:34:00Z</updated><content type="html">I'm extremely happy to say that the first Community Technology Preview (CTP) of Microsoft .NET Client Futures Code Name "Acropolis" has been released!&amp;nbsp; You can check it out, watch the introduction video, download the installer and documentation, and participate in the forums at &lt;A href="http://windowsclient.net/Acropolis"&gt;http://windowsclient.net/Acropolis&lt;/A&gt;.&amp;nbsp; &lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3086431" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Acropolis at TechEd 2007</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2007/05/23/acropolis-at-teched-2007.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2007/05/23/acropolis-at-teched-2007.aspx</id><published>2007-05-24T02:28:00Z</published><updated>2007-05-24T02:28:00Z</updated><content type="html">&lt;P&gt;I've been keeping track of some&amp;nbsp;&lt;A class="" href="http://realworldsa.dotnetdevelopersjournal.com/smartclientsoftwarefactorywcfwpfwf.htm" mce_href="http://realworldsa.dotnetdevelopersjournal.com/smartclientsoftwarefactorywcfwpfwf.htm"&gt;discussions about Acropolis&lt;/A&gt;, and I'm happy to say that&amp;nbsp;there will be 3 sessions on Acropolis at &lt;A class="" href="https://www.msteched.com/public/sessions.aspx" mce_href="https://www.msteched.com/public/sessions.aspx"&gt;TechEd 2007&lt;/A&gt;&amp;nbsp;which is on June 4-8.&amp;nbsp; From the website &lt;A href="https://www.msteched.com/public/sessions.aspx"&gt;https://www.msteched.com/public/sessions.aspx&lt;/A&gt;, filter by keyword "Acropolis".&amp;nbsp; &lt;/P&gt;
&lt;P&gt;One of the sessions is&amp;nbsp;"Introducing the “&lt;SPAN class=hi&gt;Acropolis&lt;/SPAN&gt;” Client Application Framework", with the description below:&lt;/P&gt;
&lt;P&gt;The "&lt;SPAN class=hi&gt;Acropolis&lt;/SPAN&gt;" Client Framework makes it easy to build flexible and powerful Windows Presentation Foundation (WPF) applications. Come learn how to tap into the power of "&lt;SPAN class=hi&gt;Acropolis&lt;/SPAN&gt;" and how it can help you deliver the next generation of client applications. In this session, we first describe the basic "&lt;SPAN class=hi&gt;Acropolis&lt;/SPAN&gt;" features and how you can use them to build rich WPF applications. We then move onto some of the more advanced features and show you how to leverage the flexibility of "&lt;SPAN class=hi&gt;Acropolis&lt;/SPAN&gt;" to add rich navigation, theming, commanding, and supporting services to your applications.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2826300" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Team Foundation Server</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2007/01/25/team-foundation-server.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2007/01/25/team-foundation-server.aspx</id><published>2007-01-26T03:26:00Z</published><updated>2007-01-26T03:26:00Z</updated><content type="html">&lt;P&gt;I just can't wait for the Acropolis CTP so I can blog about the exciting new Acropolis rich client framework.&amp;nbsp; On a side note, my team is considering&amp;nbsp;migrating to&amp;nbsp;Team Foundation Server, which is more tightly integrated with Visual Studio Team System that we're already using, and last week I gave&amp;nbsp;a short presentation on the results of the initial investigation.&amp;nbsp; I'm all into TFS and I'm looking forward for it to be set up and ready.&amp;nbsp; If you're also looking into TFS, here are some great resources:&lt;/P&gt;
&lt;P&gt;VSTS Multimedia Content: &lt;A href="http://msdn2.microsoft.com/en-us/teamsystem/aa718837.aspx"&gt;http://msdn2.microsoft.com/en-us/teamsystem/aa718837.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Product Information:&amp;nbsp; &lt;A href="http://msdn2.microsoft.com/en-us/teamsystem/aa718803.aspx"&gt;http://msdn2.microsoft.com/en-us/teamsystem/aa718803.aspx&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1533016" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Official Product Launch of Windows Vista and Office 2007</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2006/11/30/official-product-launch-of-windows-vista-and-office-2007.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2006/11/30/official-product-launch-of-windows-vista-and-office-2007.aspx</id><published>2006-11-30T22:36:00Z</published><updated>2006-11-30T22:36:00Z</updated><content type="html">&lt;P&gt;Recently I haven't had much to blog about because of non-disclosure&amp;nbsp;regarding the new Acropolis project.&amp;nbsp; But today is the official product launch of Windows Vista and Office 2007 to volume licensing customers.&amp;nbsp; Unheralded with this launch is the official product launch of Crossbow (which is included in Vista)&amp;nbsp;to customers.&amp;nbsp; Check out the &lt;A class="" href="http://www.microsoft.com/presspass/press/2006/nov06/11-30NewDayPR.mspx" mce_href="http://www.microsoft.com/presspass/press/2006/nov06/11-30NewDayPR.mspx"&gt;official press release from this morning's press conference at NASDAQ MarketSite in Times Square&lt;/A&gt;.&amp;nbsp; The webcast is available at &lt;A href="http://www.microsoft.com/events/executives/webcasts.mspx"&gt;http://www.microsoft.com/events/executives/webcasts.mspx&lt;/A&gt;&amp;nbsp;(the live webcast is over, but the on-demand will be available).&amp;nbsp; There are also other webcasts on that page of recent speeches by Steve Ballmer and Bill Gates.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1179261" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>Mini-Lab</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2006/11/13/mini-lab.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2006/11/13/mini-lab.aspx</id><published>2006-11-14T00:36:00Z</published><updated>2006-11-14T00:36:00Z</updated><content type="html">&lt;P&gt;These past&amp;nbsp;two weeks I've been working on setting up the Mini-Lab for the Smart Client project I'm working on.&amp;nbsp; The Mini-Lab is a simple, lightweight service for running rolling (continuous integration) builds, nightly suites and to build nightly drops and up-to-date installer.&amp;nbsp; It requires only one machine (that sits in my office), and now that it's set up, it is easily maintained.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;One of the features I like most about the Mini-Lab is the rolling build feature, which checks for check-ins every fifteen minutes.&amp;nbsp; If it finds a new changelist, it runs a task that builds the project and runs test suites.&amp;nbsp; If the build or tests fail, it sends out an email to the team.&amp;nbsp; This helps prevent build breaks and regressions as soon as the code is checked in.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1071128" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>WPF Video</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2006/10/23/wpf-video.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2006/10/23/wpf-video.aspx</id><published>2006-10-23T21:45:00Z</published><updated>2006-10-23T21:45:00Z</updated><content type="html">I'm not able to post my sample here in this blog.&amp;nbsp; But here is an awesome video that shows what WPF can do:&amp;nbsp; &lt;SPAN style="COLOR: #1f497d"&gt;&lt;A title=http://go.microsoft.com/?linkid=5452295 href="http://go.microsoft.com/?linkid=5452295"&gt;http://go.microsoft.com/?linkid=5452295&lt;/A&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=864909" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>WPF Crossbow Sample</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2006/10/19/wpf-crossbow-sample.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2006/10/19/wpf-crossbow-sample.aspx</id><published>2006-10-20T00:56:00Z</published><updated>2006-10-20T00:56:00Z</updated><content type="html">&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;I’ve just finished creating a WPF sample application that&amp;nbsp;uses Crossbow to host a DataGridView, connected to a Northwind database.&amp;nbsp; It's a simple demo with flashy effects, courtesy of Sparkle, and I hope it&amp;nbsp;shows what Crossbow offers for interoperability between WPF and WinForms.&amp;nbsp; I'll need to check on how to upload it here.&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=845888" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry><entry><title>eLearning clinics for .NET FX 3.0 (WPF, WF and WCF) are live and FREE for a limited time!</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/rickyt/archive/2006/10/11/elearning-clinics-for-net-fx-3-0-wpf-wf-and-wcf-are-live-and-free-for-a-limited-time.aspx" /><id>http://blogs.msdn.com/rickyt/archive/2006/10/11/elearning-clinics-for-net-fx-3-0-wpf-wf-and-wcf-are-live-and-free-for-a-limited-time.aspx</id><published>2006-10-11T21:21:00Z</published><updated>2006-10-11T21:21:00Z</updated><content type="html">&lt;P&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial'"&gt;A good buddy from college days knows how excited I am about WPF, and he (being a .NET developer) asked me where he could get more info.&amp;nbsp; At that time, all I could do was point him to the &lt;A class="" href="http://msdn2.microsoft.com/en-us/netframework/aa663321.aspx" mce_href="http://msdn2.microsoft.com/en-us/netframework/aa663321.aspx"&gt;MSDN docs&lt;/A&gt;, as WPF is not released yet.&amp;nbsp; Now I'm happy to say that there are &lt;A class="" href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=109340" mce_href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=109340"&gt;eLearning clinics for the .NET Framework 3.0&lt;/A&gt; (WPF, WWF and WCF) live and free for a limited time.&amp;nbsp; These clinics are for Developers and Software Architects who are looking to adopt Microsoft's next generation technology within their solutions.&lt;/P&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Verdana','sans-serif'"&gt;Link: &lt;A title=https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=109340 href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=109340" target=_blank&gt;&lt;SPAN title=https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=109340 style="COLOR: windowtext"&gt;https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=109340&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=817283" width="1" height="1"&gt;</content><author><name>rickyt</name><uri>http://blogs.msdn.com/members/rickyt.aspx</uri></author></entry></feed>