Notice Board
那一天,我不得已上路。..... 在路上,只为温暖我的人。-<在路上〉歌词
  • 新域名同时启用,可以使用www.dotNETTools.cn 访问本站
  • 垃圾信息太多,暂时关闭Trackback功能,留言请先登录。
  • 建议使用IE6,IE7,Avant Browser,Maxthon, 1024x768 以上分辨率浏览
  • 请在页面的左/右侧Skins下面选择喜欢的皮肤,有10种以上的皮肤供你选择
  • 可以选择Tags页面,可按分类或关键字方式查看
  • .NET评测网出现页面空白的情况,请在IE将编码方式选择为自动或UTF-8,论坛的编码近日修改为UTF-8

-- 2007-11-14 13:27:28 
View Mode: Normal | Article List
February, 2006 | 1 | 2 | 3 | 4 | >
用XAMLPad试验下面一组XAML的编写,你会对x:Static,StaticResource,以及XAML扩展(Markup Extensions)的嵌套用法有一个比较快的认识

<Rectangle Name="myRectangle" Width="120" Height="20" Fill="Blue" />
对应的代码类似-myRectangle.Fill = Brushes.Blue; --OK

<Rectangle Name="myRectangle" Width="120" Height="20" Fill="SystemColors.ControlBrush" />
对应的代码类似-myRectangle.Fill ="SystemColors.ControlBrush" ; --错误, 变成一个字符串,这显然不是你想要的

...

Read More...

WinFX SDK Feb CTP中有关WCF 的新工具

[ 2006-02-27 22:24:03 | Author: ccBoy ]
下面的描述的这些工具,都在WinFX SDK中,你必须安装Microsoft Windows SDK(6.0.5308.0.9) for the February 2006 CTP ,然后在SDK的安装目录Bin中。这些工具原来的CTP也都有,不过这个版本有了新的变化,功能更强了。也许一直都有,我们没有注意。
...

Read More...
"Cider"其实是一个XAML 的设计工具,英文的全称也许应该叫Visual Studio WPF Designer 什么的,它被作为一个插件安装在目前的Visual Studio 中,之后的版本,可能会成为Visual Studio 的下一个版本目前代号名为Orcas的一部分,而Orcas 是作为整个针对WinFX平台开发的开发工具。

从2005的WinFX Dec CTP开始,Cider 就作为组件,让你可以在Visual Studio中使用它来修改和设计XAML,老实说,我并不十分喜欢它,因为当你双击一个.xaml文件时,Visual Studio默认会使用Cider来打开这个.xaml文件,目前它的速度有些慢,功能也有些少,不过它还是有一些有用的地方

...

Read More...

ASP.NET HOW DO I Video Series

[ 2006-02-24 12:40:18 | Author: ccBoy ]
新的一些展示ASP.NET v2.0的教学录像,通过简单的步骤学习ASP.NET中比较神奇的一些操作 [wink]
请看这下面11个录像。
...

Read More...
WCF Jan CTP to Feb CTP changes
Breaking changes for the Feb CTP
http://blogs.msdn.com/edpinto/archive/2006/02/22/537027.aspx
从文档上看,其API的变化还是挺大的。

WPF Jan CTP to Feb CTP changes
WPF XAML to the Feb CTP:
http://www.longhornblogs.com/rrelyea/archive/2006/02/14/XamlMigrator.aspx
February CTP of WinFX Published -- Breaking Changes
http://blogs.msdn.com/karstenj/archive/2006/02/22/537049.aspx
Rob提供了一个小工具,修改了XAML命名空间和一些小的语法修改;IRhetoric也提供了文档的说明,总之WPF Jan->WPF Feb的变化有一些,但是不大。
...

Read More...

终于等到发布-WinFX SDK (Feb CTP)

[ 2006-02-23 00:41:31 | Author: ccBoy ]
The WinFX Runtime Components February CTP has been published!

The build of Vista (5308.17) will be available only to MSDN Subscribers. The WinFX RC (3.0.50727.358), the SDK, and tools will be available to everyone via the MSDN Download Center.

WinFX Runtime Components:
http://www.microsoft.com/downloads/details.aspx?FamilyId=F51C4D96-9AEA-474F-86D3-172BFA3B828B&displaylang=en
...

Read More...
可以我的Blog对HTML表格的支持有限,我就不粘贴了,这些特性和资源的描述了。感觉软件开发中,特性列表是非常好的一个管理工具和展示工具。

很喜欢,这个网站的资源收集方式,非常非常专业,如果你对WSS3或SPS 2007感兴趣这里值得一看。

http://www.sharepointblogs.com/dustin/articles/5235.aspx

======================================
  • Event handlers cover more events, and they can be synchronous --Mike Fitzmaurice [Applications and Development] Blog
  • Support for 3 kinds of Web Parts --Maurice Prather [Applications and Development] Blog
  • 100 percent use of ASP.NET framework --Jonathan Kauffman [Applications and Development] Blog
  • Further growth of WSS as a development platform --Mike Ammerlaan [Applications
...

Read More...