<?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>创意纪 &#187; dotnet</title>
	<atom:link href="http://chuangyiji.com/tag/dotnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://chuangyiji.com</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 15:20:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>delphi将以插件形式支持visual studio</title>
		<link>http://chuangyiji.com/2008/10/07/delphi-will-be-in-the-form-of-plug-in-support-for-the-visual-studio/</link>
		<comments>http://chuangyiji.com/2008/10/07/delphi-will-be-in-the-form-of-plug-in-support-for-the-visual-studio/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 02:41:13 +0000</pubDate>
		<dc:creator>wingfish</dc:creator>
				<category><![CDATA[delphi]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[delphi prism]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://chuangyiji.com/?p=1285</guid>
		<description><![CDATA[从这里看到，很难说这是不是一个好消息，总的来说还不算坏吧，至少像我这样的delphi铁杆粉丝以后就可以用delphi语言在vs下开发dotnet应用了。 YES，你没有看错！刚刚看到的这个消息，综合整理一下 Marco Cantu 和 Dr.Bob 的 Blog 文章如下： 1 下一版 Delphi.NET 名为 Delphi Prism。Nick 在论坛中证实这是正式名称，而非代码名； 2 这是一个全新的产品，用 Visual Studio Shell 开发，将是一个 Visual Studio 插件； 3 Delphi Prism 将是 RAD Studio 2009 套件的一部分（Delphi 2009 + C++Builder 2009 + Delphi Prism）； &#8230; <a href="http://chuangyiji.com/2008/10/07/delphi-will-be-in-the-form-of-plug-in-support-for-the-visual-studio/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>从这里看到，很难说这是不是一个好消息，总的来说还不算坏吧，至少像我这样的delphi铁杆粉丝以后就可以用delphi语言在vs下开发dotnet应用了。</p>
<p>YES，你没有看错！刚刚看到的这个消息，综合整理一下 Marco Cantu 和 Dr.Bob 的 Blog 文章如下：</p>
<p>1 下一版 Delphi.NET 名为 Delphi Prism。Nick 在论坛中证实这是正式名称，而非代码名；<br />
2 这是一个全新的产品，用 Visual Studio Shell 开发，将是一个 Visual Studio 插件；<br />
3 Delphi Prism 将是 RAD Studio 2009 套件的一部分（Delphi 2009 + C++Builder 2009 + Delphi Prism）；<br />
4 他将是新一代的 Delphi 在 .NET 平台上的解决方案，完全支持 .NET Framework 3.5，包括 WinForms, WPF, Silverlight, WCF, ASP.NET, LINQ；<br />
5 整合 Datasnap 2009，支持 dbExpress for ADO.NET；<br />
6 Delphi Prism 只以订阅方式销售，在订阅期内可自由升级新版本；<br />
7 在本月末的 PDC 上可能会对外公布这一产品，年底前会上市</p>
<p>我几乎没用过 Delphi.NET，但看到这个消息，有点吃惊，也有点兴奋，吃惊的是很意外，想必 CodeGear 做这个决定也不容易啊，呵呵~~；兴奋的是这是一个正确的确定，因为在 .NET 下，Visual Studio 就是 NO.1；Delphi Prism 成为 Visual Studio 插件以后，市场拓展将更加容易些，同时产品开发上也能紧跟 .NET 步伐，同时也可以使用 Visual Studio 自身强大的 IDE 功能和很多的第三方资源，比如说扩展、控件等。</p>
<p>这个产品应该很早在 CodeGear 内部开发了，之前的开发代号好像是 Clemson；正式版离上市最多也就只有两个月，Beta 测试也已经开始了，有兴趣的可以去 CodeGear 网站申请。</p>

	<h4>相关内容</h4>
	<ul class="st-related-posts">
	<li><a href="http://chuangyiji.com/2008/10/28/delphi-prism-to-come/" title="Delphi Prism 要来了 (October 28, 2008)">Delphi Prism 要来了</a> (0)</li>
	<li><a href="http://chuangyiji.com/2008/08/28/have-to-hasten-to-realize-the-dream/" title="有梦想 要赶紧去实现 (August 28, 2008)">有梦想 要赶紧去实现</a> (0)</li>
	<li><a href="http://chuangyiji.com/2008/09/09/ashamed-it-has-not-in-the-know-delphi-ctrl-shift-c-keys/" title="惭愧，竟然一直不知道delphi中的ctrl+shift+c组合键 (September 9, 2008)">惭愧，竟然一直不知道delphi中的ctrl+shift+c组合键</a> (3)</li>
	<li><a href="http://chuangyiji.com/2008/09/20/about-92-out-of-the-misunderstanding-of-the-year-so-far/" title="大约的走出92年至今的误区 (September 20, 2008)">大约的走出92年至今的误区</a> (0)</li>
	<li><a href="http://chuangyiji.com/2008/03/09/chu-chang-xcode-kai-fa-ji-yu-cocoa-di-mac-ying-yong-cheng-xu/" title="初尝XCode开发基于cocoa的mac应用程序 (March 9, 2008)">初尝XCode开发基于cocoa的mac应用程序</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://chuangyiji.com/2008/10/07/delphi-will-be-in-the-form-of-plug-in-support-for-the-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
