摘要: 1. IEnumerable IEnumerable :对于在内存中集合上运行的方法,返回的可枚举对象将捕获传递到方法的参数。在枚举该对象时,将使用查询运算符的逻辑,并返回查询结果。 IEnumerable在.Net2.0引入。 IEnumberable使用的是LINQ to Object方式... 阅读全文
posted @ 2015-07-25 23:57 libingql 阅读(2558) 评论(2) 推荐(1) 编辑
摘要: 1. sessionState的4种mode模式 在ASP.NET中Session的sessionState的4中mode模式:Off、InProc、StateServer及SqlServer。2. Off模式 关闭模式,即不需要使用Session。 单个页面关闭Session:3. InPr... 阅读全文
posted @ 2015-07-25 13:43 libingql 阅读(17408) 评论(0) 推荐(5) 编辑