<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Biggle&#039;s Blog &#187; DLR</title>
	<atom:link href="http://www.biggle.de/blog/tag/dlr/feed" rel="self" type="application/rss+xml" />
	<link>http://www.biggle.de/blog</link>
	<description>Web- und Software Development</description>
	<lastBuildDate>Tue, 07 Feb 2012 13:08:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Dynamics .NET 4.0</title>
		<link>http://www.biggle.de/blog/dynamics-net-4-0</link>
		<comments>http://www.biggle.de/blog/dynamics-net-4-0#comments</comments>
		<pubDate>Sun, 15 Nov 2009 12:04:36 +0000</pubDate>
		<dc:creator>Mario Priebe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Empfehlungen]]></category>
		<category><![CDATA[.NET4.0]]></category>
		<category><![CDATA[DLR]]></category>

		<guid isPermaLink="false">http://www.biggle.de/blog/?p=3218</guid>
		<description><![CDATA[Eines der neuen Features im .NET Framework 4.0 ist die DLR (Dynamic Language Runtime). Zentral geht es da um das Keyword &#8220;dynamic&#8221;. Was man darunter versteht und wie man mit der DLR entwickelt zeigt Codefest.at in eine Serie aus, bisher 3 ausführlich beschriebenen Artikeln Teil1: Einführung Teil2: MemberBinder, IndexBinder und InvokeMember Teil3: Datenbindung Dieser Beitrag [...]]]></description>
			<content:encoded><![CDATA[<p>Eines der neuen Features im .NET Framework 4.0 ist die <a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL21zZG4ubWljcm9zb2Z0LmNvbS9lbi11cy9saWJyYXJ5L2RkMjMzMDUyJTI4VlMuMTAwJTI5LmFzcHg=">DLR (Dynamic Language Runtime)</a>.</p>
<p>Zentral geht es da um das Keyword &#8220;dynamic&#8221;. Was man darunter versteht und wie man mit der DLR entwickelt zeigt <a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RlZmVzdC5hdA==">Codefest.at</a> in eine Serie aus, bisher 3 ausführlich beschriebenen Artikeln</p>
<p><a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RlZmVzdC5hdC9wb3N0LzIwMDkvMTEvMDQvRHluYW1pYy1pbi1DLTQwLVRlaWwtSS1FaW5mdWhydW5nLmFzcHg=">Teil1: Einführung</a></p>
<p><a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RlZmVzdC5hdC9wb3N0LzIwMDkvMTEvMDkvRHluYW1pYy1pbi1DLTQwLVRlaWwtMi1NZW1iZXJCaW5kZXItSW5kZXhCaW5kZXItdW5kLUludm9rZU1lbWJlci5hc3B4">Teil2: MemberBinder, IndexBinder und InvokeMember</a></p>
<p><a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jb2RlZmVzdC5hdC9wb3N0LzIwMDkvMTEvMTQvRHluYW1pYy1pbi1DLTQwLVRlaWwtMy1TdW1taW5nLWR5bmFtaWMtdXAtRGF0ZW5iaW5kdW5nLWluLWRlci1XUEYuYXNweA==">Teil3: Datenbindung</a></p>
<p><a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGUvYmxvZy93cC1jb250ZW50L3VwbG9hZHMvMjAwOS8xMS9ETFJBcmNoaXRlY3VyZTEuanBn"><img class="alignnone size-full wp-image-3220" title="DLRArchitecure" src="http://www.biggle.de/blog/wp-content/uploads/2009/11/DLRArchitecure1.jpg" alt="DLRArchitecure" width="500" height="292" /></a></p>
<hr /><p style="float:right; font-size:0.9em;">Dieser Beitrag stammt von <a href="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5iaWdnbGUuZGU=">Mario Priebe</a>.</p> <img src="http://www.biggle.de/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=3218" width="1" height="1" style="display: none;" /><h2  class="related_post_title">Ähnliche Beiträge</h2><ul class="related_post"><li>25. Juli 2010 -- <a href="http://www.biggle.de/blog/dynamische-klasse-mit-dynamicobject-erstellen" title="Dynamische Klasse mit DynamicObject erstellen">Dynamische Klasse mit DynamicObject erstellen</a></li><li>12. März 2010 -- <a href="http://www.biggle.de/blog/neuerungen-in-visual-studio-2010" title="Neuerungen in Visual Studio 2010">Neuerungen in Visual Studio 2010</a></li><li>12. März 2010 -- <a href="http://www.biggle.de/blog/weitere-neuerungen-veraenderungen-im-net-framework-4-0" title="Weitere Neuerungen im .NET Framework 4.0">Weitere Neuerungen im .NET Framework 4.0</a></li><li>12. März 2010 -- <a href="http://www.biggle.de/blog/parallele-programmierung-mit-net-4-0" title="Parallele Programmierung mit .NET 4.0">Parallele Programmierung mit .NET 4.0</a></li><li>12. März 2010 -- <a href="http://www.biggle.de/blog/named-optional-arguments-covariance-contravariance-dynamic-und-com-interop" title="Named &#038; Optional Arguments, Co- &#038; Contravariance, Dynamic und COM Interop">Named &#038; Optional Arguments, Co- &#038; Contravariance, Dynamic und COM Interop</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.biggle.de/blog/dynamics-net-4-0/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

