using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Mail;using System.Text;using System.Threading.Tasks;...
分类:
其他好文 时间:
2014-08-09 11:18:57
阅读次数:
221
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Xml;namesp...
分类:
其他好文 时间:
2014-08-09 02:25:47
阅读次数:
203
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class _Default : System.Web.UI.Page
{
pro...
分类:
其他好文 时间:
2014-08-09 00:11:56
阅读次数:
334
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace StringFormatEfficiency{ class Program { stati...
分类:
其他好文 时间:
2014-08-08 23:40:26
阅读次数:
293
最近学习EntityFramework,于是接触了LinqPad这款享誉已久的软件,深感相见恨晚。软件具体不多做介绍了,只简单介绍下使用方法。数据库操作添加数据库连接1,首先通过点击Add connection打开Choose Data Context窗口2,选择Defalt(LINQ to SQL...
分类:
其他好文 时间:
2014-08-08 20:45:26
阅读次数:
371
1.6 小结
这一章简要概述了函数式编程及其意义。我们介绍了声明式编程风格,可用于以函数风格写应用程序和库函数。声明式编程已有许多成功的应用,如 WPF 和 LINQ,而且,在 C# 3.0 中,能够用它来为其他类型的问题写函数式解决方案。
并行编程是现代软件开发展的一大挑战,使用函数方法能使问题显著容易,这要归功于不可变性和声明式编程。不可变性有助于写出正确、安全的代码;声明式编程能够...
分类:
其他好文 时间:
2014-08-08 18:12:26
阅读次数:
206
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Reflection;using System.IO;using Aspose.Cells;using Syst...
分类:
Web程序 时间:
2014-08-08 18:04:16
阅读次数:
371
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Runtime.CompilerServices;namespa...
分类:
编程语言 时间:
2014-08-08 17:52:06
阅读次数:
254
首先,要新建一个组件。using System;using System.Collections.Generic;using System.ComponentModel;using System.Diagnostics;using System.Linq;using System.Text;usin...
分类:
其他好文 时间:
2014-08-08 17:21:46
阅读次数:
456
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:
其他好文 时间:
2014-08-08 12:22:15
阅读次数:
267