<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_YJingLee's Blog_分类_Silverlight</title><id>http://feed.cnblogs.com/blog/u/23571/category/113400/rss</id><updated>2012-06-04T17:34:59Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/category/113400.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/23571/category/113400/rss"/><entry><id>http://www.cnblogs.com/lyj/archive/2010/11/01/the-future-of-silverlight.html</id><title type="text">Silverlight的未来[译文]</title><summary type="text">自从微软专业开发者大会PDC10结束之后，网络上关于Silverlight被抛弃之说甚嚣尘上，拜读ZDNet访问BobMu的原文。Silverlight Team在2010年9月1日发表的博文"Silverlight的未来"目前也许微软公司对外正式的回应。</summary><published>2010-11-01T10:58:00Z</published><updated>2010-11-01T10:58:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2010/11/01/the-future-of-silverlight.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2010/11/01/the-future-of-silverlight.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/04/26/1172474.html</id><title type="text">Silverlight 2 (beta1)数据操作(7)——调用FlickR REST APIs来查询图片</title><summary type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。这篇文章翻译自Brad Abrams的Silverlight FlickR Example介绍如何调用FlickR REST APIs来查询图片。</summary><published>2008-04-26T12:40:00Z</published><updated>2008-04-26T12:40:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/04/26/1172474.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/04/26/1172474.html"/><content type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。这篇文章翻译自Brad Abrams的Silverlight FlickR Example介绍如何调用FlickR REST APIs来查询图片。</content></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/04/23/1167852.html</id><title type="text">Silverlight 2 (beta1)数据操作(6)——使用LINQ to SQL进行数据CRUD操作(下)</title><summary type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。 这篇文章介绍如何在Silverlight 2 beta 1中使用LINQ to SQL进行数据CRUD操作。</summary><published>2008-04-23T09:23:00Z</published><updated>2008-04-23T09:23:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/04/23/1167852.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/04/23/1167852.html"/><content type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。 这篇文章介绍如何在Silverlight 2 beta 1中使用LINQ to SQL进行数据CRUD操作。</content></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/04/21/1164713.html</id><title type="text">Silverlight 2 (beta1)数据操作(5)——使用LINQ to SQL进行数据CRUD操作(上)</title><summary type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。这篇文章介绍如何在Silverlight 2 beta 1中使用LINQ to SQL进行数据CRUD操作。</summary><published>2008-04-21T14:57:00Z</published><updated>2008-04-21T14:57:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/04/21/1164713.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/04/21/1164713.html"/><content type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。这篇文章介绍如何在Silverlight 2 beta 1中使用LINQ to SQL进行数据CRUD操作。</content></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/04/17/1158346.html</id><title type="text">Silverlight 2 (beta1)数据操作(4)——调用WCF进行数据CRUD操作</title><summary type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。这篇文章介绍如何在Silverlight 2 beta 1中调用WCF进行数据CRUD操作。</summary><published>2008-04-17T08:37:00Z</published><updated>2008-04-17T08:37:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/04/17/1158346.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/04/17/1158346.html"/><content type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。这篇文章介绍如何在Silverlight 2 beta 1中调用WCF进行数据CRUD操作。</content></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/04/11/1149136.html</id><title type="text">Silverlight 2 (beta1)数据操作(3)——使用ADO.NET Data Service (Astoria)进行数据CRUD操作</title><summary type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。这篇文章介绍如何在Silverlight 2 beta 1中使用ADO.NET Data Service (Astoria)进行数据CRUD操作。</summary><published>2008-04-11T14:07:00Z</published><updated>2008-04-11T14:07:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/04/11/1149136.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/04/11/1149136.html"/><content type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。这篇文章介绍如何在Silverlight 2 beta 1中使用ADO.NET Data Service (Astoria)进行数据CRUD操作。</content></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/04/09/1145836.html</id><title type="text">Silverlight 2 (beta1)数据操作(2)——使用ASP.NET Web Service进行数据CRUD操作(下)</title><summary type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。本篇文章介绍如何在Silverlight 2 beta 1中使用ASP.NET Web Service进行数据CRUD操作。</summary><published>2008-04-09T14:39:00Z</published><updated>2008-04-09T14:39:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/04/09/1145836.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/04/09/1145836.html"/><content type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。本篇文章介绍如何在Silverlight 2 beta 1中使用ASP.NET Web Service进行数据CRUD操作。</content></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/04/09/1145828.html</id><title type="text">Silverlight 2 (beta1)数据操作(1)——使用ASP.NET Web Service进行数据CRUD操作(上)</title><summary type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。本篇文章介绍如何在Silverlight 2 beta 1中使用ASP.NET Web Service进行数据CRUD操作。</summary><published>2008-04-09T14:35:00Z</published><updated>2008-04-09T14:35:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/04/09/1145828.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/04/09/1145828.html"/><content type="text">Silverlight 2支持JSON、Web Service、WCF以及Sockets等新特性对数据CRUD操作，这个系列用实例结合数据库一步一步的图文描述来学习一下Silverlight 2 beta 1中进行数据库的CRUD操作方面的实战能力。本篇文章介绍如何在Silverlight 2 beta 1中使用ASP.NET Web Service进行数据CRUD操作。</content></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/03/20/1115442.html</id><title type="text">VS2008中文版安装ASP.NET 3.5 Extensions模板遗失解决方法</title><summary type="text">下载ASPNetExt.exe安装后，在Visual Studio Team System 2008简体中文版里没有出现ASP.NET Extensions Preview 2项目模板，本篇图文结合分享一下解决方法。</summary><published>2008-03-20T14:19:00Z</published><updated>2008-03-20T14:19:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/03/20/1115442.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/03/20/1115442.html"/><content type="text">下载ASPNetExt.exe安装后，在Visual Studio Team System 2008简体中文版里没有出现ASP.NET Extensions Preview 2项目模板，本篇图文结合分享一下解决方法。</content></entry><entry><id>http://www.cnblogs.com/lyj/archive/2008/03/07/1094975.html</id><title type="text">ASP.NET 3.5 Extensions、Expression Studio和Silverlight、IE 8 Preview 发布及学习资源、安装问题汇总</title><summary type="text">微软昨天在MIX08大会发布了ASP.NET Extensions Preview 2、ASP.NET MVC Preview 2、Silverlight 2 Beta1、Expression Studio 2.0 Beta、Expression Blend 2.5 March 2008 Preview、IE 8 Beta 1一系列的产品。这篇文章介绍一下相关学习资源和安装出现问题。</summary><published>2008-03-07T05:36:00Z</published><updated>2008-03-07T05:36:00Z</updated><author><name>李永京</name><uri>http://www.cnblogs.com/lyj/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lyj/archive/2008/03/07/1094975.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lyj/archive/2008/03/07/1094975.html"/><content type="text">微软昨天在MIX08大会发布了ASP.NET Extensions Preview 2、ASP.NET MVC Preview 2、Silverlight 2 Beta1、Expression Studio 2.0 Beta、Expression Blend 2.5 March 2008 Preview、IE 8 Beta 1一系列的产品。这篇文章介绍一下相关学习资源和安装出现问题。</content></entry></feed>
