using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespace
ConsoleApplication1{ class Program { static void Main(stri...
分类:
其他好文 时间:
2014-05-12 11:46:04
阅读次数:
215
最近都在做linq+ext.net的开发。这两天想学习下MVC和ef,刚好,在看ext.js的时候也喜欢上了esayui,所以就想用mvc+ef+esayui做一个汽车网后台管理来加强下。在这里也把我的经验和大家分享下。好了开始项目的准备工作,先准备下EsayUI的一些文件,可以到http://ww...
分类:
Web程序 时间:
2014-05-12 08:10:33
阅读次数:
721
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Windows;using
System.Windows.Controls;using System.Wind...
分类:
其他好文 时间:
2014-05-12 04:19:45
阅读次数:
244
将Object转换为XDocment对象代码如下:C# – Object to XDocument 1
using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using
System.Text; 5 usin...
分类:
Web程序 时间:
2014-05-12 04:11:31
阅读次数:
371
前台:[切记:每个表单元素, 都应该带有name,
否则是取不到的。]姓名:密码:性别:男女爱好:足球象棋留言:+|籍贯:后台:[csharp] view
plaincopyusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;us...
分类:
Web程序 时间:
2014-05-12 02:35:07
阅读次数:
473
参考资料:《大话设计模式》//模板方法模式--处理问题的步骤相同,但步骤的实现不同using
System;using System.Collections.Generic;using System.Linq;using
System.Text;namespace ds_templatemethod...
分类:
其他好文 时间:
2014-05-10 05:19:04
阅读次数:
322
参考资料:《大话设计模式》简单工厂模式://////简单工厂模式实验,2014.05.07---通过工厂类实例化对象///using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespa...
分类:
其他好文 时间:
2014-05-10 05:16:31
阅读次数:
332
参考资料《大话设计模式》using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespace
ds_proxy{ class Program { static ...
分类:
其他好文 时间:
2014-05-10 05:15:33
阅读次数:
290
介绍 LINQ
Language-Integrated Query (LINQ,语言集成查询)是下一代.NET 数据访问技术,它借鉴了很多函数编程的概念,因此,它非常适合 F#。
本质上,LINQ 是一组处理集合的库,它实现操作IEnumerable 接口,在这方面,非常像 F# 的序列(Seq)模块,我们在第七章中讨论过。其核心是通过这些库查询在内存中的集合,它可以是数据库,也可以 X...
分类:
其他好文 时间:
2014-05-10 04:51:48
阅读次数:
289
使用 LINQ to XML
LINQ to XML 的目标是提供 XML 对象模型,能够很好地以LINQ 的函数风格进行编程。表 9-4 汇总了这个命名空间中的重要类。
表 9-4 由 LINQ to XML 提供的类
类名
父类
描述
XNode
这个类提供了应用于 XML 文档中的所有结点的基础功...
分类:
其他好文 时间:
2014-05-10 03:48:48
阅读次数:
286