


      <rss version="2.0">
         <channel>
            <title><![CDATA[.NET Curry: .NET Framework]]></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[Building Applications for Different .NET Framework Versions]]></title>
         <author><![CDATA[Damir Arh]]></author>
         <description><![CDATA[A peek into the major differences between the .NET framework versions and how we can still target older versions of .NET framework even when using the latest development tools.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=1427]]></link>
         <pubDate>Sun, 18 Mar 2018 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Read Only Dictionary in .NET 4.5]]></title>
         <author><![CDATA[Sumit Maitra]]></author>
         <description><![CDATA[The ReadOnlyDictionary<T,T> generic type in .NET 4.5 fulfills a long standing feature request for the BCL. It is useful for scenarios where read only Dictionaries need to be exposed. One such case is shown in this article. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=973]]></link>
         <pubDate>Sat, 25 Jan 2014 05:49:53 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[What's New in .NET Framework 4.5.1]]></title>
         <author><![CDATA[Pravinkumar Dabade]]></author>
         <description><![CDATA[Microsoft .NET Framework 4.5.1 contains some new features and is an in-place update to .NET Framework 4.0 and the .NET Framework 4.5. Let's see what's new in this latest .NET framework update]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=968]]></link>
         <pubDate>Mon, 13 Jan 2014 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Building an Image Resizer using .NET Parallel Dataflow Library in .NET 4.5]]></title>
         <author><![CDATA[Sumit Maitra]]></author>
         <description><![CDATA[With .NET 4.5, the Task Parallel Library team went another step ahead and built a little known library called Parallel Dataflow Library. This article explains why as a .NET developer, you must know about this powerful library.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=886]]></link>
         <pubDate>Mon, 22 Apr 2013 05:06:18 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Using Portable Class Library in .NET 4.5 and Visual Studio 2012]]></title>
         <author><![CDATA[Mahesh Sabnis]]></author>
         <description><![CDATA[In this article, we will see what is a Portable Class Library (PCL) and its importance. PCLs are used to build portable assemblies which work across platforms like Windows 7, Windows 8, Windows Presentation Foundation (WPF), Silverlight, Windows Store Apps and Windows Phone apps]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=843]]></link>
         <pubDate>Mon, 12 Nov 2012 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[25 Useful SQL Server Tutorials For .NET Developers]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[As a developer who has been developing data oriented .NET applications for over a decade now, I have become a strong believer of the fact that a developer’s knowledge is incomplete, without having knowledge of the database and network he/she is interacting with.  In this article, I will be sharing 25 T-SQL Scripts and Tutorials from my blog that I feel would be useful for a developer creating .NET Centric Database Solutions.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=749]]></link>
         <pubDate>Wed, 10 Aug 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[View Internal CLR Details using the .NET SOS Debugger Extension]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will explore some SOS Debugger Extensions commands to give you an overview of how easy it is to use the commands to view the details of the internal CLR Environment. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=731]]></link>
         <pubDate>Tue, 05 Jul 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Debugging .NET 4.0 applications using SOS extension]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[The SOS (Son of Strike) debugger extension  is an invaluable resource for debugging .NET 4.0 managed applications using native debuggers.The SOS extension lets you view information about code that is running inside the CLR. In this article, we will explore how to use this extension.]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=648]]></link>
         <pubDate>Mon, 07 Feb 2011 02:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Call a Method Asynchronously in .NET using Polling Pattern and Callback Pattern]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In my previous article, we explored multiple ways to call a method asynchronously using Delegates. In this article, we will see how to call a method asynchronously using the Delegate Polling pattern and the Callback Pattern. ]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=642]]></link>
         <pubDate>Wed, 26 Jan 2011 00:00:00 GMT</pubDate>
      </item>
   
      <item>
         <title><![CDATA[Call a Method Asynchronously using Delegate BeginInvoke and EndInvoke Pattern]]></title>
         <author><![CDATA[Suprotim Agarwal]]></author>
         <description><![CDATA[In this article, we will explore multiple ways to call a method asynchronously using Delegates. You can call methods asynchronously in four different ways using the BeginInvoke() and EndInvoke() methods of the Delegate class]]></description>
         <link><![CDATA[https://www.dotnetcurry.com/ShowArticle.aspx?ID=634]]></link>
         <pubDate>Mon, 10 Jan 2011 00:00:00 GMT</pubDate>
      </item>
   
         </channel>
      </rss>  
   