| Notice Board |
那一天,我不得已上路。..... 在路上,只为温暖我的人。-<在路上〉歌词
|
| -- 2007-11-14 13:27:28 |
x:Static , StaticResource 和DynamicResource等XAML 扩展用法
[ 2006-02-28 09:00:00 | Author: ccBoy ]
用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...
<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...
...
Read More...
专栏文章-Cider图解教程以及未来WinFX的开发方式
[ 2006-02-26 20:30:04 | Author: ccBoy ]
"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...
从2005的WinFX Dec CTP开始,Cider 就作为组件,让你可以在Visual Studio中使用它来修改和设计XAML,老实说,我并不十分喜欢它,因为当你双击一个.xaml文件时,Visual Studio默认会使用Cider来打开这个.xaml文件,目前它的速度有些慢,功能也有些少,不过它还是有一些有用的地方
...
Read More...
Tags: 二三事专栏 WinFX/Avalon |
Category: 思考但不是深思熟虑 |
Permalink |
Comments: 1 |
Trackbacks: 0 |
Views: 9714
ASP.NET HOW DO I Video Series
[ 2006-02-24 12:40:18 | Author: ccBoy ]
WinFX(WCF,WPF and WF) Breaking changes for the Feb CTP
[ 2006-02-23 16:05:14 | Author: ccBoy ]
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...
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...
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...
一个非常好的WSS v3 和 SPS 2007 新特性描述的资源
[ 2006-02-21 12:46:01 | Author: ccBoy ]
可以我的Blog对HTML表格的支持有限,我就不粘贴了,这些特性和资源的描述了。感觉软件开发中,特性列表是非常好的一个管理工具和展示工具。
很喜欢,这个网站的资源收集方式,非常非常专业,如果你对WSS3或SPS 2007感兴趣这里值得一看。
http://www.sharepointblogs.com/dustin/articles/5235.aspx
======================================
Read More...
很喜欢,这个网站的资源收集方式,非常非常专业,如果你对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...
Tags: WWSv3-SPS2007 |
Category: 八卦小道NET新快线 |
Permalink |
Comments: 3 |
Trackbacks: 80 |
Views: 17379







