前台
后台:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Net;usingSystem.Windows;usingSystem.Windows.Controls;usingSystem.Windo....
分类:
Web程序 时间:
2014-05-23 07:21:31
阅读次数:
296
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace SU{ /// /// 中文转拼音 /// public class
PinYin ...
分类:
其他好文 时间:
2014-05-23 06:46:51
阅读次数:
395
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-05-23 03:42:43
阅读次数:
353
using System;using System.Collections.Generic;using
System.Data.Entity.Infrastructure;using System.Linq;using
System.Linq.Expressions;using System.Tex...
分类:
其他好文 时间:
2014-05-22 16:50:46
阅读次数:
266
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.IO;using System.Linq;usi...
分类:
其他好文 时间:
2014-05-22 16:45:22
阅读次数:
187
MongoDB C# Driver是官方提供的.NET C#驱动。 Getting
Started with the C# Driver C# Driver Tutorial C# Driver LINQ Tutorial Serialize
Documents with the C# Driver...
分类:
数据库 时间:
2014-05-21 20:28:24
阅读次数:
446
1.介绍 该教程涵盖了1.8版本的C#驱动中的LINQ查询。你可能已经阅读最新的C#
Driver Tutorial。 2.快速开始 首先,给程序添加下面的using声明 using
MongoDB.Driver.Linq;然后,像往常一样,获取一个collection的引用变量:var colle...
分类:
其他好文 时间:
2014-05-21 19:14:39
阅读次数:
385
Entity Framwork(实体框架,简称EF)是ORM(Object Relational
Mapping,对象映射关系)的一个解决方案。EF允许项目将数据库的表映射为实体,并封装了操作方法,方便开发人员直接操作数据库。EF有三种开发模式,分别是:Database
First(数据库先行): ...
分类:
其他好文 时间:
2014-05-21 18:15:01
阅读次数:
632
今天在工作中走了很多的弯路,仔细回想下
是自己的基础知识太薄弱了,很多知识点都是似是而非的状态,一知半解的,比如
linq中的entity.select(e=>e.Name).contians("sa")
竟然不知道到底返回的是社么类型,要有的专业精神还有就是sql的类型装换,完全没有印象了 se....
分类:
其他好文 时间:
2014-05-21 18:04:41
阅读次数:
238
概述
本节主要讲解扩展方法,涉及LinQ的具体知识不多。
扩展方法的描述
.net framework为编程人员提供了很多的类,很多的方法,但是,不论.net
framework在类中为我们提供了多么多的方法,有时候仍然不能满足我们的需求,例如:你想让字符串对象具有ToPascal方法,含义就是将字符串转化为Pascal格式,并返回,我们知道,.ne...
分类:
其他好文 时间:
2014-05-21 15:00:25
阅读次数:
238