摘要:
c#,自然的进步
随着 visual j++ 的隐退,microsoft 引入 c# 来填补这一空白
michael l. perry
mallard 软件设计师
2000 年 8 月
microsoft 对因特网的新视野与当今在线内容的网络相去甚远。microsoft 预见未来的因特网是一个由不同的人用不同的语言在不同的硬件平台上开发出的互相关联的服务,可以被运行在不同的因特......
摘要:
the following example shows the use of regular expresssions in c#.this program has basic validation scripts for validation easily useable in all programs.
/*
<howtocompile>
csc /r:sys......
WebGainandHPCollaboratetoBridgeJavaand.NETEnvironments
http://www.webgain.com/news_and_events/press_releases/010417.html
webgain and hp collaborate to bridge java and .net environments
santa clara and palo alto, calif., april 17, 2001 – webgain, inc., a provider of e-business automation software, and hewlett-packard company (nyse:hwp) today announced a business relationship to deliver enterprise-class e-business solutions deployable on the hp bluestone total-e-server, the application server at the heart of the hp netaction family of products. hp netaction provides a bridge between the microsoft® .net platform and the sun microsystems enterprise java platform by integrating xml standards and technologies. webgain plans to develop versions of visualcafé enterprise edition, webgain studio™ toplink™ and application composer™ that are optimized for the hp netaction family.
under the agreement, hp and webgain will dedicate engineering, professional services, sales and marketing resources to developing solutions that advance enterprise-class strategies for e-business automation. hp will adopt webgain studio professional for internal application development projects. webgain will bundle evaluation copies of hp bluestone total-e-serve...
下一页 摘要:
c#与java的比较(转二)
5. 指代(delegate)
指代这个玩意很特别,它有点象指针,但又不完全是,不过大家还是可以把它理解为一种类型安全的、面向对象的指针。(什么是类型安全和面向对象就不用讲了吧?)顺便提一句,有很多书上把delegate翻译成代理,我觉得这样翻不够确切,翻译成“指代”更恰当些,道理上吻合,并且还符合它的本来意思——微软本来就是用delegat......