


      <rss version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: Silverlight 2, 3, 4 and 5]]></title>
            <link>https://www.dotnetcurry.com/</link>
            <description>.NET Curry: the site for Microsoft Enthusiasts</description>
            <copyright>Copyright 2009 by Suprotim Agarwal on behalf of dotnetcurry.com</copyright>
   
      <item>
         <title><![CDATA[Silverlight 5: Some New Features For Developers]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Silverlight 5, the latest version of Microsoft's browser plug-in comes with significant improvements with respect to Controls, Text, Dialog, Performance and data-binding. In this article, we will take an overview of some of the new Silverlight 5 features.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=810]]></link>
         <pubDate>Tue, 22 May 2012 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Encoding Video using Expression Encoder 4.0 and using it in an ASP.NET Website]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article we will see how to encode video files and add Markers and Thumbnails using Microsoft Expression Encoder 4.0. After encoding the media, we will use it an ASP.NET web site.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=696]]></link>
         <pubDate>Wed, 30 Nov 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Silverlight: Basic Integration with SharePoint 2010 WCF Data Services]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[The advantage of WCF Data Services is that any client application can now make a call to the WCF services and interact with the SharePoint object model. It is not necessary for the end-user to directly log-in to the SharePoint Web Site application and work on it. WCF Data Services provided in SharePoint 2010 helps to implement integration based application with other client applications.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=766]]></link>
         <pubDate>Mon, 10 Oct 2011 09:20:06 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Silverlight 4: Consuming Workflow Service]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[This article demonstrates how to expose your Workflow based business processes as a Service and use a Browser client like Silverlight 4 to subscribe to it]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=765]]></link>
         <pubDate>Tue, 04 Oct 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Silverlight 5.0 RC: Implicit Templates and Effective Data Representation]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Silverlight 5 RC Implicit Templates are DataTemplates and are associated with a specific DataType. They are a powerful addition to the Silverlight 5 templating abilities and in this article, we will explore the same]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=762]]></link>
         <pubDate>Sun, 18 Sep 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Silverlight 4: Applying Style to the Selected DataGrid Cell during Edit Operation]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[The Silverlight DataGrid has lots of events for User Interaction. One of the event provided is PreparingCellForEdit, which is raised when a cell in the DataGrid column enters Editing mode. During this event, the DataGridCell is templated as the TextBox control and we can then manipulate data within the textbox. In this article, I have used the ‘PreparingCellForEdit’ event to apply a style on the DataGrid Cell
]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=756]]></link>
         <pubDate>Sun, 28 Aug 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Silverlight 4.0: Applying Data Templates on ListBox at Runtime]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[DataTemplates in Silverlight are typically used for visual representation of your data. They are particularly useful when you are binding an ItemsControl such as a ListBox to a collection. I was recently asked to make use of a DataTemplate on a ListBox at runtime, for performing Update operations. In this article, I have demonstrated how to declare DataTemplates in XAML and to read and apply them at runtime]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=739]]></link>
         <pubDate>Thu, 21 Jul 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Excel like Filtering in Silverlight DataGrid]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[Microsoft Excel is a popular product and it’s very common for end-users to expect a similar experience in any grid like control they use. The same goes for the Silverlight DataGrid where users expect a similar experience when it comes to filtering records. In this article, to create an excel filtering like experience in a Silverlight DataGrid, I am using a ControlTemplate using which you can add any kind of a UI element like the ComboxBox in the header.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=738]]></link>
         <pubDate>Tue, 19 Jul 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Silverlight 4.0: Applying TextChange behavior to the TextBox]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[This article demonstrated how to define a custom behavior and extend the functionality of the Silverlight controls like the TextBox]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=737]]></link>
         <pubDate>Sun, 17 Jul 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Microsoft Silverlight 4 Tutorials You Must Read]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this link list, I plan to share 70 Silverlight Tutorials written by authors of DotNetCurry and DevCurry that should be helpful for every Silverlight developer out there. 
]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=735]]></link>
         <pubDate>Wed, 13 Jul 2011 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   