中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 程序开发 > Web开发 > JavaScripts > 综合文章
Delphi的下一个版本:Diamondback(转)
作者:佚名 时间:2005-03-16 11:03 出处:互连网 责编:chinaitpower
              摘要:Delphi的下一个版本:Diamondback(转)


Learn about Diamondback at Borcon
-- Michael Swindell

BorCon 2004 上将发布Delphi的下一个大版本,目前代号为 Diamonback。


Diamondback Rumors -- Michael Swindell

Some rumors I read in the NGs and blogs last night:


Rumor: "I hope Diamondback is more than just Delphi 7 and Delphi 8 combined"
Fact: Way more. If it were just 7 & 8 combined, we'd just call it "Garter Snake"


Rumor: "Diamondback will be two IDEs one for Win32 and one for .NET"
Fact: Diamondback will be a single IDE :o)


Rumor: "Diamondback will include ECO for ASP.NET, Refactoring, and Unit Testing"
Fact: Thats just scratching the surface...


Rumor: "Danny, JohnK, Corbin, Jim and Allen are hotshots"
Fact: Heck ya


Rumor: "DiamondBack will be the best development tool in the world"
Fact: Alright, who broke their NDA? Someone call security please.


At 8/10/2004 09:36:33 AM, Michael Swindell said...
Diamondback won't include any more VB support than is in Delphi 8. In D8 you can compile, write, and debug VB.NET code. But we don't supply a code dom, so two-way tools, form designers, wizards, and code insight, don't work with VB.NET.



At 8/10/2004 10:58:30 AM, Corbin Dunn said...
Just for the record, Diamondback WILL include the Kitchen Sink. I'm making sure of it.


New For Loop Syntax -- Danny


for in <container expression> do ;


type TStringArray = array of String;


procedure Demo1(const List: TStringArray);
var S: String;
begin
??for S in List do writeln(S);
end;

关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有