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

推荐订阅源

S
SegmentFault 最新的问题
人人都是产品经理
人人都是产品经理
Blog — PlanetScale
Blog — PlanetScale
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Cisco Talos Blog
Cisco Talos Blog
Spread Privacy
Spread Privacy
Scott Helme
Scott Helme
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Securelist
酷 壳 – CoolShell
酷 壳 – CoolShell
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
I
Intezer
博客园 - 叶小钗
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
量子位
Security Latest
Security Latest
P
Proofpoint News Feed
P
Privacy International News Feed
P
Palo Alto Networks Blog
D
DataBreaches.Net
大猫的无限游戏
大猫的无限游戏
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Google Online Security Blog
Google Online Security Blog
Webroot Blog
Webroot Blog
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
Vercel News
Vercel News
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Hugging Face - Blog
Hugging Face - Blog
月光博客
月光博客
Hacker News - Newest:
Hacker News - Newest: "LLM"
K
Kaspersky official blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Stack Overflow Blog
Stack Overflow Blog
AWS News Blog
AWS News Blog
博客园 - Franky
爱范儿
爱范儿
T
Tor Project blog
The GitHub Blog
The GitHub Blog
宝玉的分享
宝玉的分享
小众软件
小众软件
L
LINUX DO - 最新话题
Application and Cybersecurity Blog
Application and Cybersecurity Blog
W
WeLiveSecurity
SecWiki News
SecWiki News
L
LangChain Blog
I
InfoQ

博客园 - 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

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