1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托复习 8 {.....
分类:
其他好文 时间:
2014-06-18 22:04:02
阅读次数:
118
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
emdx文件解读:ssdl描述有什么表csdl描述有什么实体edmx:Mapping 映射关系 用EF实现简单的查询操作://Linq:【link】select * from UserInfo where Id();foreach (var u in dbContext.UserInfo){ if....
分类:
其他好文 时间:
2014-06-18 17:53:45
阅读次数:
293
第一步:事件总线和事件聚合器 【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 服务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
支持有向与无向图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
有重复数据主要有一下几种情况:1.存在两条完全相同的纪录 这是最简单的一种情况,用关键字distinct就可以去掉 example: select distinct * from table(表名) where (条件)2.存在部分字段相同的纪录(有主键id即唯一键) 如果是这种...
分类:
其他好文 时间:
2014-06-18 15:08:18
阅读次数:
173
今天来写一点不一样的删除,修改,查询下面只写了几个方法 1 /// 2 /// 根据删除条件进行删除 3 /// 4 /// 5 public void remove(System.Linq.Expressions...
分类:
其他好文 时间:
2014-06-17 14:16:16
阅读次数:
153
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
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Sy...
分类:
其他好文 时间:
2014-06-16 14:22:40
阅读次数:
281