<?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>Developer Experts LLC</title>
	<atom:link href="http://www.developer-experts.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.developer-experts.net</link>
	<description>Consulting, Training and essential Know-How for the professional Developer</description>
	<lastBuildDate>Sat, 08 Jun 2013 19:37:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>DX.Library : Utility functions for iOS (and other platforms) available via SVN</title>
		<link>http://www.monien.net/dx-library-utility-functions-for-ios-and-other-platforms-available-for-free-via-subversion/</link>
		<comments>http://www.monien.net/dx-library-utility-functions-for-ios-and-other-platforms-available-for-free-via-subversion/#comments</comments>
		<pubDate>Wed, 08 May 2013 21:26:40 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=473</guid>
		<description><![CDATA[I just created a DX.Library SubVersion repository at Google and uploaded our DX.Apple.Utils.pas unit as first action. As a start three functions are available: Note: there is a dependency to Apple.Utils.pas (and later maybe to other units in the same &#8230; <a href="http://www.monien.net/dx-library-utility-functions-for-ios-and-other-platforms-available-for-free-via-subversion/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/dx-library-utility-functions-for-ios-and-other-platforms-available-for-free-via-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>iOS OpenURL – Not just for HTTP URLs</title>
		<link>http://www.monien.net/ios-openurl-not-just-for-http-urls/</link>
		<comments>http://www.monien.net/ios-openurl-not-just-for-http-urls/#comments</comments>
		<pubDate>Fri, 03 May 2013 21:26:09 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=470</guid>
		<description><![CDATA[Anders just recently blogged about how to open Safari from your iOS Delphi app and showed how to incorporate Cleggy&#8217;s Apple.Utils.pas unit to make it just as simple as: OpenURL(&#8216;http://www.embaracdero.com&#8217;); The interesting point is now, that this would also work &#8230; <a href="http://www.monien.net/ios-openurl-not-just-for-http-urls/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/ios-openurl-not-just-for-http-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>iOS: Identifying Your Users Devices – A Recipe How to Import iOS Classes</title>
		<link>http://www.monien.net/ios-identifying-your-users-devices-a-recipe-how-to-import-ios-classes/</link>
		<comments>http://www.monien.net/ios-identifying-your-users-devices-a-recipe-how-to-import-ios-classes/#comments</comments>
		<pubDate>Fri, 03 May 2013 20:51:08 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=465</guid>
		<description><![CDATA[You might want to identify your users devices, for example to bind that information to some licensing mechanism. In earlier iOS days, you would have used UIDevice.uniqueIdentifier for that. That ID is unique for every iOS device out in the &#8230; <a href="http://www.monien.net/ios-identifying-your-users-devices-a-recipe-how-to-import-ios-classes/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/ios-identifying-your-users-devices-a-recipe-how-to-import-ios-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Objective-C for Delphi users: Property Setters and Getters</title>
		<link>http://www.monien.net/objective-c-for-delphi-users-property-setters-and-getters/</link>
		<comments>http://www.monien.net/objective-c-for-delphi-users-property-setters-and-getters/#comments</comments>
		<pubDate>Wed, 01 May 2013 18:53:51 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=461</guid>
		<description><![CDATA[Even though Embarcadero did a great job in abstracting the RTL and FireMonkey from iOS specifics in their latest Delphi XE 4 release, there will sometimes be the need to access iOs APIs directly &#8211; just like we did with &#8230; <a href="http://www.monien.net/objective-c-for-delphi-users-property-setters-and-getters/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/objective-c-for-delphi-users-property-setters-and-getters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Delphi samples updated constantly</title>
		<link>http://www.monien.net/delphi-samples-updated-constantly/</link>
		<comments>http://www.monien.net/delphi-samples-updated-constantly/#comments</comments>
		<pubDate>Wed, 01 May 2013 17:11:50 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=457</guid>
		<description><![CDATA[Since a while the samples that come with Delphi are actually connected to a SubVersion repository of Embaracderos, that is you might want to &#8220;update&#8221; them from time to with your favorite SVN client. Samples for Delphi XE4 can usually &#8230; <a href="http://www.monien.net/delphi-samples-updated-constantly/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/delphi-samples-updated-constantly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>XE4 added to Delphi Version Poll</title>
		<link>http://www.monien.net/xe4-added-to-delphi-version-poll/</link>
		<comments>http://www.monien.net/xe4-added-to-delphi-version-poll/#comments</comments>
		<pubDate>Wed, 01 May 2013 16:07:23 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=454</guid>
		<description><![CDATA[I just added XE4 to my almost for ever running Delphi Version Poll. So if you like just check the version you are using most. You can re-vote even if you already voted a while ago and your Delphi version &#8230; <a href="http://www.monien.net/xe4-added-to-delphi-version-poll/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/xe4-added-to-delphi-version-poll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Entity Framwork and how to solve poor performance on large read-only batches</title>
		<link>http://www.monien.net/entity-framwork-and-how-to-solve-poor-performance-on-large-read-only-batches/</link>
		<comments>http://www.monien.net/entity-framwork-and-how-to-solve-poor-performance-on-large-read-only-batches/#comments</comments>
		<pubDate>Wed, 01 May 2013 15:39:34 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=443</guid>
		<description><![CDATA[ORMs such as Entity Framework are great &#8211; as long as you don&#8217;t forget that there is quite a complex engine under the shiny hood. I just ran into the situation that EF performed extremely poor while processing large sets &#8230; <a href="http://www.monien.net/entity-framwork-and-how-to-solve-poor-performance-on-large-read-only-batches/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/entity-framwork-and-how-to-solve-poor-performance-on-large-read-only-batches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Use the Power of Delphi Carefully – Please!</title>
		<link>http://www.monien.net/use-the-power-of-delphi-carefully-please/</link>
		<comments>http://www.monien.net/use-the-power-of-delphi-carefully-please/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 12:22:24 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=435</guid>
		<description><![CDATA[Now that EMBT gave us Delphi for iOS, a.k.a. RAD Studio XE4, we got a quite powerful tool (not just) for developing iOS Apps in our hands. Compared to what it takes to get a halfway serious App done in &#8230; <a href="http://www.monien.net/use-the-power-of-delphi-carefully-please/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/use-the-power-of-delphi-carefully-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Using InterBase Lite and InterBase ToGo in Delphi iOS Applications – Step by Step Guide</title>
		<link>http://www.danielmagin.de/blog/index.php/2013/04/using-interbase-lite-and-interbase-togo-in-delphi-ios-applications-step-by-step-guide/</link>
		<comments>http://www.danielmagin.de/blog/index.php/2013/04/using-interbase-lite-and-interbase-togo-in-delphi-ios-applications-step-by-step-guide/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 10:17:40 +0000</pubDate>
		<dc:creator>Daniel Magin</dc:creator>
				<category><![CDATA[Embarcadero]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.danielmagin.de/blog/?p=720</guid>
		<description><![CDATA[<p>Using InterBase Lite and InterBase ToGo in Delphi iOS Applications &#8211; Step by Step Guide With RAD Studio XE4 a new InterBase edition has been rolled out. The existing InterBase edition family (Server, Desktop, Developer and ToGo) has been enhanced by an edition called &#8220;IBLite&#8221;. This edition may be deployed for free with your applications. &#8230;<br /><a href="http://www.danielmagin.de/blog/index.php/2013/04/using-interbase-lite-and-interbase-togo-in-delphi-ios-applications-step-by-step-guide/">Read More</a></p>]]></description>
		<wfw:commentRss>http://www.danielmagin.de/blog/index.php/2013/04/using-interbase-lite-and-interbase-togo-in-delphi-ios-applications-step-by-step-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>ARC: What if I call .Free? Will I get tared and feathered?</title>
		<link>http://www.monien.net/arc-what-if-i-call-free-will-i-get-tared-and-feathered/</link>
		<comments>http://www.monien.net/arc-what-if-i-call-free-will-i-get-tared-and-feathered/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 18:16:37 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=429</guid>
		<description><![CDATA[Disclaimer: I have been permitted by Embarcadero to officially blog about the next Delphi Version: Delphi XE4 / RAD Studio XE4 Now, in previous posts you learned that ARC releases you from calling Free yourself. As you don&#8217;t have to &#8230; <a href="http://www.monien.net/arc-what-if-i-call-free-will-i-get-tared-and-feathered/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/arc-what-if-i-call-free-will-i-get-tared-and-feathered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Delphi XE 4 – Is ARC for Everyone?</title>
		<link>http://www.monien.net/delphi-xe-4-is-arc-for-everyone/</link>
		<comments>http://www.monien.net/delphi-xe-4-is-arc-for-everyone/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 01:01:09 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=424</guid>
		<description><![CDATA[Disclaimer: I have been permitted by Embarcadero to officially blog about the next Delphi Version: Delphi XE4 / RAD Studio XE4 As mentioned previously, Delphi XE4 will come with a new memory management, which is supposed to release us from &#8230; <a href="http://www.monien.net/delphi-xe-4-is-arc-for-everyone/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/delphi-xe-4-is-arc-for-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Delphi XE4 : Neues, komfortables Speichermanagement mit ARC</title>
		<link>http://www.monien.net/delphi-xe4-neues-komfortables-speichermanagement-mit-arc/</link>
		<comments>http://www.monien.net/delphi-xe4-neues-komfortables-speichermanagement-mit-arc/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 00:38:23 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=421</guid>
		<description><![CDATA[Wir haben uns in den letzten Tagen ein wenig mit einem der ganz neuen Themen im kommenden &#8220;Delphi for iOS&#8221; &#8211; was wir nun als offizielle Beta-Blogger ganz offiziell beim neuen Namen nennen d&#252;rfen: &#8220;Delphi XE4&#8243; bzw. &#8220;RAD Studio XE4&#8243; &#8230; <a href="http://www.monien.net/delphi-xe4-neues-komfortables-speichermanagement-mit-arc/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/delphi-xe4-neues-komfortables-speichermanagement-mit-arc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Microsoft Finally Acknowledges Entity Framework / dbContext Templates non-functional for Data Binding</title>
		<link>http://www.monien.net/microsoft-finally-acknowledges-entity-framework-dbcontext-templates-non-functional-for-data-binding/</link>
		<comments>http://www.monien.net/microsoft-finally-acknowledges-entity-framework-dbcontext-templates-non-functional-for-data-binding/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 00:10:26 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.monien.net/?p=414</guid>
		<description><![CDATA[Lately I have been working on some rather cool Delphi code generation templates for Entity Framework models &#8211; I&#8217;ll blog on that soon , and while surfing through all the relevant doc pages I found that Microsoft finally acknowledged that &#8230; <a href="http://www.monien.net/microsoft-finally-acknowledges-entity-framework-dbcontext-templates-non-functional-for-data-binding/">Continue reading <span>&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.monien.net/microsoft-finally-acknowledges-entity-framework-dbcontext-templates-non-functional-for-data-binding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>“ARC” – das Speicher-Management von Delphi für iOS, Teil 1</title>
		<link>http://www.danielwolf.eu/blog/2013/1100-arc-das-speicher-management-von-delphi-fuer-ios</link>
		<comments>http://www.danielwolf.eu/blog/2013/1100-arc-das-speicher-management-von-delphi-fuer-ios#comments</comments>
		<pubDate>Sun, 07 Apr 2013 13:11:13 +0000</pubDate>
		<dc:creator>Daniel Wolf</dc:creator>
				<category><![CDATA[ARC]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[iOS]]></category>

		<guid isPermaLink="false">http://www.danielwolf.eu/?p=1100</guid>
		<description><![CDATA[Disclaimer: Die Informationen &#252;ber &#8220;Delphi f&#252;r iOS&#8221; kommen aus dem derzeitigen Entwicklungsstand. Embarcadero hat mich von der Verschwiegenheits-Pflicht entbunden und mir ausdr&#252;cklich gestattet, &#252;ber &#8220;Delphi f&#252;r iOS&#8221; zu berichten.<br />
Die drei Buchstaben &#8220;ARC&#8221; stellen ein Akronym dar und stehen f&#252;r &#8220;Automatic Reference Counting&#8221;. Das Thema &#8220;automatische Referenz-Z&#228;hlung&#8221; ist bei Delphi nicht vollst&#228;ndig neu, wir kennen es seit Delphi 2 bei Strings, deren Speicher automatisch freigegeben wird, wenn sie nicht mehr verwendet werden. Seit Delphi 3 kennen wir es bei Interfaces. ...]]></description>
		<wfw:commentRss>http://www.danielwolf.eu/blog/2013/1100-arc-das-speicher-management-von-delphi-fuer-ios/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
		<item>
		<title>Apple Instruments and Delphi for iOS Movie</title>
		<link>http://www.danielmagin.de/blog/index.php/2013/03/apple-instruments-and-delphi-for-ios-movie/</link>
		<comments>http://www.danielmagin.de/blog/index.php/2013/03/apple-instruments-and-delphi-for-ios-movie/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 18:02:05 +0000</pubDate>
		<dc:creator>Daniel Magin</dc:creator>
		
		<guid isPermaLink="false">http://www.danielmagin.de/blog/?p=717</guid>
		<description><![CDATA[DeveloperExperts created a new Video about how to Analyze Delphi iOS Applications with Apple Instruments. Here you can see a complete Introduction about this.
Idea and Script was created by Olaf Monien and me.
Movie was created by Daniel Wolf and me.
H...]]></description>
		<wfw:commentRss>http://www.danielmagin.de/blog/index.php/2013/03/apple-instruments-and-delphi-for-ios-movie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="" type="" />
		</item>
	</channel>
</rss>
