<?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>Olaf's Thoughts About Development &#187; Delphi</title>
	<atom:link href="http://www.monien.net/blog/index.php" rel="self" type="application/rss+xml" />
	<link>http://www.monien.net/blog</link>
	<description>Delphi Programming, .NET Philosophy, Web development and more ...</description>
	<lastBuildDate>Mon, 14 Mar 2011 15:59:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Delphi 2009 / Windows 7 / 64 bit Debugger Crash Workaround</title>
		<link>http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/</link>
		<comments>http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 08:44:15 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[debugger crash]]></category>
		<category><![CDATA[win 64]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/</guid>
		<description><![CDATA[Yesterday I revisited a nasty problem that occurs on Windows 64bit versions. I ran into that when I upgraded to Windows 7, but it seems it affects older 64bit editions of Windows as well. After installing D2009 on a clean Win7 machine I was happy to see that Windows 7 really is what Vista should [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I revisited a nasty problem that occurs on Windows 64bit versions. I ran into that when I upgraded to Windows 7, but it seems it affects older 64bit editions of Windows as well.</p>
<p>After installing D2009 on a clean Win7 machine I was happy to see that Windows 7 really is what Vista should have been. It works snappy and has a lot of productivity features. But then when I started compiling and debugging a couple of my existing Delphi applications I experienced Debugger crashes almost everytime when I terminated an application.</p>
<p><a href="http://www.monien.net/blog/wp-content/uploads/2009/07/image2.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.monien.net/blog/wp-content/uploads/2009/07/image-thumb.png" width="244" height="128" /></a></p>
<p><span id="more-257"></span><br />
Unfortunately no matter if you press “Yes” or “No” on that screen &#8211; you have to restart the whole Delphi IDE – which basically makes debugging impossible. In some (actually many) cases you even have to terminate Delphi using Windows TaskManager. I tried all of the compatibility settings Win7 offers, as well as running Delphi as Administrator – but no luck.
</p>
<p>Some research on Google, QC and RAID showed that similar exceptions were reported with older Delphi versions, but apparently only on 64bit Windows editions. As the message already suggests, the problem appears to be an invalid call to a SetThreadContext API call. Some tests showed that you can easily reproduce this issue once you have more that just a single thread in your Delphi application. As you might know, I am doing quite a lot of Web application server development – which by nature create many threads…</p>
<p>I created a RAID entry for that (actually an existing one was updated with detailed reproduction steps – iirc) and joined a discussion thread on that topic to see if others are reporting that too. Because of time constraints I did not revisit that issue over the last couple of weeks, but yesterday when I was talking to <a href="http://dmagin.wordpress.com/">Daniel Magin</a>, we together found a solution someone had posted on a <a href="http://www.delphipraxis.net/topic157103,0,asc,15.html" target="_blank">German Forum</a> a few weeks ago. The original idea is from an <a href="http://social.technet.microsoft.com/Forums/en-US/w7itproappcompat/thread/e56df407-bd0b-4ecc-b8a5-0a35bcd571cc" target="_blank">MS TechNet posting</a> though (credits go to a guy called <a href="http://social.technet.microsoft.com/Profile/en-US/?user=Xelax%20Ax&amp;referrer=http%3a%2f%2fsocial.technet.microsoft.com%2fForums%2fen-US%2fw7itproappcompat%2fthread%2fe56df407-bd0b-4ecc-b8a5-0a35bcd571cc&amp;rh=brADRQTrMvvH8l6aPUv7nuhgDfkf2IwL37bbQj6SzUo%3d&amp;sp=forums" target="_blank">Xelax Ax</a>).</p>
<p>He posted a workaround that basically disables the check for a possible error returned by SetThreadContext, i.e. the debugger ignores the error and does not crash because of the Assert that checks fro no error returned. As <a href="http://andy.jgknet.de/blog/" target="_blank">Andreas Hausladen</a> already correctly mentioned, this is really just kind of a weak workaround, because the debugger might misbehave after that and we just do not know <strong>why </strong>SetThreadContext fails at all. The point is though that with this fix I can work effectively again with D2009 on Win7/64bit and as this error only happens when the debugger is about to shout down anyway, so the danger of unwanted side effects is not too high imho.</p>
<p><strong><span style="color: #ff0000">Be careful! No waranties! I am not responsible for lost files etc.! Back up first!</span></strong></p>
<p><em><strong>Workaround steps:</strong></em></p>
<ol>
<li>Close Delphi </li>
<li>Locate bordbk120N.dll (C:\Program Files (x86)\CodeGear\RAD Studio\6.0\bin) </li>
<li>Make a backup copy </li>
<li>Check step 3 </li>
<li>Open bordbk120N.dll in a Hex editor (<a href="http://www.ultraedit.com/" target="_blank">UltraEdit</a> works fine) </li>
<li>Search for <strong>“01 00 48 <span style="color: #ff0000">74</span> 47 80 3D</strong>” </li>
<li>Make sure this is found <strong>once only</strong> </li>
<li>Replace “<strong><span style="color: #ff0000">74</span></strong>” with&#160; “<strong>EB</strong>” </li>
<li>Save </li>
<li>Restart Delphi. Error should be gone. </li>
</ol>
<p>This might work on older Delphi versions as well, but I did not test that yet.</p>
<h3>Update 1</h3>
<p>I talked to some CodeGear Q&amp;A guy and he tested their current internal Weaver build under the conditions where D2009 fails. The good news is that the error seems to be gone there – so the next Delphi Version will probably be good. For those who want to get started <strong>now</strong>: please see Update 2 below.</p>
<h3>Update 2</h3>
<p><a href="http://disqus.com/people/b4d557243a4ed3732a93e9399f9922fa/" target="_blank">LordByte</a> sent me his automatic patch tool for Delphi 2007 and Delphi 2009. Just click “Apply patch” and you are done.</p>
<p><a href="http://www.monien.net/blog/wp-content/uploads/2009/07/image4.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.monien.net/blog/wp-content/uploads/2009/07/image-thumb2.png" width="244" height="154" /></a> </p>
<p>Get the patcher here: <a href="http://www.monien.biz/blog/wp-content/uploads/2009/07/Delphi_2007_2009_WOW64_Debugger_Fix.zip" target="_blank">Delphi_2007_2009_WOW64_Debugger_Fix.zip</a> (169 KB)</p>
<p>Note: Provided as is for free. Use at your own risk.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+2009+%2F+Windows+7+%2F+64+bit+Debugger+Crash+Workaround&amp;link=http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/&amp;notes=Yesterday%20I%20revisited%20a%20nasty%20problem%20that%20occurs%20on%20Windows%2064bit%20versions.%20I%20ran%20into%20that%20when%20I%20upgraded%20to%20Windows%207%2C%20but%20it%20seems%20it%20affects%20older%2064bit%20editions%20of%20Windows%20as%20well.%20%20After%20installing%20D2009%20on%20a%20clean%20Win7%20machine%20I%20was%20happy%20to%20see%20that%20Windows%207%20really%20is%20what%20Vista%20should%20ha&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+2009+%2F+Windows+7+%2F+64+bit+Debugger+Crash+Workaround&amp;link=http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/&amp;notes=Yesterday%20I%20revisited%20a%20nasty%20problem%20that%20occurs%20on%20Windows%2064bit%20versions.%20I%20ran%20into%20that%20when%20I%20upgraded%20to%20Windows%207%2C%20but%20it%20seems%20it%20affects%20older%2064bit%20editions%20of%20Windows%20as%20well.%20%20After%20installing%20D2009%20on%20a%20clean%20Win7%20machine%20I%20was%20happy%20to%20see%20that%20Windows%207%20really%20is%20what%20Vista%20should%20ha&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+2009+%2F+Windows+7+%2F+64+bit+Debugger+Crash+Workaround&amp;link=http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/&amp;notes=Yesterday%20I%20revisited%20a%20nasty%20problem%20that%20occurs%20on%20Windows%2064bit%20versions.%20I%20ran%20into%20that%20when%20I%20upgraded%20to%20Windows%207%2C%20but%20it%20seems%20it%20affects%20older%2064bit%20editions%20of%20Windows%20as%20well.%20%20After%20installing%20D2009%20on%20a%20clean%20Win7%20machine%20I%20was%20happy%20to%20see%20that%20Windows%207%20really%20is%20what%20Vista%20should%20ha&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+2009+%2F+Windows+7+%2F+64+bit+Debugger+Crash+Workaround&amp;link=http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/&amp;notes=Yesterday%20I%20revisited%20a%20nasty%20problem%20that%20occurs%20on%20Windows%2064bit%20versions.%20I%20ran%20into%20that%20when%20I%20upgraded%20to%20Windows%207%2C%20but%20it%20seems%20it%20affects%20older%2064bit%20editions%20of%20Windows%20as%20well.%20%20After%20installing%20D2009%20on%20a%20clean%20Win7%20machine%20I%20was%20happy%20to%20see%20that%20Windows%207%20really%20is%20what%20Vista%20should%20ha&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+2009+%2F+Windows+7+%2F+64+bit+Debugger+Crash+Workaround&amp;link=http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/&amp;notes=Yesterday%20I%20revisited%20a%20nasty%20problem%20that%20occurs%20on%20Windows%2064bit%20versions.%20I%20ran%20into%20that%20when%20I%20upgraded%20to%20Windows%207%2C%20but%20it%20seems%20it%20affects%20older%2064bit%20editions%20of%20Windows%20as%20well.%20%20After%20installing%20D2009%20on%20a%20clean%20Win7%20machine%20I%20was%20happy%20to%20see%20that%20Windows%207%20really%20is%20what%20Vista%20should%20ha&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+2009+%2F+Windows+7+%2F+64+bit+Debugger+Crash+Workaround&amp;link=http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/&amp;notes=Yesterday%20I%20revisited%20a%20nasty%20problem%20that%20occurs%20on%20Windows%2064bit%20versions.%20I%20ran%20into%20that%20when%20I%20upgraded%20to%20Windows%207%2C%20but%20it%20seems%20it%20affects%20older%2064bit%20editions%20of%20Windows%20as%20well.%20%20After%20installing%20D2009%20on%20a%20clean%20Win7%20machine%20I%20was%20happy%20to%20see%20that%20Windows%207%20really%20is%20what%20Vista%20should%20ha&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/07/delphi-2009-windows-7-64-bit-debugger-crash-workaround/feed/</wfw:commentRss>
		<slash:comments>128</slash:comments>
		</item>
		<item>
		<title>Embarcadero announces &#8220;Instant-On&#8221; &#8211; Eliminating the Installation Process for Delphi (and all other products)</title>
		<link>http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/</link>
		<comments>http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 16:48:06 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/</guid>
		<description><![CDATA[Embarcadero is apparently in the process of blowing out an e-mail blast, which “silently” announces Instant-On(TM), a mechanism which basically eliminates the installation process. You get one executable per product, run it and it will, well, “run”.  No more tedious installation procedure. As far as I understand this technology, you would even be able to [...]]]></description>
			<content:encoded><![CDATA[<p>Embarcadero is apparently in the process of blowing out an e-mail blast, which “silently” announces <strong>Instant-On(TM)</strong>, a mechanism which basically eliminates the installation process. You get one executable per product, run it and it will, well, “run”.  No more tedious installation procedure.</p>
<p>As far as I understand this technology, you would even be able to keep your Delphi (or any other Embarcadero product) on a USB-stick, and run it on any computer you like.  Just plug in the stick and run the exe. Very cool!</p>
<p>I’m excited to get a first demo of this in my hands!</p>
<p>Here is the <a href="http://now.eloqua.com/es.asp?s=608&amp;e=3b0c31e66cfa4880b809942c0fdfa80d&amp;elq=10707F3EFD9B43408389F08FFAF0510A" target="_blank">online-version</a> of the (German) newsletter announcing this technology.</p>
<p><strong>Update</strong>: The <a href="http://www.embarcadero.com/products/all_access/" target="_blank">AllAccess information page</a> also contains the note about &#8220;InstantOn. In fact it was already mentioned in the earlier press release of <a href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;newsId=20090218005009&amp;newsLang=en" target="_self">AllAccess</a> &#8211; but apprently it didn&#8217;t get much attention.</p>
<p>Quote:<em> &#8220;On-Demand Power with Embarcadero InstantOn™</em></p>
<p><em>A unique, innovative capability in All-Access is Embarcadero InstantOn. With InstantOn, you can simply click-and-run the selected tool on-demand, either locally or over your network, without full installation on your local machine. InstantOn saves valuable time by allowing quick access to tools, even in locked-down desktop environments where installing software is problematic.&#8221;</em></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Embarcadero+announces+%26ldquo%3BInstant-On%26rdquo%3B+%26ndash%3B+Eliminating+the+Installation+Process+for+Delphi+%28and+all+other+products%29&amp;link=http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/&amp;notes=Embarcadero%20is%20apparently%20in%20the%20process%20of%20blowing%20out%20an%20e-mail%20blast%2C%20which%20%E2%80%9Csilently%E2%80%9D%20announces%20Instant-On%28TM%29%2C%20a%20mechanism%20which%20basically%20eliminates%20the%20installation%20process.%20You%20get%20one%20executable%20per%20product%2C%20run%20it%20and%20it%20will%2C%20well%2C%20%E2%80%9Crun%E2%80%9D.%C2%A0%20No%20more%20tedious%20installation%20procedure.%0D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/03/embarcadero-announces-instant-on-eliminating-the-installation-process-for-delphi-and-all-other-products/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>DelphiLive! 2009 &#8211; The Delphi Developer Conference!</title>
		<link>http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/</link>
		<comments>http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 08:38:30 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IntraWeb]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[DelphiLive]]></category>
		<category><![CDATA[Embarcadero]]></category>
		<category><![CDATA[San Jose]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/</guid>
		<description><![CDATA[&#160; After quite a while there will be a face-to-face Delphi Developer conference in the US again. The conference is organized by S&#38;S Media and supported by Embarcadero/CodeGear. We have got all the top speakers, including Cary Jensson, Marco Cantu and Ray Konopka. Many (most?) members of Delphi R&#38;D team (including Barry Kelly &#8211; “The [...]]]></description>
			<content:encoded><![CDATA[<p>&#160; After quite a while there will be a face-to-face Delphi Developer conference in the US again.</p>
<p>The conference is organized by <a href="http://software-support.biz/zonen/sus/psecom,id,1,nodeid,1,p,0,_language,en.html" target="_blank">S&amp;S Media</a> and supported by <a href="http://www.codegear.com" target="_blank">Embarcadero/CodeGear</a>.</p>
<p>We have got all the top speakers, including Cary Jensson, Marco Cantu and Ray Konopka.</p>
<p>Many (most?) members of Delphi R&amp;D team (including Barry Kelly &#8211; “The Delphi Compiler”) will be at the conference and there will be of course &quot;Meet the Team&quot; sessions.</p>
<p>All <a href="http://www.delphilive.com/conferences/delphi_live/session/" target="_blank">Sessions</a> are online and <a href="https://www.entwickler.com/ssl/formtool/index.php?id=14&amp;lang=en" target="_blank">registration</a> is now open. The <a href="http://www.delphilive.com/conferences/delphi_live/speaker/" target="_blank">speakers list</a> includes all those who already submitted their bio and photo. For a complete list of speakers please refer to the list of sessions for now.</p>
<p>If you register before April 10th, 2009, then you can take advantage of the Early Bird rebates.</p>
<p><a href="http://www.delphilive.com" target="_blank"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="DelphiLive" border="0" alt="DelphiLive" align="left" src="http://www.monien.net/blog/wp-content/uploads/2009/03/delphilive.png" width="244" height="68" /></a></p>
<p>When : May 13 &#8211; 16, 2009   <br />Where: San Jose, CA, USA</p>
<p>More information: <a href="http://www.delphilive.com" target="_blank">www.delphilive.com</a></p>
<p>S&amp;S Media is a book/magazine publisher and software conference organizer. S&amp;S is well known in the Delphi community for their Delphi focused &quot;EKON&quot; conferences and &quot;Entwickler&quot; magazines.</p>
<p>For comments, questions or concerns you may use the contact form on the <a href="http://www.delphilive.com" target="_blank">DelphiLive web site</a>, or just leave a comment here.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive%21+2009+-+The+Delphi+Developer+Conference%21&amp;link=http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/&amp;notes=%26%23160%3B%20After%20quite%20a%20while%20there%20will%20be%20a%20face-to-face%20Delphi%20Developer%20conference%20in%20the%20US%20again.%20%20The%20conference%20is%20organized%20by%20S%26amp%3BS%20Media%20and%20supported%20by%20Embarcadero%2FCodeGear.%20%20We%20have%20got%20all%20the%20top%20speakers%2C%20including%20Cary%20Jensson%2C%20Marco%20Cantu%20and%20Ray%20Konopka.%20%20Many%20%28most%3F%29%20members%20of%20D&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/03/delphilive-2009-the-delphi-developer-conference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DelphiLive 2009 &#8211; Physical Delphi Conference in the US</title>
		<link>http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/</link>
		<comments>http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 14:54:55 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[IntraWeb]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[delphi developers]]></category>
		<category><![CDATA[Delphi Prism]]></category>
		<category><![CDATA[delphi win 32]]></category>
		<category><![CDATA[DelphiLive]]></category>
		<category><![CDATA[Embarcadero]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[San Jose]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/?p=228</guid>
		<description><![CDATA[Update: Sessions are online and registration is open now: www.delphilive.com As an Advisory Board member I am proud to post this official pre-announcement for the next, long awaited physical Delphi conference. Where: San Jose, CA, USA When: May 13th – 16th 2009 Who: All Delphi developers, let it be Delphi Win 32, Delphi Prism or [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update: Sessions are online and registration is open now:</strong> <a href="http://www.delphilive.com" target="_blank">www.delphilive.com</a></p>
<p>As an Advisory Board member I am proud to post this official pre-announcement for the next, long awaited physical Delphi conference.</p>
<p><a href="http://www.delphilive.com" target="_blank"><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Logo" src="http://www.monien.net/blog/wp-content/uploads/lw/DelphiLive2009PhysicalDelphiConferencein_DFBD/Logo_thumb.gif" border="0" alt="Logo" width="244" height="57" /></a></p>
<p><strong>Where: San Jose, CA, USA<br />
</strong><strong>When: May 13th – 16th 2009<br />
Who: All Delphi developers, let it be Delphi Win 32, Delphi Prism or Delphi for PHP ones.</strong></p>
<p><span id="more-228"></span></p>
<p>We will try to get all the known top speakers, from the US and Overseas to make this event absolutely rocking. The conference will be organized by <a href="http://software-support.biz/zonen/sus/psecom,id,1,nodeid,1,p,0,_language,en.html">Software &amp; Support Verlag</a>, supported by CodeGear / Embarcadero. San Jose was chosen as location as it is close to CodeGear’s HQ, so that CodeGear staff can show up easily.</p>
<h3>Attendees</h3>
<p>For now, block this event in your calendar if you are interested. We will keep the price affordable – details will be posted asap.</p>
<p>To register, please go to the DelphiLive 2009 Website – which will go online in the next two weeks. We will send announcement emails through CodeGear’s Developer Network as soon as registration is open. Make sure you are signed up at <a href="http://dn.codegear.com/">CodeGear Developer Network</a> and CDN emails are not blocked by your spam filters.</p>
<h3>Speakers</h3>
<p>If you want to present sessions at Delphi Live 2009, then please stay tuned for the official Call For Papers, which will be made public in the next 2 days or so.</p>
<h3>Topics</h3>
<p>We will cover from basics to advanced topics all around Delphi. The final topic list will be made available as soon as the call for papers is closed.</p>
<p>Following is a draft of tracks:</p>
<ul>
<li>Architecture / Design</li>
<li>OOP</li>
<li>Database</li>
<li>IDE, Tools &amp; Components</li>
<li>Core Development</li>
<li>Basics / Fundamentals</li>
<li>Native Delphi</li>
<li>Delphi Prism</li>
<li>Delphi &amp; .NET</li>
<li>Delphi &amp; Web</li>
<li>Delphi &amp; PHP</li>
<li>Delphi &amp; Ruby on Rails</li>
</ul>
<p>If you have suggestions for specific topics you would like to be covered (and which you do not want to present yourself), then feel free to post these suggestions as comments to this blog. The same goes for speakers which you would definitely like to see in San Jose.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=DelphiLive+2009+%26ndash%3B+Physical+Delphi+Conference+in+the+US&amp;link=http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/&amp;notes=Update%3A%20Sessions%20are%20online%20and%20registration%20is%20open%20now%3A%20www.delphilive.com%0D%0A%0D%0AAs%20an%20Advisory%20Board%20member%20I%20am%20proud%20to%20post%20this%20official%20pre-announcement%20for%20the%20next%2C%20long%20awaited%20physical%20Delphi%20conference.%0D%0A%0D%0A%0D%0A%0D%0AWhere%3A%20San%20Jose%2C%20CA%2C%20USA%0D%0AWhen%3A%20May%2013th%20%E2%80%93%2016th%202009%0D%0AWho%3A%20All%20Delphi%20develope&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/01/delphilive-2009-physical-delphi-conference-in-the-us/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Logitech still causing Access Violation in Delphi 2009</title>
		<link>http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/</link>
		<comments>http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 13:57:39 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[access violation]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Logitech]]></category>
		<category><![CDATA[WebCam]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/</guid>
		<description><![CDATA[A while ago a couple of users started reporting odd Access Violations when running a Project in Delphi 2007 for the first time. It turned out that this was caused by some Logitech WebCam drivers. See Nick Hodges blog on this topic. To make it clear: it’s not just Delphi users reporting issues with these [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago a couple of users started reporting odd Access Violations when running a Project in Delphi 2007 for the first time. It turned out that this was caused by some Logitech WebCam drivers. See <a href="http://blogs.codegear.com/nickhodges/2007/06/13/35998" target="_blank">Nick Hodges blog</a> on this topic.</p>
<p>To make it clear: it’s not just Delphi users reporting issues with these Logitech drivers, some other applications seem to affected as well. Google for <a title="http://www.google.de/search?q=lvprcinj.dl" href="http://www.google.de/search?q=lvprcinj.dll">lvprcinj.dll</a> – I find the word “injection” in that dll pretty scary btw.</p>
<p>Apparently even with the latest Logitech drivers (11.1.0.2030 at the time of writing this), this error is still there (or maybe there again) and affects Delphi 2009 too.</p>
<p>So if you experience this odd AV as demonstrated on Nick’s blog, then you have terminate lvprcsrv.exe at least.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Logitech+still+causing+Access+Violation+in+Delphi+2009&amp;link=http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/&amp;notes=A%20while%20ago%20a%20couple%20of%20users%20started%20reporting%20odd%20Access%20Violations%20when%20running%20a%20Project%20in%20Delphi%202007%20for%20the%20first%20time.%20It%20turned%20out%20that%20this%20was%20caused%20by%20some%20Logitech%20WebCam%20drivers.%20See%20Nick%20Hodges%20blog%20on%20this%20topic.%0D%0A%0D%0ATo%20make%20it%20clear%3A%20it%E2%80%99s%20not%20just%20Delphi%20users%20reporting%20issues%20w&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Logitech+still+causing+Access+Violation+in+Delphi+2009&amp;link=http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/&amp;notes=A%20while%20ago%20a%20couple%20of%20users%20started%20reporting%20odd%20Access%20Violations%20when%20running%20a%20Project%20in%20Delphi%202007%20for%20the%20first%20time.%20It%20turned%20out%20that%20this%20was%20caused%20by%20some%20Logitech%20WebCam%20drivers.%20See%20Nick%20Hodges%20blog%20on%20this%20topic.%0D%0A%0D%0ATo%20make%20it%20clear%3A%20it%E2%80%99s%20not%20just%20Delphi%20users%20reporting%20issues%20w&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Logitech+still+causing+Access+Violation+in+Delphi+2009&amp;link=http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/&amp;notes=A%20while%20ago%20a%20couple%20of%20users%20started%20reporting%20odd%20Access%20Violations%20when%20running%20a%20Project%20in%20Delphi%202007%20for%20the%20first%20time.%20It%20turned%20out%20that%20this%20was%20caused%20by%20some%20Logitech%20WebCam%20drivers.%20See%20Nick%20Hodges%20blog%20on%20this%20topic.%0D%0A%0D%0ATo%20make%20it%20clear%3A%20it%E2%80%99s%20not%20just%20Delphi%20users%20reporting%20issues%20w&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Logitech+still+causing+Access+Violation+in+Delphi+2009&amp;link=http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/&amp;notes=A%20while%20ago%20a%20couple%20of%20users%20started%20reporting%20odd%20Access%20Violations%20when%20running%20a%20Project%20in%20Delphi%202007%20for%20the%20first%20time.%20It%20turned%20out%20that%20this%20was%20caused%20by%20some%20Logitech%20WebCam%20drivers.%20See%20Nick%20Hodges%20blog%20on%20this%20topic.%0D%0A%0D%0ATo%20make%20it%20clear%3A%20it%E2%80%99s%20not%20just%20Delphi%20users%20reporting%20issues%20w&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Logitech+still+causing+Access+Violation+in+Delphi+2009&amp;link=http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/&amp;notes=A%20while%20ago%20a%20couple%20of%20users%20started%20reporting%20odd%20Access%20Violations%20when%20running%20a%20Project%20in%20Delphi%202007%20for%20the%20first%20time.%20It%20turned%20out%20that%20this%20was%20caused%20by%20some%20Logitech%20WebCam%20drivers.%20See%20Nick%20Hodges%20blog%20on%20this%20topic.%0D%0A%0D%0ATo%20make%20it%20clear%3A%20it%E2%80%99s%20not%20just%20Delphi%20users%20reporting%20issues%20w&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Logitech+still+causing+Access+Violation+in+Delphi+2009&amp;link=http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/&amp;notes=A%20while%20ago%20a%20couple%20of%20users%20started%20reporting%20odd%20Access%20Violations%20when%20running%20a%20Project%20in%20Delphi%202007%20for%20the%20first%20time.%20It%20turned%20out%20that%20this%20was%20caused%20by%20some%20Logitech%20WebCam%20drivers.%20See%20Nick%20Hodges%20blog%20on%20this%20topic.%0D%0A%0D%0ATo%20make%20it%20clear%3A%20it%E2%80%99s%20not%20just%20Delphi%20users%20reporting%20issues%20w&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2009/01/logitech-still-causing-access-violation-in-delphi-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Implicit Fields and Inline Expressions in Delphi Prism Simplify Property Design</title>
		<link>http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/</link>
		<comments>http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 12:00:53 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[C# 3.0]]></category>
		<category><![CDATA[Delphi Prism]]></category>
		<category><![CDATA[IL]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Pascal]]></category>
		<category><![CDATA[prism]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/?p=226</guid>
		<description><![CDATA[In OOP, we are using Properties to be able to limit access to class members, or to have &#8220;calculated&#8221; values.  In Delphi Native Pascal, a class with 3 properties may look like this: TEmployee = class(TPerson) private FHoursPerWeek: Double; FWeeklyRate: Double; FHourlyRate: Double; procedure SetHourlyRate(const Value: Double); procedure SetHoursPerWeek(const Value: Double); function GetWeeklyRate: Double; public [...]]]></description>
			<content:encoded><![CDATA[<p>In OOP, we are using Properties to be able to limit access to class members, or to have &#8220;calculated&#8221; values.  In Delphi Native Pascal, a class with 3 properties may look like this:</p>
<p><span id="more-226"></span></p>
<pre class="brush: delphi">

TEmployee = class(TPerson)
private
FHoursPerWeek: Double;
FWeeklyRate: Double;
FHourlyRate: Double;
procedure SetHourlyRate(const Value: Double);
procedure SetHoursPerWeek(const Value: Double);
function GetWeeklyRate: Double;
public
property HourlyRate: Double read FHourlyRate write SetHourlyRate;
property HoursPerWeek: Double read FHoursPerWeek write SetHoursPerWeek;
property WeeklyRate: Double read GetWeeklyRate;
end;

...

{ TEmployee }

function TEmployee.GetWeeklyRate: Double;
begin
Result := HourlyRate * HoursPerWeek;
end;

procedure TEmployee.SetHourlyRate(const Value: Double);
begin
FHourlyRate := Value;
end;

procedure TEmployee.SetHoursPerWeek(const Value: Double);
begin
FHoursPerWeek := Value;
end;
</pre>
<p>In the example above &#8220;HourlyRate&#8221; is what an employee get&#8217;s paid per hour. This value can be read and set. &#8220;WeeklyRate&#8221; is a read/only calculated value, which depends on &#8220;HourlyRate&#8221; and &#8220;HoursPerWeek&#8221;.</p>
<p>This all looks fine and we know how to deal with that since years. And it works the same way in Delphi Prism.</p>
<p>But sometimes, when you design a new class, do you always follow the &#8220;property-hides-field&#8221; pattern? Even if Delphi makes life easy with &#8220;Ctrl-Shift-C&#8221;, the code may look pretty much bloated, esp. if you have standard properties, not doing anything special. So you might just use &#8220;simple&#8221; Fields where possible. This is bad design of course, as if you need to change to a &#8220;real&#8221; property later, because you need to calculate something in a get or set method, you would have to change your classes signature, which may break compatibility &#8230;</p>
<p>Delphi Prism introduces two new language features to Pascal, which may prevent code from bloating and actually helps readability.</p>
<h3>Implicit Fields</h3>
<p>Implicit fields are fields which are created by the compiler automatically for properties which do not have any read or write accessors.</p>
<p>This is how the example would look like using implicit fields:</p>
<pre class="brush: delphi">

TEmployee = class(TPerson)
private
FWeeklyRate: Double;
function GetWeeklyRate: Double;
public
property HourlyRate: Double;
property HoursPerWeek: Double;
property WeeklyRate: Double read GetWeeklyRate;
end;
implementation

{ TEmployee }
function TEmployee.GetWeeklyRate: Double;
begin
Result := HourlyRate * HoursPerWeek;
end;
</pre>
<p>So this already look much less bloated. <span style="text-decoration: line-through;">Implicit fields are not an invention of Delphi Prism though, but they were introduced with C# 3.0</span> Implicit Fields exist in Prism since 2004. They were introduced to C# 3.0 just a moment later, in 2008 <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  , and they are called <a title="Auto-Implemented Properties" href="http://msdn.microsoft.com/en-us/library/bb384054.aspx">Auto-Implemented Properties</a> here. The beauty of Pascal gets apparent though, once you compare Prism&#8217;s syntax with its C# equivalent:</p>
<pre class="brush: csharp">

class TEmployee
{
public Double HourlyRate {get; set;}
public Double HoursPerWeek {get; set;}

...
}
</pre>
<p>In Pascal there is no need to write these &#8220;stub&#8221; get and set calls.</p>
<p>Technically, it&#8217;s important to notice that Prism automatically creates a &#8220;get&#8221; and &#8220;set&#8221; method, plus a hidden private field for these properties. These hidden fields cannot be accessed in the classes code,  just use the Property itself everywhere. If you are not convinced that there are really hidden fields, then lets have a look at the IL code behind that (extracted using Red Gate&#8217;s Reflector):</p>
<pre class="brush: php">

.method public hidebysig specialname instance void set_HoursPerWeek(float64 &#039;value&#039;) cil managed
{
.maxstack 3
L_0000: ldarg.0
L_0001: ldarg.1
L_0002: stfld float64 WindowsApplication5.TEmployee::@p_HoursPerWeek
L_0007: ret
}
</pre>
<p>The field gets obviously hidden by using &#8220;@&#8221; in it&#8217;s name which is not valid for Pascal, thus cannot be accessed. In C#, they are using brackets in the hidden private field name for the same purpose:</p>
<p>&lt;HoursPerWeek&gt;k__BackingField</p>
<h3>Inline Expressions</h3>
<p>With inline expressions you can make the code look even nicer. And best of all, to my knowledge there is no C# equivalent <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Inline expressions may be used directly after the &#8220;read&#8221; keyword. This may drastically improve the readability of your code. Compare the final code example with the one at the very top!</p>
<pre class="brush: delphi">

TEmployee = class(TPerson)
public
property HourlyRate: Double;
property HoursPerWeek: Double;
property WeeklyRate: Double read HourlyRate * HoursPerWeek;
end;
</pre>
<p>Yes, this the complete TEmployee definition. No further implementation needed. Just 6 Lines, compared to the initial roughly 25 ones!</p>
<p>The <a title="Delphi Prism Wiki" href="http://prismwiki.codegear.com/en/Properties">Delphi Prism Wiki</a> has an entry about &#8220;Class Properties&#8221;, which explains a few more details. (The &#8220;Implicit Fields&#8221; feature is a bit &#8220;hidden&#8221; though)</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Implicit+Fields+and+Inline+Expressions+in+Delphi+Prism+Simplify+Property+Design&amp;link=http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/&amp;notes=In%20OOP%2C%20we%20are%20using%20Properties%20to%20be%20able%20to%20limit%20access%20to%20class%20members%2C%20or%20to%20have%20%22calculated%22%20values.%C2%A0%20In%20Delphi%20Native%20Pascal%2C%20a%20class%20with%203%20properties%20may%20look%20like%20this%3A%0D%0A%0D%0A%0D%0A%0D%0A%5Bsourcecode%20language%3D%22delphi%22%5D%0D%0A%0D%0ATEmployee%20%3D%20class%28TPerson%29%0D%0Aprivate%0D%0AFHoursPerWeek%3A%20Double%3B%0D%0AFWeeklyRate%3A%20Dou&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Implicit+Fields+and+Inline+Expressions+in+Delphi+Prism+Simplify+Property+Design&amp;link=http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/&amp;notes=In%20OOP%2C%20we%20are%20using%20Properties%20to%20be%20able%20to%20limit%20access%20to%20class%20members%2C%20or%20to%20have%20%22calculated%22%20values.%C2%A0%20In%20Delphi%20Native%20Pascal%2C%20a%20class%20with%203%20properties%20may%20look%20like%20this%3A%0D%0A%0D%0A%0D%0A%0D%0A%5Bsourcecode%20language%3D%22delphi%22%5D%0D%0A%0D%0ATEmployee%20%3D%20class%28TPerson%29%0D%0Aprivate%0D%0AFHoursPerWeek%3A%20Double%3B%0D%0AFWeeklyRate%3A%20Dou&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Implicit+Fields+and+Inline+Expressions+in+Delphi+Prism+Simplify+Property+Design&amp;link=http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/&amp;notes=In%20OOP%2C%20we%20are%20using%20Properties%20to%20be%20able%20to%20limit%20access%20to%20class%20members%2C%20or%20to%20have%20%22calculated%22%20values.%C2%A0%20In%20Delphi%20Native%20Pascal%2C%20a%20class%20with%203%20properties%20may%20look%20like%20this%3A%0D%0A%0D%0A%0D%0A%0D%0A%5Bsourcecode%20language%3D%22delphi%22%5D%0D%0A%0D%0ATEmployee%20%3D%20class%28TPerson%29%0D%0Aprivate%0D%0AFHoursPerWeek%3A%20Double%3B%0D%0AFWeeklyRate%3A%20Dou&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Implicit+Fields+and+Inline+Expressions+in+Delphi+Prism+Simplify+Property+Design&amp;link=http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/&amp;notes=In%20OOP%2C%20we%20are%20using%20Properties%20to%20be%20able%20to%20limit%20access%20to%20class%20members%2C%20or%20to%20have%20%22calculated%22%20values.%C2%A0%20In%20Delphi%20Native%20Pascal%2C%20a%20class%20with%203%20properties%20may%20look%20like%20this%3A%0D%0A%0D%0A%0D%0A%0D%0A%5Bsourcecode%20language%3D%22delphi%22%5D%0D%0A%0D%0ATEmployee%20%3D%20class%28TPerson%29%0D%0Aprivate%0D%0AFHoursPerWeek%3A%20Double%3B%0D%0AFWeeklyRate%3A%20Dou&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Implicit+Fields+and+Inline+Expressions+in+Delphi+Prism+Simplify+Property+Design&amp;link=http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/&amp;notes=In%20OOP%2C%20we%20are%20using%20Properties%20to%20be%20able%20to%20limit%20access%20to%20class%20members%2C%20or%20to%20have%20%22calculated%22%20values.%C2%A0%20In%20Delphi%20Native%20Pascal%2C%20a%20class%20with%203%20properties%20may%20look%20like%20this%3A%0D%0A%0D%0A%0D%0A%0D%0A%5Bsourcecode%20language%3D%22delphi%22%5D%0D%0A%0D%0ATEmployee%20%3D%20class%28TPerson%29%0D%0Aprivate%0D%0AFHoursPerWeek%3A%20Double%3B%0D%0AFWeeklyRate%3A%20Dou&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Implicit+Fields+and+Inline+Expressions+in+Delphi+Prism+Simplify+Property+Design&amp;link=http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/&amp;notes=In%20OOP%2C%20we%20are%20using%20Properties%20to%20be%20able%20to%20limit%20access%20to%20class%20members%2C%20or%20to%20have%20%22calculated%22%20values.%C2%A0%20In%20Delphi%20Native%20Pascal%2C%20a%20class%20with%203%20properties%20may%20look%20like%20this%3A%0D%0A%0D%0A%0D%0A%0D%0A%5Bsourcecode%20language%3D%22delphi%22%5D%0D%0A%0D%0ATEmployee%20%3D%20class%28TPerson%29%0D%0Aprivate%0D%0AFHoursPerWeek%3A%20Double%3B%0D%0AFWeeklyRate%3A%20Dou&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/12/implicit-fields-and-inline-expressions-in-delphi-prism-simplify-property-design/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Delphi can even LINQ to SQL!</title>
		<link>http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/</link>
		<comments>http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 15:04:02 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi Prism]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[LINQ to SQL]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/?p=225</guid>
		<description><![CDATA[As there is obviously still some uncertainty if Delphi Prism is really a fully fledged .NET development environment, I&#8217;m posting an example below to prove that Prism does allow you to LINQ to SQL: This is a &#8220;Customer&#8221; class definition with a manual mapping to a &#8220;Customers&#8221; table on a SQL Server 2005: type [Table(Name [...]]]></description>
			<content:encoded><![CDATA[<p>As there is obviously still some uncertainty if Delphi Prism is really a fully fledged .NET development environment, I&#8217;m posting an example below to prove that Prism does allow you to LINQ to SQL:</p>
<p>This is a &#8220;Customer&#8221; class definition with a manual mapping to a  &#8220;Customers&#8221; table on a SQL Server 2005:</p>
<pre class="brush: delphi">

type
[Table(Name := &#039;Customers&#039;)]
Customer = class(Object)
private
protected
public
[Column(IsPrimaryKey := true)]
property CustNo:Double;
[Column]
property Name: String;
[Column]
property Country: String;
end;
</pre>
<p>This is the actual LINQ to SQL code that relies on the class definition above:</p>
<pre class="brush: delphi">

method MainForm.button2_Click(sender: System.Object; e: System.EventArgs);
var
LCustomers: Table&lt;Customer&gt;;
LDBMain: DataContext;
LConnectionString:String;
begin
LConnectionString := &#039;Data Source=.\SQLEXPRESS;Initial Catalog=DBDEMOS;Integrated Security=True&#039;;
LDBMain := new DataContext(LConnectionString);
LCustomers := LDBMain.GetTable&lt;Customer&gt;();
var USCustomers := from Customer in LCustomers where Customer.Country = &#039;US&#039; select Customer;

for each Customer in USCustomers do begin
listBox1.Items.Add(Customer.Name);
end;
end;
</pre>
<p>Interesting to note is that Prism has a very nice name scope mechanism. Even though &#8220;Customer&#8221; is a Class name, it is also used as local variable in the LINQ and FOR constructs. I am not saying that this is a good practice though <img src='http://www.monien.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Technically, both &#8220;Customer&#8221; variables are <em>different</em> variables &#8211; which is quite important to understand.</p>
<p>The full demo source can be downloaded here: [download#2].</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+even+LINQ+to+SQL%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/&amp;notes=As%20there%20is%20obviously%20still%20some%20uncertainty%20if%20Delphi%20Prism%20is%20really%20a%20fully%20fledged%20.NET%20development%20environment%2C%20I%27m%20posting%20an%20example%20below%20to%20prove%20that%20Prism%20does%20allow%20you%20to%20LINQ%20to%20SQL%3A%0D%0A%0D%0AThis%20is%20a%20%22Customer%22%20class%20definition%20with%20a%20manual%20mapping%20to%20a%20%20%22Customers%22%20table%20on%20a%20SQL%20Server%20&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+even+LINQ+to+SQL%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/&amp;notes=As%20there%20is%20obviously%20still%20some%20uncertainty%20if%20Delphi%20Prism%20is%20really%20a%20fully%20fledged%20.NET%20development%20environment%2C%20I%27m%20posting%20an%20example%20below%20to%20prove%20that%20Prism%20does%20allow%20you%20to%20LINQ%20to%20SQL%3A%0D%0A%0D%0AThis%20is%20a%20%22Customer%22%20class%20definition%20with%20a%20manual%20mapping%20to%20a%20%20%22Customers%22%20table%20on%20a%20SQL%20Server%20&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+even+LINQ+to+SQL%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/&amp;notes=As%20there%20is%20obviously%20still%20some%20uncertainty%20if%20Delphi%20Prism%20is%20really%20a%20fully%20fledged%20.NET%20development%20environment%2C%20I%27m%20posting%20an%20example%20below%20to%20prove%20that%20Prism%20does%20allow%20you%20to%20LINQ%20to%20SQL%3A%0D%0A%0D%0AThis%20is%20a%20%22Customer%22%20class%20definition%20with%20a%20manual%20mapping%20to%20a%20%20%22Customers%22%20table%20on%20a%20SQL%20Server%20&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+even+LINQ+to+SQL%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/&amp;notes=As%20there%20is%20obviously%20still%20some%20uncertainty%20if%20Delphi%20Prism%20is%20really%20a%20fully%20fledged%20.NET%20development%20environment%2C%20I%27m%20posting%20an%20example%20below%20to%20prove%20that%20Prism%20does%20allow%20you%20to%20LINQ%20to%20SQL%3A%0D%0A%0D%0AThis%20is%20a%20%22Customer%22%20class%20definition%20with%20a%20manual%20mapping%20to%20a%20%20%22Customers%22%20table%20on%20a%20SQL%20Server%20&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+even+LINQ+to+SQL%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/&amp;notes=As%20there%20is%20obviously%20still%20some%20uncertainty%20if%20Delphi%20Prism%20is%20really%20a%20fully%20fledged%20.NET%20development%20environment%2C%20I%27m%20posting%20an%20example%20below%20to%20prove%20that%20Prism%20does%20allow%20you%20to%20LINQ%20to%20SQL%3A%0D%0A%0D%0AThis%20is%20a%20%22Customer%22%20class%20definition%20with%20a%20manual%20mapping%20to%20a%20%20%22Customers%22%20table%20on%20a%20SQL%20Server%20&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+even+LINQ+to+SQL%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/&amp;notes=As%20there%20is%20obviously%20still%20some%20uncertainty%20if%20Delphi%20Prism%20is%20really%20a%20fully%20fledged%20.NET%20development%20environment%2C%20I%27m%20posting%20an%20example%20below%20to%20prove%20that%20Prism%20does%20allow%20you%20to%20LINQ%20to%20SQL%3A%0D%0A%0D%0AThis%20is%20a%20%22Customer%22%20class%20definition%20with%20a%20manual%20mapping%20to%20a%20%20%22Customers%22%20table%20on%20a%20SQL%20Server%20&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/12/delphi-can-even-linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Delphi can do LINQ!</title>
		<link>http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/</link>
		<comments>http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 11:29:08 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/?p=223</guid>
		<description><![CDATA[There are a couple of people who have asked if LINQ can be used with the new Delphi .NET version aka Delphi Prism.  The cool thing is that with Prism you can utilize all available .NET technologies. LINQ though, requires some additional compiler support &#8211; to allow for the &#8220;compilable query statements&#8221;. The good news [...]]]></description>
			<content:encoded><![CDATA[<p>There are a couple of people who have asked if LINQ can be used with the new Delphi .NET version aka <a title="Delphi Prism" href="http://www.codegear.com/prism">Delphi Prism</a>.  The cool thing is that with Prism you can utilize all available .NET technologies. LINQ though, requires some additional compiler support &#8211; to allow for the &#8220;compilable query statements&#8221;.</p>
<p>The good news is, RemObjects implemented all required compiler support! Excellent!</p>
<p>See the simple example below:<br />
<span id="more-223"></span></p>
<pre class="brush: delphi">

method MainForm.button1_Click(sender: System.Object; e: System.EventArgs);
var
lCustomer: Customer;
lCustomers : List&lt;Customer&gt;;
begin
lCustomers := new List&lt;Customer&gt;;

lCustomer := new Customer;
lCustomer.Name := &#039;Olaf&#039;;
lCustomer.Country := &#039;Germany&#039;;
lCustomers.Add(lCustomer);

lCustomer := new Customer();
lCustomer.Name := &#039;Jim&#039;;
lCustomer.Country := &#039;USA&#039;;
lCustomers.Add(lCustomer);

//Inline declaration using type inference
var GermanCustomers :=
from Customer in LCustomers
where Customer.Country.Equals(&#039;Germany&#039;);

//Has nothing to do with LINQ, but that&#039;s type inference too:
for Customer in GermanCustomers do begin
listBox1.Items.Add(Customer.Name);
end;
end;
</pre>
<p>Interesting to notice is how the variables &#8220;GermanCustomers&#8221; and &#8220;Customers&#8221; are declared. They are both declared <em>inline </em>using <em>type inference</em> &#8211; which is one of the important enhancements over Delphi Win32.</p>
<p>See the <a title="Prism Wiki" href="http://prismwiki.codegear.com/en/LINQ">Prism Wiki</a> for details on LINQ.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+do+LINQ%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/&amp;notes=There%20are%20a%20couple%20of%20people%20who%20have%20asked%20if%20LINQ%20can%20be%20used%20with%20the%20new%20Delphi%20.NET%20version%20aka%20Delphi%20Prism.%C2%A0%20The%20cool%20thing%20is%20that%20with%20Prism%20you%20can%20utilize%20all%20available%20.NET%20technologies.%20LINQ%20though%2C%20requires%20some%20additional%20compiler%20support%20-%20to%20allow%20for%20the%20%22compilable%20query%20statemen&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+do+LINQ%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/&amp;notes=There%20are%20a%20couple%20of%20people%20who%20have%20asked%20if%20LINQ%20can%20be%20used%20with%20the%20new%20Delphi%20.NET%20version%20aka%20Delphi%20Prism.%C2%A0%20The%20cool%20thing%20is%20that%20with%20Prism%20you%20can%20utilize%20all%20available%20.NET%20technologies.%20LINQ%20though%2C%20requires%20some%20additional%20compiler%20support%20-%20to%20allow%20for%20the%20%22compilable%20query%20statemen&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+do+LINQ%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/&amp;notes=There%20are%20a%20couple%20of%20people%20who%20have%20asked%20if%20LINQ%20can%20be%20used%20with%20the%20new%20Delphi%20.NET%20version%20aka%20Delphi%20Prism.%C2%A0%20The%20cool%20thing%20is%20that%20with%20Prism%20you%20can%20utilize%20all%20available%20.NET%20technologies.%20LINQ%20though%2C%20requires%20some%20additional%20compiler%20support%20-%20to%20allow%20for%20the%20%22compilable%20query%20statemen&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+do+LINQ%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/&amp;notes=There%20are%20a%20couple%20of%20people%20who%20have%20asked%20if%20LINQ%20can%20be%20used%20with%20the%20new%20Delphi%20.NET%20version%20aka%20Delphi%20Prism.%C2%A0%20The%20cool%20thing%20is%20that%20with%20Prism%20you%20can%20utilize%20all%20available%20.NET%20technologies.%20LINQ%20though%2C%20requires%20some%20additional%20compiler%20support%20-%20to%20allow%20for%20the%20%22compilable%20query%20statemen&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+do+LINQ%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/&amp;notes=There%20are%20a%20couple%20of%20people%20who%20have%20asked%20if%20LINQ%20can%20be%20used%20with%20the%20new%20Delphi%20.NET%20version%20aka%20Delphi%20Prism.%C2%A0%20The%20cool%20thing%20is%20that%20with%20Prism%20you%20can%20utilize%20all%20available%20.NET%20technologies.%20LINQ%20though%2C%20requires%20some%20additional%20compiler%20support%20-%20to%20allow%20for%20the%20%22compilable%20query%20statemen&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+can+do+LINQ%21&amp;link=http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/&amp;notes=There%20are%20a%20couple%20of%20people%20who%20have%20asked%20if%20LINQ%20can%20be%20used%20with%20the%20new%20Delphi%20.NET%20version%20aka%20Delphi%20Prism.%C2%A0%20The%20cool%20thing%20is%20that%20with%20Prism%20you%20can%20utilize%20all%20available%20.NET%20technologies.%20LINQ%20though%2C%20requires%20some%20additional%20compiler%20support%20-%20to%20allow%20for%20the%20%22compilable%20query%20statemen&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/12/delphi-can-do-linq/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enable Sync Editing in Delphi Prism</title>
		<link>http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/</link>
		<comments>http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 13:22:02 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[CodeRush]]></category>
		<category><![CDATA[Delphi Prism]]></category>
		<category><![CDATA[DXCore]]></category>
		<category><![CDATA[refactor]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/</guid>
		<description><![CDATA[Delphi Prism comes with a nice “Sync Editing” feature. Unfortunately it’s not enabled by default, because it relies on an external “DXCore” assembly, which is available as free download from DevExpress. This “Sync Edit” works for methods only currently, but it does that in a very intuitive way, you don’t have to remember any shortcuts, [...]]]></description>
			<content:encoded><![CDATA[<p>Delphi Prism comes with a nice “Sync Editing” feature. Unfortunately it’s not enabled by default, because it relies on an external “DXCore” assembly, which is available as free download from <a href="http://www.devexpress.com/Downloads/Visual_Studio_Add-in/DXCore/">DevExpress</a>. This “Sync Edit” works for methods only currently, but it does that in a very intuitive way, you don’t have to remember any shortcuts, just write. As little bonus it also gives you “animated bookmarks”. These bookmarks are used for example when you press <a href="http://prismwiki.codegear.com/en/Variable_Completion">CTRL-SHIFT-V</a> to declare a local variable or property (which depends on the name you give).</p>
<p>DevExpress is a component set and productivity plugin vendor who serves the VCL and .NET market. DXCore is a base library which is heavily used by their CodeRush and Refactor products.</p>
<p>To finally enable Sync Editing after installing DXCore you need to copy one file manually. Just follow the steps in this  <a href="http://prismwiki.codegear.com/en/Sync_Editing">Prism Wiki article</a>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="737" height="586" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.monien.net/jing/2008-12-08_1411.swf" /><embed type="application/x-shockwave-flash" width="737" height="586" src="http://www.monien.net/jing/2008-12-08_1411.swf"></embed></object></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Enable+Sync+Editing+in+Delphi+Prism&amp;link=http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/&amp;notes=Delphi%20Prism%20comes%20with%20a%20nice%20%E2%80%9CSync%20Editing%E2%80%9D%20feature.%20Unfortunately%20it%E2%80%99s%20not%20enabled%20by%20default%2C%20because%20it%20relies%20on%20an%20external%20%E2%80%9CDXCore%E2%80%9D%20assembly%2C%20which%20is%20available%20as%20free%20download%20from%20DevExpress.%20This%20%E2%80%9CSync%20Edit%E2%80%9D%20works%20for%20methods%20only%20currently%2C%20but%20it%20does%20that%20in%20a%20very%20intui&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Enable+Sync+Editing+in+Delphi+Prism&amp;link=http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/&amp;notes=Delphi%20Prism%20comes%20with%20a%20nice%20%E2%80%9CSync%20Editing%E2%80%9D%20feature.%20Unfortunately%20it%E2%80%99s%20not%20enabled%20by%20default%2C%20because%20it%20relies%20on%20an%20external%20%E2%80%9CDXCore%E2%80%9D%20assembly%2C%20which%20is%20available%20as%20free%20download%20from%20DevExpress.%20This%20%E2%80%9CSync%20Edit%E2%80%9D%20works%20for%20methods%20only%20currently%2C%20but%20it%20does%20that%20in%20a%20very%20intui&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Enable+Sync+Editing+in+Delphi+Prism&amp;link=http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/&amp;notes=Delphi%20Prism%20comes%20with%20a%20nice%20%E2%80%9CSync%20Editing%E2%80%9D%20feature.%20Unfortunately%20it%E2%80%99s%20not%20enabled%20by%20default%2C%20because%20it%20relies%20on%20an%20external%20%E2%80%9CDXCore%E2%80%9D%20assembly%2C%20which%20is%20available%20as%20free%20download%20from%20DevExpress.%20This%20%E2%80%9CSync%20Edit%E2%80%9D%20works%20for%20methods%20only%20currently%2C%20but%20it%20does%20that%20in%20a%20very%20intui&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Enable+Sync+Editing+in+Delphi+Prism&amp;link=http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/&amp;notes=Delphi%20Prism%20comes%20with%20a%20nice%20%E2%80%9CSync%20Editing%E2%80%9D%20feature.%20Unfortunately%20it%E2%80%99s%20not%20enabled%20by%20default%2C%20because%20it%20relies%20on%20an%20external%20%E2%80%9CDXCore%E2%80%9D%20assembly%2C%20which%20is%20available%20as%20free%20download%20from%20DevExpress.%20This%20%E2%80%9CSync%20Edit%E2%80%9D%20works%20for%20methods%20only%20currently%2C%20but%20it%20does%20that%20in%20a%20very%20intui&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Enable+Sync+Editing+in+Delphi+Prism&amp;link=http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/&amp;notes=Delphi%20Prism%20comes%20with%20a%20nice%20%E2%80%9CSync%20Editing%E2%80%9D%20feature.%20Unfortunately%20it%E2%80%99s%20not%20enabled%20by%20default%2C%20because%20it%20relies%20on%20an%20external%20%E2%80%9CDXCore%E2%80%9D%20assembly%2C%20which%20is%20available%20as%20free%20download%20from%20DevExpress.%20This%20%E2%80%9CSync%20Edit%E2%80%9D%20works%20for%20methods%20only%20currently%2C%20but%20it%20does%20that%20in%20a%20very%20intui&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Enable+Sync+Editing+in+Delphi+Prism&amp;link=http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/&amp;notes=Delphi%20Prism%20comes%20with%20a%20nice%20%E2%80%9CSync%20Editing%E2%80%9D%20feature.%20Unfortunately%20it%E2%80%99s%20not%20enabled%20by%20default%2C%20because%20it%20relies%20on%20an%20external%20%E2%80%9CDXCore%E2%80%9D%20assembly%2C%20which%20is%20available%20as%20free%20download%20from%20DevExpress.%20This%20%E2%80%9CSync%20Edit%E2%80%9D%20works%20for%20methods%20only%20currently%2C%20but%20it%20does%20that%20in%20a%20very%20intui&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/12/enable-sync-editing-in-delphi-prism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi Prism: All New Delphi for .NET Edition Has Been Released</title>
		<link>http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/</link>
		<comments>http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:23:02 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Embarcadero]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/</guid>
		<description><![CDATA[Apparently, CodeGear, a department of Embarcadero, has chosen Black Friday as release date for the all new .NET edition of Delphi: Delphi Prism Delphi&#160; Prism is basically a plugin for Visual Studio, which delivers the Pascal Language plus some exciting extra features to Microsoft’s .NET development platform. Get a trial version from CodeGear’s Code Central. [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently, <a href="http://www.codegear.com">CodeGear</a>, a department of <a href="http://www.embarcadero.com">Embarcadero</a>, has chosen Black Friday as release date for the all new .NET edition of Delphi:</p>
<h3>Delphi Prism</h3>
<p>Delphi&#160; Prism is basically a plugin for Visual Studio, which delivers the Pascal Language plus some exciting extra features to Microsoft’s .NET development platform.</p>
<p>Get a trial version from <a href="http://cc.codegear.com/Free.aspx?id=26309">CodeGear’s Code Central</a>. Delphi Prism is part of RAD Studio 2009,&#160; the ISO (1.4 GB!) offered for download on that page contains Prism only though. </p>
<p>Prism has to be activated by a license key. You can request a 14 day trial license on the same page and/or use a purchased RAD Studio 2009 license key. In other words the ISO contains the full product.</p>
<p>The <a href="http://www.codegear.com/products/delphi/prism">Prism product page</a> does not yet have a “purchase” link, but the marketing department is currently working on getting an announcement e-mail blown out. I guess that the purchase link will be activated while that happens. As the ISO contains the full product, you can switch from trial to full after the 14 days, just by entering a new license key.</p>
<h3>Technical Information</h3>
<p>Prism is not an upgrade of what you may know as Delphi.NET from RAD Studio 2007 or earlier. Prism is a complete new tool. It has been developed by a partner of CodeGear’s, RemObjects and comes as <em>the</em> solution for .NET and Mono in RAD Studio 2009. It completely “integrates” with the .NET framework. It does not bring any “Delphi Win32” dependencies. This means all executables/assemblies you will create with Prism will be “pure” .NET (or Mono) ones. No more P/invoke weirdness.</p>
<h3>Porting Delphi Applications</h3>
<p>The good news are: Prism Pascal is very compatible to Delphi Native Pascal. There are a couple of differences, which are well documented. </p>
<p>The bad news are: There is no VCL on Delphi Prism. In other words you can port business code more or less easily, but you have to re-implement your GUI code. After all I don’t think that’s&#160; too bad though. You have all .NET possibilities instead. System.Windows.Forms, WPF, Silverlight … </p>
<p>If you want to dig into the technical details, then have a look at the <a href="http://prismwiki.codegear.com/">Delphi Prism Wiki</a>. As Delphi user you might want to start with <a href="http://prismwiki.codegear.com/en/Delphi_Prism_Syntax_compared_with_Win32_Delphi">Delphi Prism syntax compared with Delphi Win32 syntax</a>.</p>
<p><em>More information to come (including German Prism Workshop in Darmstadt) …</em></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%24%7Btitle%7D+-+%24%7Bshort_link%7D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-delicious">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=2&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=3&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=257&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=40&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-technorati">
			<a href="http://www.shareaholic.com/api/share/?title=Delphi+Prism%3A+All+New+Delphi+for+.NET+Edition+Has+Been+Released&amp;link=http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/&amp;notes=Apparently%2C%20CodeGear%2C%20a%20department%20of%20Embarcadero%2C%20has%20chosen%20Black%20Friday%20as%20release%20date%20for%20the%20all%20new%20.NET%20edition%20of%20Delphi%3A%20%20Delphi%20Prism%20%20Delphi%26%23160%3B%20Prism%20is%20basically%20a%20plugin%20for%20Visual%20Studio%2C%20which%20delivers%20the%20Pascal%20Language%20plus%20some%20exciting%20extra%20features%20to%20Microsoft%E2%80%99s%20.NET%20dev&amp;short_link=&amp;shortener=tinyurl&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=10&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul><div style="clear: both;"></div><div class="shr-getshr" style="visibility:hidden;font-size:10px !important"><a target="_blank" href="http://www.shareaholic.com/?src=pub">Get Shareaholic</a></div><div style="clear: both;"></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.monien.net/blog/index.php/2008/11/delphi-prism-all-new-delphi-for-net-edition-has-been-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

