Page 1 of 1 in the MS技术 category
 Wednesday, October 15, 2008

MS 终于发布了Silverlight 2的正式版, http://silverlight.net 从和 Silverlight 1 比较中看, Silverlight 2 增加了诸多新特性:

Support for Visual Basic.NET and C#; Common Language Runtime (CLR) based languages  
Support for IronPython, IronRuby, Managed JScript, and other Dynamic Language Runtime (DLR) based languages  
Rich Core Framework (e.g. Generics,  collections)  
MultiThreading  
Layout controls including StackPanel and Grid  
Full suite of Controls (TextBox, RadioButton, Slider, Calendar, DatePicker, DataGrid, ListBox, TabControl, and others)  
Managed Control Framework  
Templating Model  
Visual State Manager  
Isolated Storage  
Deep Zoom Technology  
Media – DRM Powered by PlayReady  
Media  Windows Media Audio 10 Professional support  
Media  MediaStreamSource for managed code media file parser and protocol extensibility  
High quality resizing  
Media  Basic SSPL Support  
Cross Domain Network Access  
Easy access to serverside data via Web Services  
Direct access to TCP sockets  
Interoperability with SOAP and REST services, including support for XML, JSON, RSS and Atom data formats  
LINQ (including LINQ to XML, LINQ to JSON, and LINQ to Entities)  
Duplex communications (“push” from Server to Silverlight client)  
Data Binding  
ADO.NET Data Services  
Managed HTML Bridge  
Managed Exception Handling  
.NET Framework Security Enforcement  
Type Safety Verification  
XMLReader/Writer  
Enhanced Keyboard Input Support  
File Upload Support (via WebClient API)  
WPF Compatibility
Accessibility  
Localization  
Remote Debugging (PC and Mac)

Wednesday, October 15, 2008 9:50:17 AM (中国标准时间, UTC+08:00)  #    Disclaimer  |  Comments [18]  | 
 Tuesday, October 07, 2008

Photosynth 是Microsoft Lab 的产物, 你可以用一组场景照片来重组3D 景象, 它的好处是你不需做过多的操作, 仅需提供一组照片而已,系统会自动进行组合, 虽然现在效果还有待改善, 但ms 号称这是将来的3D实现的趋势。 现在通过window live 帐号就可以用了: http://photosynth.net/

Tuesday, October 07, 2008 11:20:22 AM (中国标准时间, UTC+08:00)  #    Disclaimer  |  Comments [0]  | 
 Saturday, June 07, 2008

昨天, Silverlight 2.0 出了Beta2, 作为MS 在RIA领域的主力, Silverlight 一直以来的表现多少有点令人失望.

以下是部分改进

1)提供了更多的内置控件

2) 控件模版编辑功能

3)Visual State Manager

4) 动画和图形的改进

5)跨域网络访问的支持(Cross Domain)

6)支持Web Service 

7)支持 JSON 和 LINQ

8) 对于 DataGrid 控件作了不少增强

希望这次的beta2 能给我们带来一些惊喜.

Saturday, June 07, 2008 4:11:30 PM (中国标准时间, UTC+08:00)  #    Disclaimer  |  Comments [0]  | 
 Wednesday, April 09, 2008

装了一下WSS 3.0, 试用AspNetSqlMembershipProvider 做Form Authentication 方式登录.

但是发现个问题, 当用 Form Authentication 的时候, 和office整合会出错, 就是不能在线创建, 编辑文档, 经过研究, 有个临时解决方法, 登录的时候把自动登录的checkbox 打勾就可以了, 由于和word /excel 整合时候需要再次验证, 如果checkbox不打勾, word excel 取在线文件时候就会验证通不过.

这只是个临时解决方案. 希望能找到更好的办法.

 

 

Wednesday, April 09, 2008 10:02:01 PM (中国标准时间, UTC+08:00)  #    Disclaimer  |  Comments [0]  | 
 Sunday, April 06, 2008

安装 wss 3.0, 如果用Basic模式, 系统会给你装个缺省 sqlserver 2005 embedded edition, instance 是: MICROSOFT##SSEE

但是这个用sqlserver 管理没法用 机器名\MICROSOFT##SSEE 去连, 而是要用name pipe 连 \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query 

据说好多人被耍了.
Sunday, April 06, 2008 11:12:46 AM (中国标准时间, UTC+08:00)  #    Disclaimer  |  Comments [0]  |