惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
量子位
G
Google Developers Blog
J
Java Code Geeks
N
Netflix TechBlog - Medium
博客园 - 聂微东
宝玉的分享
宝玉的分享
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
雷峰网
雷峰网
M
MIT News - Artificial intelligence
T
Tailwind CSS Blog
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
博客园 - 三生石上(FineUI控件)
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
Martin Fowler
Martin Fowler
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss

博客园 - sayo.net

website the breakpoint will not currently be hit. no symbols have been loaded for this document How to add MS Test to post build 在WCF中使用REST时,如何去掉URL中的.svc后缀 Resolve Error: The service cannot be activated because it does not support ASP.NET compatibility. Resolve Error: Service has zero application (non-infrastructure) endpoints. WCF Could not establish trust relationship for the SSL/TLS secure channel with authority Could not find a base address that matches scheme http for the endpoint with binding MetadataExchangeHttpBinding. Resolve error: Could Not Load Type ‘System.ServiceModel.Activation.HttpModule’ 在IIS7.5上运行Message Security with UserName的WCF Service WCF部署问题两则 SQL Server Mangement Studio无法创建Database Dagrams的简单解决办法 一些有用的WCF相关链接 [Android开发]如何自定义ArrayAdapter 让Android的emulator支持web camera 如何旋转Android Emulator HTC Hero Android 2.1 真机调试 HTC Hero Android 2.1 真机调试 CouchDB系列 - 安装CouchDB Test from Windows Live Writer
Silverlight Toolkit初探
sayo.net · 2008-11-01 · via 博客园 - sayo.net

Silverlight Toolkit已经开始推出一些控件了。他们推出控件采用了类似敏捷开发(Agile)的方式进行。

控件分类

Common -- 这些控件通常是被大多数程序所应用的通用控件,如AutoCompleteBox以及布局控件。被放置在Microsoft.Windows.Controls.dll程序集中,引用时以controls开头;

Input -- 用于接受用户输入的控件,如NumberUpDown。通常被放置于Microsoft.Windows.Controls.Input.dll程序集中,引用时以input开头;

DataVisualization -- 包含charting组件。被放置于Microsoft.Windows.Controls.DataVisualization.dll程序集中,引用时以charting开头;

Layout,Media -- 目前还没有,估计以后会有相关的程序集。

质量等级

控件的发布分阶段进行,每阶段有不同的质量等级。根据用户的反馈决定是否继续开发,或者修改bug改进质量。分为四个等级:

Experimental -- 试验阶段,处于这一级别的控件不一定会被最终release。

Preview -- 这一阶段相当于alpha阶段,80%的功能都已完善。但可能跟release之间有一些break changes。使用时要谨慎。

Stable -- 稳定阶段,相当于beta阶段,90%以上的功能已经稳定。除非有错误,否则不会出向break changes。

Mature -- 这一阶段,相当于完全RTM了,API的稳定性及向后兼容性是最重要的。放心使用吧。

在实际使用中,请注意帮助文档中的Quality Band标签,以适应不同质量阶段控件可能的变化,并准备好应对措施。

Silverlight Toolkit中的新控件

处在Preview阶段的控件:

  • AutoCompleteBox
  • NumericUpDown
  • Viewbox
  • Expander
  • ImplicitStyleManager
  • Charting

处在Stable阶段的控件:

  • TreeView
  • DockPanel
  • WrapPanel
  • Label
  • HeaderedContentControl
  • HeaderedItemsControl

6个超酷Themes:

  • Expression Dark
  • Expression Light
  • Rainier Purple
  • Rainier Orange
  • Shiny Blue
  • Shiny Red

哇,好多新控件啊。就不给出图片了,可以从这里下载控件包。这里有一些简单使用介绍。这里感受一下效果。这里这里这里... ...Silverlight is everywhere.

还不够?!好吧,再来看看以后可能推出的控件。

MIX09前可能会推出的控件

  • MediaPlayer
  • TimePicker
  • Carousel
  • Rating
  • MaskedTextBox
  • InPlaceEditing
  • AppointmentCalendar
  • ImageMap
  • FileUpload
  • Menu
  • Slideshow

相信很快就能看到其中的一些了。