码迷,mamicode.com
首页 >  
搜索关键字:linq    ( 6890个结果
a helper class for generating xls or csv file
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.Office.Interop.Excel;namespace Reuters.ProcessQualit...
分类:其他好文   时间:2014-05-16 19:54:35    阅读次数:286
Asp.net动态生成表单
control.ascx using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls...
分类:Web程序   时间:2014-05-16 08:36:25    阅读次数:362
ashx文件中使用session提示“未将对象引用设置到对象的实例”
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Data;usingSystem.Web.SessionState;namespacefriends{//////Hand...
分类:其他好文   时间:2014-05-16 03:53:53    阅读次数:381
交换密钥与安全传输
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 using System.Security....
分类:其他好文   时间:2014-05-15 17:20:45    阅读次数:329
Linq:First FirstOrDefault
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace TestConsole{ ...
分类:其他好文   时间:2014-05-15 17:07:04    阅读次数:187
c#简单概念(面向对象,类)
好好学习c#代码,学了怎么调用类using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace robot{ class Program { static...
分类:其他好文   时间:2014-05-15 10:45:07    阅读次数:263
归并排序算法学习
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace MegreSort{ class Program { static void Main(s...
分类:其他好文   时间:2014-05-15 09:21:59    阅读次数:171
简单工厂模式
在学习简单工厂模式之前让我们先看看不用简单工厂模式所带来的不便把,我们以一个四则运算的计算器为例逐步的进行说明问题,首先先看看用面向程序的思想实现计算器的过程using System;using System.Collections.Generic;using System.Linq;using S...
分类:其他好文   时间:2014-05-14 13:00:49    阅读次数:244
silverlight的第一个程序
摘要:silverlight是微软公司全力打造的一种跨平台、跨浏览器的RIA新技术,silverlight以XAML为界面呈现语言,支持2D矢量图形、动画、数据绑定、控件风格与模板、LINQ、WCF、JSON、Socket和跨域访问等高级特性,对于互联网用户来说,Silverlight是一个安装简单...
分类:Web程序   时间:2014-05-14 12:07:14    阅读次数:369
LINQ 简单用法【1】
LINQ:Language INtegrated Query,语言集成查询。以下内容演示如何利用LINQ进行增加,修改,删除和查询操作,针对数据库。首先创建Linq Class。添加数据库信息,直接Add一个Connection,输入服务器和登录ID,测试连接成功。现在可以看到数据库里面的信息了,比...
分类:其他好文   时间:2014-05-13 20:46:42    阅读次数:333
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!