<?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; CodeGear</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>Workshop am 27.07.2009: Webanwendungen mit Delphi Prism und ASP.NET</title>
		<link>http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/</link>
		<comments>http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 14:24:34 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/</guid>
		<description><![CDATA[Möchten Sie Webanwendungen (oder auch Websites) mit ASP.NET erstellen? Sie möchten dies mit Delphi tun? Kommen Sie auf die RoadShow der DelphiExperts! Wir zeigen Ihnen zunächst was Delphi Prism ist und wie man damit unter .NET arbeitet, danach erlernen Sie das Erstellen von ASP.NET Anwendungen. Wir werden als ganz konkretes Beispiel einen WebShop ausgehend von [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Möchten Sie Webanwendungen (oder auch Websites) mit ASP.NET erstellen? Sie möchten dies mit Delphi tun?</strong></p>
<p>Kommen Sie auf die <a href="http://www.delphiexperts.net/delphiexperts-day-duesseldorf-27-07-2009/">RoadShow</a> der <a href="http://www.delphiexperts.net/">DelphiExperts</a>!</p>
<p>Wir zeigen Ihnen zunächst was <a href="http://prismwiki.codegear.com" target="_blank">Delphi Prism</a> ist und wie man damit unter .NET arbeitet, danach erlernen Sie das Erstellen von ASP.NET Anwendungen. Wir werden als ganz konkretes Beispiel einen WebShop ausgehend von einem leeren Projekt aufbauen. Die komplette Themenübersicht finden Sie in den <a href="http://www.delphiexperts.net/delphiexperts-day-duesseldorf-27-07-2009/">Anmeldedetails</a>.</p>
<p><strong>Wann:</strong> Montag, 27.07.2009, 09.00 – 17:00 Uhr     <br /><strong>Wo:</strong> Düsseldorf, Intercity Hotel, Graf-Adolf-Straße 81-87</p>
<p><a href="http://www.delphiexperts.net/delphiexperts-day-duesseldorf-27-07-2009/"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.monien.net/blog/wp-content/uploads/2009/07/image1.png" width="544" height="75" /></a>&#160;</p>
<p>Die DelphiExperts das sind <a href="http://dmagin.wordpress.com/">Daniel Magin</a>, <a href="http://www.monien.net/blog">Olaf Monien</a> und <a href="http://flickdotnet.de/">Holger Flick</a>. Unter dem neuen Label erhalten Sie ab sofort High-End Know how rund um Delphi.</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=Workshop+am+27.07.2009%3A+Webanwendungen+mit+Delphi+Prism+und+ASP.NET&amp;link=http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/&amp;notes=M%C3%B6chten%20Sie%20Webanwendungen%20%28oder%20auch%20Websites%29%20mit%20ASP.NET%20erstellen%3F%20Sie%20m%C3%B6chten%20dies%20mit%20Delphi%20tun%3F%20%20Kommen%20Sie%20auf%20die%20RoadShow%20der%20DelphiExperts%21%20%20Wir%20zeigen%20Ihnen%20zun%C3%A4chst%20was%20Delphi%20Prism%20ist%20und%20wie%20man%20damit%20unter%20.NET%20arbeitet%2C%20danach%20erlernen%20Sie%20das%20Erstellen%20von%20ASP.NET%20Anwendungen.&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/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/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=Workshop+am+27.07.2009%3A+Webanwendungen+mit+Delphi+Prism+und+ASP.NET&amp;link=http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/&amp;notes=M%C3%B6chten%20Sie%20Webanwendungen%20%28oder%20auch%20Websites%29%20mit%20ASP.NET%20erstellen%3F%20Sie%20m%C3%B6chten%20dies%20mit%20Delphi%20tun%3F%20%20Kommen%20Sie%20auf%20die%20RoadShow%20der%20DelphiExperts%21%20%20Wir%20zeigen%20Ihnen%20zun%C3%A4chst%20was%20Delphi%20Prism%20ist%20und%20wie%20man%20damit%20unter%20.NET%20arbeitet%2C%20danach%20erlernen%20Sie%20das%20Erstellen%20von%20ASP.NET%20Anwendungen.&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=Workshop+am+27.07.2009%3A+Webanwendungen+mit+Delphi+Prism+und+ASP.NET&amp;link=http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/&amp;notes=M%C3%B6chten%20Sie%20Webanwendungen%20%28oder%20auch%20Websites%29%20mit%20ASP.NET%20erstellen%3F%20Sie%20m%C3%B6chten%20dies%20mit%20Delphi%20tun%3F%20%20Kommen%20Sie%20auf%20die%20RoadShow%20der%20DelphiExperts%21%20%20Wir%20zeigen%20Ihnen%20zun%C3%A4chst%20was%20Delphi%20Prism%20ist%20und%20wie%20man%20damit%20unter%20.NET%20arbeitet%2C%20danach%20erlernen%20Sie%20das%20Erstellen%20von%20ASP.NET%20Anwendungen.&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=Workshop+am+27.07.2009%3A+Webanwendungen+mit+Delphi+Prism+und+ASP.NET&amp;link=http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/&amp;notes=M%C3%B6chten%20Sie%20Webanwendungen%20%28oder%20auch%20Websites%29%20mit%20ASP.NET%20erstellen%3F%20Sie%20m%C3%B6chten%20dies%20mit%20Delphi%20tun%3F%20%20Kommen%20Sie%20auf%20die%20RoadShow%20der%20DelphiExperts%21%20%20Wir%20zeigen%20Ihnen%20zun%C3%A4chst%20was%20Delphi%20Prism%20ist%20und%20wie%20man%20damit%20unter%20.NET%20arbeitet%2C%20danach%20erlernen%20Sie%20das%20Erstellen%20von%20ASP.NET%20Anwendungen.&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=Workshop+am+27.07.2009%3A+Webanwendungen+mit+Delphi+Prism+und+ASP.NET&amp;link=http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/&amp;notes=M%C3%B6chten%20Sie%20Webanwendungen%20%28oder%20auch%20Websites%29%20mit%20ASP.NET%20erstellen%3F%20Sie%20m%C3%B6chten%20dies%20mit%20Delphi%20tun%3F%20%20Kommen%20Sie%20auf%20die%20RoadShow%20der%20DelphiExperts%21%20%20Wir%20zeigen%20Ihnen%20zun%C3%A4chst%20was%20Delphi%20Prism%20ist%20und%20wie%20man%20damit%20unter%20.NET%20arbeitet%2C%20danach%20erlernen%20Sie%20das%20Erstellen%20von%20ASP.NET%20Anwendungen.&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=Workshop+am+27.07.2009%3A+Webanwendungen+mit+Delphi+Prism+und+ASP.NET&amp;link=http://www.monien.net/blog/index.php/2009/07/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/&amp;notes=M%C3%B6chten%20Sie%20Webanwendungen%20%28oder%20auch%20Websites%29%20mit%20ASP.NET%20erstellen%3F%20Sie%20m%C3%B6chten%20dies%20mit%20Delphi%20tun%3F%20%20Kommen%20Sie%20auf%20die%20RoadShow%20der%20DelphiExperts%21%20%20Wir%20zeigen%20Ihnen%20zun%C3%A4chst%20was%20Delphi%20Prism%20ist%20und%20wie%20man%20damit%20unter%20.NET%20arbeitet%2C%20danach%20erlernen%20Sie%20das%20Erstellen%20von%20ASP.NET%20Anwendungen.&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/workshop-am-27-07-2009-webanwendungen-mit-delphi-prism-und-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>May 13/16, 2009: Delphi Prism Workshop in San Jose (DelphiLive!)</title>
		<link>http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/</link>
		<comments>http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:14:41 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/</guid>
		<description><![CDATA[The just announced DelphiLive! conference in San Jose will have two tutorial/workshop days.&#160; In cooperation with Holger Flick I will offer a full day workshop on Delphi Prism – the new Delphi for .NET development environment. To register, you need to sign up for one of the “tutorial days” at DelphiLive! Registration The exact date [...]]]></description>
			<content:encoded><![CDATA[<p>The just announced <a href="http://www.DelphiLive.com" target="_blank">DelphiLive!</a> conference in San Jose will have two tutorial/workshop days.&#160; In cooperation with <a href="http://delphilive.com/conferences/delphi_live/workshops/delphi_live/speaker/#2482" target="_blank">Holger Flick</a> I will offer a full day workshop on <a href="http://prismwiki.codegear.com" target="_blank">Delphi Prism</a> – the new Delphi for .NET development environment. </p>
<p>To register, you need to sign up for one of the “tutorial days” at <a href="https://www.entwickler.com/ssl/formtool/index.php?id=14&amp;lang=en" target="_blank">DelphiLive! Registration</a> The exact date (Wed or Sat) will be announced soon. (You may leave a note with your preference below)</p>
<p>This workshop introduces Delphi Prism and will provide an overview of the most important .NET technologies such as Windows.Forms, WPF, ASP.NET, ADO.NET and LINQ. </p>
<p>Prism&#8217;s syntax differences to Delphi native and its language enhancements/advantages over C# will be discussed with many samples. </p>
<p>Database access, Web development and desktop application development will be covered as well as topics like how to migrate from Delphi native to Delphi Prism.</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=May+13%2F16%2C+2009%3A+Delphi+Prism+Workshop+in+San+Jose+%28DelphiLive%21%29&amp;link=http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/&amp;notes=The%20just%20announced%20DelphiLive%21%20conference%20in%20San%20Jose%20will%20have%20two%20tutorial%2Fworkshop%20days.%26%23160%3B%20In%20cooperation%20with%20Holger%20Flick%20I%20will%20offer%20a%20full%20day%20workshop%20on%20Delphi%20Prism%20%E2%80%93%20the%20new%20Delphi%20for%20.NET%20development%20environment.%20%20%20To%20register%2C%20you%20need%20to%20sign%20up%20for%20one%20of%20the%20%E2%80%9Ctutorial%20days%E2&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/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/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=May+13%2F16%2C+2009%3A+Delphi+Prism+Workshop+in+San+Jose+%28DelphiLive%21%29&amp;link=http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/&amp;notes=The%20just%20announced%20DelphiLive%21%20conference%20in%20San%20Jose%20will%20have%20two%20tutorial%2Fworkshop%20days.%26%23160%3B%20In%20cooperation%20with%20Holger%20Flick%20I%20will%20offer%20a%20full%20day%20workshop%20on%20Delphi%20Prism%20%E2%80%93%20the%20new%20Delphi%20for%20.NET%20development%20environment.%20%20%20To%20register%2C%20you%20need%20to%20sign%20up%20for%20one%20of%20the%20%E2%80%9Ctutorial%20days%E2&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=May+13%2F16%2C+2009%3A+Delphi+Prism+Workshop+in+San+Jose+%28DelphiLive%21%29&amp;link=http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/&amp;notes=The%20just%20announced%20DelphiLive%21%20conference%20in%20San%20Jose%20will%20have%20two%20tutorial%2Fworkshop%20days.%26%23160%3B%20In%20cooperation%20with%20Holger%20Flick%20I%20will%20offer%20a%20full%20day%20workshop%20on%20Delphi%20Prism%20%E2%80%93%20the%20new%20Delphi%20for%20.NET%20development%20environment.%20%20%20To%20register%2C%20you%20need%20to%20sign%20up%20for%20one%20of%20the%20%E2%80%9Ctutorial%20days%E2&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=May+13%2F16%2C+2009%3A+Delphi+Prism+Workshop+in+San+Jose+%28DelphiLive%21%29&amp;link=http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/&amp;notes=The%20just%20announced%20DelphiLive%21%20conference%20in%20San%20Jose%20will%20have%20two%20tutorial%2Fworkshop%20days.%26%23160%3B%20In%20cooperation%20with%20Holger%20Flick%20I%20will%20offer%20a%20full%20day%20workshop%20on%20Delphi%20Prism%20%E2%80%93%20the%20new%20Delphi%20for%20.NET%20development%20environment.%20%20%20To%20register%2C%20you%20need%20to%20sign%20up%20for%20one%20of%20the%20%E2%80%9Ctutorial%20days%E2&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=May+13%2F16%2C+2009%3A+Delphi+Prism+Workshop+in+San+Jose+%28DelphiLive%21%29&amp;link=http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/&amp;notes=The%20just%20announced%20DelphiLive%21%20conference%20in%20San%20Jose%20will%20have%20two%20tutorial%2Fworkshop%20days.%26%23160%3B%20In%20cooperation%20with%20Holger%20Flick%20I%20will%20offer%20a%20full%20day%20workshop%20on%20Delphi%20Prism%20%E2%80%93%20the%20new%20Delphi%20for%20.NET%20development%20environment.%20%20%20To%20register%2C%20you%20need%20to%20sign%20up%20for%20one%20of%20the%20%E2%80%9Ctutorial%20days%E2&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=May+13%2F16%2C+2009%3A+Delphi+Prism+Workshop+in+San+Jose+%28DelphiLive%21%29&amp;link=http://www.monien.net/blog/index.php/2009/03/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/&amp;notes=The%20just%20announced%20DelphiLive%21%20conference%20in%20San%20Jose%20will%20have%20two%20tutorial%2Fworkshop%20days.%26%23160%3B%20In%20cooperation%20with%20Holger%20Flick%20I%20will%20offer%20a%20full%20day%20workshop%20on%20Delphi%20Prism%20%E2%80%93%20the%20new%20Delphi%20for%20.NET%20development%20environment.%20%20%20To%20register%2C%20you%20need%20to%20sign%20up%20for%20one%20of%20the%20%E2%80%9Ctutorial%20days%E2&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/may-1316-2009-delphi-prism-workshop-in-san-jose-delphilive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24. April 2009 &#8211; Delphi Prism Workshop in Mainz</title>
		<link>http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/</link>
		<comments>http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 10:14:32 +0000</pubDate>
		<dc:creator>Olaf Monien</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[CodeGear]]></category>
		<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/</guid>
		<description><![CDATA[Im Rahmen des kommenden Delphi CodeCamps werde ich in Zusammenarbeit mit Holger Flick einen Workshop zu Delphi Prism anbieten. Sie können einen einzelnen Tag buchen oder aber natürlich auch das ganze CodeCamp. &#160; Einführung in die professionelle Softwareentwicklung unter .NET mit Delphi Prism Dieser Intensiv-Workshop vermittelt den Teilnehmern zunächst einen Überblick über die Handhabung von [...]]]></description>
			<content:encoded><![CDATA[<p>Im Rahmen des kommenden <a href="http://entwickler-akademie.de/ak/show.php3?id=44&amp;ccid=1" target="_blank">Delphi CodeCamps</a> werde ich in Zusammenarbeit mit <a href="http://delphilive.com/conferences/delphi_live/workshops/delphi_live/speaker/#2482" target="_blank">Holger Flick</a> einen Workshop zu <a href="http://prismwiki.codegear.com" target="_blank">Delphi Prism</a> anbieten.</p>
<p>Sie können einen einzelnen Tag <a href="https://www.entwickler.com/ssl/formtool/index.php?id=17&amp;lang=de" target="_blank">buchen</a> oder aber natürlich auch das ganze CodeCamp.</p>
<h3>&#160;</h3>
<h3>Einführung in die professionelle Softwareentwicklung unter .NET mit Delphi Prism</h3>
<p>Dieser Intensiv-Workshop vermittelt den Teilnehmern zunächst einen Überblick über die Handhabung von Delphi Prism und Visual Studio.</p>
<p>Im weiteren Verlauf werden die verschiedenen allgemeinen Aspekte der Softwareentwicklung unter .NET vorgestellt und analysiert.</p>
<p>Für den Umstieg von der klassischen Delphi-Entwicklung auf die .NET Entwicklung unter Prism werden zahlreiche Tipps und Tricks gezeigt. Der gemischte Betrieb von Delphi für Windows 32 und .NET wird ebenso thematisiert.</p>
<p>Abgerundet wird der Workshop durch Themen wie Web- und Datenbankentwicklung.</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=24.+April+2009+%26ndash%3B+Delphi+Prism+Workshop+in+Mainz&amp;link=http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/&amp;notes=Im%20Rahmen%20des%20kommenden%20Delphi%20CodeCamps%20werde%20ich%20in%20Zusammenarbeit%20mit%20Holger%20Flick%20einen%20Workshop%20zu%20Delphi%20Prism%20anbieten.%20%20Sie%20k%C3%B6nnen%20einen%20einzelnen%20Tag%20buchen%20oder%20aber%20nat%C3%BCrlich%20auch%20das%20ganze%20CodeCamp.%20%20%26%23160%3B%20%20Einf%C3%BChrung%20in%20die%20professionelle%20Softwareentwicklung%20unter%20.NET%20mit%20Delphi%20Pr&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/24-april-2009-delphi-prism-workshop-in-mainz/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=24.+April+2009+%26ndash%3B+Delphi+Prism+Workshop+in+Mainz&amp;link=http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/&amp;notes=Im%20Rahmen%20des%20kommenden%20Delphi%20CodeCamps%20werde%20ich%20in%20Zusammenarbeit%20mit%20Holger%20Flick%20einen%20Workshop%20zu%20Delphi%20Prism%20anbieten.%20%20Sie%20k%C3%B6nnen%20einen%20einzelnen%20Tag%20buchen%20oder%20aber%20nat%C3%BCrlich%20auch%20das%20ganze%20CodeCamp.%20%20%26%23160%3B%20%20Einf%C3%BChrung%20in%20die%20professionelle%20Softwareentwicklung%20unter%20.NET%20mit%20Delphi%20Pr&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=24.+April+2009+%26ndash%3B+Delphi+Prism+Workshop+in+Mainz&amp;link=http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/&amp;notes=Im%20Rahmen%20des%20kommenden%20Delphi%20CodeCamps%20werde%20ich%20in%20Zusammenarbeit%20mit%20Holger%20Flick%20einen%20Workshop%20zu%20Delphi%20Prism%20anbieten.%20%20Sie%20k%C3%B6nnen%20einen%20einzelnen%20Tag%20buchen%20oder%20aber%20nat%C3%BCrlich%20auch%20das%20ganze%20CodeCamp.%20%20%26%23160%3B%20%20Einf%C3%BChrung%20in%20die%20professionelle%20Softwareentwicklung%20unter%20.NET%20mit%20Delphi%20Pr&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=24.+April+2009+%26ndash%3B+Delphi+Prism+Workshop+in+Mainz&amp;link=http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/&amp;notes=Im%20Rahmen%20des%20kommenden%20Delphi%20CodeCamps%20werde%20ich%20in%20Zusammenarbeit%20mit%20Holger%20Flick%20einen%20Workshop%20zu%20Delphi%20Prism%20anbieten.%20%20Sie%20k%C3%B6nnen%20einen%20einzelnen%20Tag%20buchen%20oder%20aber%20nat%C3%BCrlich%20auch%20das%20ganze%20CodeCamp.%20%20%26%23160%3B%20%20Einf%C3%BChrung%20in%20die%20professionelle%20Softwareentwicklung%20unter%20.NET%20mit%20Delphi%20Pr&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=24.+April+2009+%26ndash%3B+Delphi+Prism+Workshop+in+Mainz&amp;link=http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/&amp;notes=Im%20Rahmen%20des%20kommenden%20Delphi%20CodeCamps%20werde%20ich%20in%20Zusammenarbeit%20mit%20Holger%20Flick%20einen%20Workshop%20zu%20Delphi%20Prism%20anbieten.%20%20Sie%20k%C3%B6nnen%20einen%20einzelnen%20Tag%20buchen%20oder%20aber%20nat%C3%BCrlich%20auch%20das%20ganze%20CodeCamp.%20%20%26%23160%3B%20%20Einf%C3%BChrung%20in%20die%20professionelle%20Softwareentwicklung%20unter%20.NET%20mit%20Delphi%20Pr&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=24.+April+2009+%26ndash%3B+Delphi+Prism+Workshop+in+Mainz&amp;link=http://www.monien.net/blog/index.php/2009/03/24-april-2009-delphi-prism-workshop-in-mainz/&amp;notes=Im%20Rahmen%20des%20kommenden%20Delphi%20CodeCamps%20werde%20ich%20in%20Zusammenarbeit%20mit%20Holger%20Flick%20einen%20Workshop%20zu%20Delphi%20Prism%20anbieten.%20%20Sie%20k%C3%B6nnen%20einen%20einzelnen%20Tag%20buchen%20oder%20aber%20nat%C3%BCrlich%20auch%20das%20ganze%20CodeCamp.%20%20%26%23160%3B%20%20Einf%C3%BChrung%20in%20die%20professionelle%20Softwareentwicklung%20unter%20.NET%20mit%20Delphi%20Pr&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/24-april-2009-delphi-prism-workshop-in-mainz/feed/</wfw:commentRss>
		<slash:comments>0</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>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>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>

