using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 构造函数1{ class Program { static void
Main(strin...
分类:
其他好文 时间:
2014-05-20 02:22:09
阅读次数:
299
学习 ASP.NET MVC
也有一段时间了,打算弄个小程序练练手,做为学习过程中的记录和分享。首先,得确定需求,木有需求的话,那还搞个毛线呀!嗯……大致思考了一下,终于得出如下需求:1、能自定义分类2、能发文章OK!就这样,先从简单的开始(其实是复杂的不会做),后面有需要再添加(希望水平能达到)。...
分类:
Web程序 时间:
2014-05-20 02:12:40
阅读次数:
383
这是微软官方教程Getting Started with Entity Framework 6
Code First using MVC 5 系列的翻译,这里是第十二篇:为ASP.NET MVC应用程序使用高级功能原文:Advanced Entity
Framework 6 Scenarios fo...
分类:
Web程序 时间:
2014-05-19 21:59:01
阅读次数:
656
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 继承{ class Program { static void
Main(string[]...
分类:
其他好文 时间:
2014-05-19 21:40:41
阅读次数:
347
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 异常1{ class Program { static void
Main(string[...
分类:
其他好文 时间:
2014-05-19 20:39:32
阅读次数:
309
using System;using System.Collections.Generic;using
System.Linq;using System.Text;namespace 对象引用{ class Program { static void
Main(string...
分类:
其他好文 时间:
2014-05-17 14:30:19
阅读次数:
279
program.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace GroupBoxTest13
{
static class Program
{
///
/// 应用程序的...
分类:
其他好文 时间:
2014-05-16 01:56:45
阅读次数:
319
一.简介ALinq Dynamic 为ALinq以及Linq to SQL提供了一个Entiy
SQL的查询接口,使得它们能够应用Entity SQL 进行数据的查询。它的原理是将Entiy SQL解释为Linq表达式,再执行生成的Linq表达式。1.关于
Entity SQLEntity SQL是...
分类:
其他好文 时间:
2014-05-16 01:09:50
阅读次数:
253
这篇文章决定对最近一个单机版Web程序用到的东西总结一下。一、反射Linq之OrderBy
动态Linq结合反射对某字段排序:namespace 动态Linq{ class Program { static void Main(string[]
args) ...
分类:
其他好文 时间:
2014-05-16 00:40:13
阅读次数:
414
本篇简单回顾C#语言集合操作的变化,通过与Linq对等的面向对象的语法来认识Linq。Linq是Language Integrated Query,
初识Linq感觉跟SQL Server的Tsql很像,可以进行语言必备的逻辑操作,也可以实现对集合的直接查询。Net1.X时代C#不支持泛型,集合用元...
分类:
其他好文 时间:
2014-05-16 00:19:36
阅读次数:
427