<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Managed</title>
    <description>the latest stories tagged with 'Managed' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>What is the difference between managed and unmanaged code? </title>
      <description>Managed Code

Managed code is code that is written to target the services of the managed runtime execution environment (like Common Language Runtime in .NET Framework). The managed code is always executed by a managed runtime execution environment rather than the operating system directly. Managed refers to a method of exchanging information between the program and the runtime environment. Because the execution of code is governed by the runtime environment,... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftoptechsolutions.blogspot.com%2f2011%2f04%2fwhat-is-difference-between-managed-and.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftoptechsolutions.blogspot.com%2f2011%2f04%2fwhat-is-difference-between-managed-and.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/What_is_the_difference_between_managed_and_unmanaged_code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/What_is_the_difference_between_managed_and_unmanaged_code</guid>
      <pubDate>Tue, 12 Apr 2011 06:35:58 GMT</pubDate>
    </item>
    <item>
      <title>What is this Managed Extensibility Framework thing all about ?</title>
      <description>Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f09%2f26%2fwhat-is-this-managed-extensibility-framework-thing-all-about.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f09%2f26%2fwhat-is-this-managed-extensibility-framework-thing-all-about.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/What_is_this_Managed_Extensibility_Framework_thing_all_about</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/What_is_this_Managed_Extensibility_Framework_thing_all_about</guid>
      <pubDate>Fri, 26 Sep 2008 15:31:12 GMT</pubDate>
    </item>
    <item>
      <title>AlphaVSS 0.7.0  - Bringing the Volume Shadow Copy Service to .NET</title>
      <description>AlphaVSS is an open source library that provides a managed .NET interface to the Windows Volume Shadow Copy Service, making it possible to conveniently access and use the VSS API from within eg. C# or VB. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.alphaleonis.com%2f2008%2f08%2falphavss-070-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.alphaleonis.com%2f2008%2f08%2falphavss-070-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/opensource/AlphaVSS_0_7_0_Bringing_the_Volume_Shadow_Copy_Service_to_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/opensource/AlphaVSS_0_7_0_Bringing_the_Volume_Shadow_Copy_Service_to_NET</guid>
      <pubDate>Mon, 25 Aug 2008 04:32:45 GMT</pubDate>
    </item>
    <item>
      <title>Power of CLR    SQL server 2005, + Reqular Expressions</title>
      <description>Power CLR(Common Language Runtime), Using Reqular Expression in your queries &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.isolutionteam.co.uk%2f2008%2f08%2f01%2fpower-of-clr-common-language-runtime-sql-server-2005-managed-assembly%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.isolutionteam.co.uk%2f2008%2f08%2f01%2fpower-of-clr-common-language-runtime-sql-server-2005-managed-assembly%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/clr/Power_of_CLR_SQL_server_2005_Reqular_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/clr/Power_of_CLR_SQL_server_2005_Reqular_Expressions</guid>
      <pubDate>Sat, 02 Aug 2008 01:48:17 GMT</pubDate>
    </item>
    <item>
      <title>Managed C++: Embedding Microsoft Visual C++ Redistributable</title>
      <description>If you use a DLL written in Managed C++, you should a few DLLs from the Microsoft Visual C++ Redistributable package installed. There are no usual ways to link these libraries statically (due to C++ / CLI restrictions).
But there a way to include these DLLs into your application, see how in this article. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fboxedapp.com%2fblog%2f2008%2f07%2f16%2fc-cli-how-to-use-managed-c-dll-when-microsoft-visual-c-redistributable-is-not-installed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fboxedapp.com%2fblog%2f2008%2f07%2f16%2fc-cli-how-to-use-managed-c-dll-when-microsoft-visual-c-redistributable-is-not-installed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Managed_C_Embedding_Microsoft_Visual_C_Redistributable</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Managed_C_Embedding_Microsoft_Visual_C_Redistributable</guid>
      <pubDate>Fri, 18 Jul 2008 01:16:11 GMT</pubDate>
    </item>
    <item>
      <title>Building a Configuration Binder for MEF with POCO Support</title>
      <description>MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f07%2f14%2fbuilding-a-configuration-binder-for-mef-with-poco-support.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f07%2f14%2fbuilding-a-configuration-binder-for-mef-with-poco-support.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Building_a_Configuration_Binder_for_MEF_with_POCO_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Building_a_Configuration_Binder_for_MEF_with_POCO_Support</guid>
      <pubDate>Mon, 14 Jul 2008 16:16:12 GMT</pubDate>
    </item>
    <item>
      <title>Managed Extensibility Framework (MEF) at a Glance</title>
      <description>A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f16%2fmanaged-extensibility-framework-mef-at-a-glance.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.sidarok.com%2fweb%2fblog%2fcontent%2f2008%2f06%2f16%2fmanaged-extensibility-framework-mef-at-a-glance.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Managed_Extensibility_Framework_MEF_at_a_Glance</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Managed_Extensibility_Framework_MEF_at_a_Glance</guid>
      <pubDate>Mon, 16 Jun 2008 15:31:02 GMT</pubDate>
    </item>
    <item>
      <title>Singularity Research Dev Kit released!</title>
      <description>The Managed OS research project at MS, codename Singularity, has been released as an RDK for non-commercial use on CodePlex. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codeplex.com%2fsingularity"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codeplex.com%2fsingularity" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Singularity_Research_Dev_Kit_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Singularity_Research_Dev_Kit_released</guid>
      <pubDate>Wed, 05 Mar 2008 15:46:02 GMT</pubDate>
    </item>
  </channel>
</rss>
