文章 2017-11-20 来自:开发者社区

上接稳扎稳打Silverlight(24) - 2.0通信之Socket, 开发一个多人聊天室

  Main.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System...

文章 2017-11-20 来自:开发者社区

上接游戏人生Silverlight(4) - 连连看[Silverlight 2.0(c#)]

/// <summary>                 /// 获取指定的 CardPoint 的 Y 轴方向上的所有 ImageName 为 Global.EmptyImageName 的 CardPo...

文章 2017-11-16 来自:开发者社区

上接稳扎稳打Silverlight(20) - 2.0通信之WebClient, 以字符串的形式上传/下载数据

2、以字符串的形式和流的形式上传数据REST.cs(WCF创建的用于演示以字符串的形式和流的形式上传数据的REST服务) using System; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; usi...

文章 2017-11-14 来自:开发者社区

上接稳扎稳打Silverlight(19) - 2.0通信之调用REST服务,处理JSON格式, XML格式, RSS/ATOM格式的数据

2、调用 REST 服务,返回 XML 数据REST.cs(WCF创建的REST服务) using System; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using Syst...

文章 2017-11-14 来自:开发者社区

上接游戏人生Silverlight(1) - 七彩俄罗斯方块[Silverlight 2.0(c#)]

/// <summary>                 /// 变形           &n...

文章 2017-11-08 来自:开发者社区

上接游戏人生Silverlight(6) - 贪吃蛇[Silverlight 3.0(c#)]

/// <summary>                 /// 生成豆           &...

文章 2017-11-07 来自:开发者社区

上接稳扎稳打Silverlight(26) - 2.0线程之Lock, Interlocked, EventWaitHandle, Monitor

3、EventWaitHandle.xaml &lt;UserControl x:Class="Silverlight20.Thread.EventWaitHandle"&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presenta...

文章 2017-11-07 来自:开发者社区

上接游戏人生Silverlight(2) - 趣味钢琴[Silverlight 2.0(c#)]

3、乐谱提示动画AnimationMusicBook.xaml.cs using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Windows; using&nb...

文章 2017-11-06 来自:开发者社区

上接稳扎稳打Silverlight(11) - 2.0动画之ColorAnimation, DoubleAnimation, PointAnimation

4、KeyFrame.xaml &lt;UserControl x:Class="Silverlight20.Animation.KeyFrame"&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&nbsp;...

文章 2017-11-06 来自:开发者社区

上接稳扎稳打Silverlight(17) - 2.0数据之详解DataGrid, 绑定数据到ListBox

2、DataGrid02.xaml &lt;UserControl x:Class="Silverlight20.Data.DataGrid02"&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"&nbsp;&...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。