码迷,mamicode.com
首页 >  
搜索关键字:collections    ( 9831个结果
wcf事务
wcf服务using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Service...
分类:其他好文   时间:2014-06-18 19:06:34    阅读次数:222
【DDD-Apwork框架】事件总线和事件聚合器
第一步:事件总线和事件聚合器 【1】事件总线IEventBus IUnitOfWork.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading...
分类:其他好文   时间:2014-06-18 16:58:56    阅读次数:1005
使用wcf的双工模式做的一个控制台聊天app
//wcf 服务using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Serialization;using System.ServiceModel;using System.Serv...
分类:移动开发   时间:2014-06-18 16:04:35    阅读次数:335
Dijistra(C#)
支持有向与无向图DijistraSeach.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Dijis...
分类:其他好文   时间:2014-06-18 15:21:20    阅读次数:270
SqlHelper
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Configuration;using System.Data;using System.Data.SqlCli...
分类:数据库   时间:2014-06-18 14:01:42    阅读次数:156
MVC中CheckBoxList的3种实现方式
比如,当为一个用户设置角色的时候,角色通常以CheckBoxList的形式呈现。用户和角色是多对多关系: using System.Collections.Generic;using System.ComponentModel.DataAnnotations;namespace MvcApplica...
分类:Web程序   时间:2014-06-18 13:16:49    阅读次数:250
WebService中实现上传下载文件
不多说,直接看代码:/*上传文件的WebService*/using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Data;usin...
分类:Web程序   时间:2014-06-17 21:32:10    阅读次数:219
C# TreeView 树节点:递归显示整个系统盘符文件目录及文件
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace Demo{/// /// 有关...
分类:其他好文   时间:2014-06-17 13:50:08    阅读次数:709
Entity Framework 泛型使用
因为增删改查是我们常用到的方法,我们不可能每个数据模型都去完成增删改查,这样的办法太笨拙了。我们可以写个父类(包含增删改查),然后让所有的数据模型类继承该父类。那就要求我们的父类必须使用泛型来实现。 1 using System; 2 using System.Collections.Gener.....
分类:其他好文   时间:2014-06-17 13:47:00    阅读次数:180
[Unity菜鸟] 摄像机
1.摄像机围绕物体旋转using UnityEngine;using System.Collections;public class CameraVirtual : MonoBehaviour{ //旋转的物体 public GameObject building; //用来记录鼠...
分类:其他好文   时间:2014-06-17 13:24:17    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!