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

推荐订阅源

K
Kaspersky official blog
Martin Fowler
Martin Fowler
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
The Cloudflare Blog
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
T
The Blog of Author Tim Ferriss
雷峰网
雷峰网
D
Docker
博客园 - 司徒正美
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
U
Unit 42
J
Java Code Geeks
A
About on SuperTechFans
N
Netflix TechBlog - Medium
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
Security Affairs
I
Intezer
Cisco Talos Blog
Cisco Talos Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
B
Blog RSS Feed
P
Privacy & Cybersecurity Law Blog
T
Tenable Blog
T
Threatpost
H
Hacker News: Front Page
G
Google Developers Blog
博客园 - 【当耐特】
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
L
Lohrmann on Cybersecurity
大猫的无限游戏
大猫的无限游戏
Google DeepMind News
Google DeepMind News
A
Arctic Wolf
S
Secure Thoughts
GbyAI
GbyAI
NISL@THU
NISL@THU
S
Security @ Cisco Blogs
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Webroot Blog
Webroot Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
O
OpenAI News
Spread Privacy
Spread Privacy
Application and Cybersecurity Blog
Application and Cybersecurity Blog

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

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