摘要: Repository.cs using System.Collections.Generic;using System.Linq;using System.Linq.Expressions;using System.Data.Objects;using System.Data.Common;using System.Transactions;namespace System.Data.Entity{ public class Repository<TEntity> : IDisposable where TEntity : class { #region 私有属性 private 阅读全文
posted @ 2013-02-04 17:09 韩志胜 阅读(253) 评论(0) 推荐(0)
摘要: 最近一直在深入研究Membership权限管理,欢迎探讨。 阅读全文
posted @ 2013-02-04 16:56 韩志胜 阅读(232) 评论(0) 推荐(0)