上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页
摘要: from : http://msdn.microsoft.com/zh-cn/library/vstudio/system.diagnostics.contracts.pureattribute(v=vs.110).aspx 意义是:指示一个类型或方法为纯类型或纯方法,即它不进行任何可视的状态更改。 纯类型或纯方法 ,我真他妈不知道是什么意思,我google了一下,有人说,你不知... 阅读全文
posted @ 2013-02-06 15:20 张保维 阅读(454) 评论(0) 推荐(0) 编辑
摘要: from:http://efpatterns.codeplex.com/documentation 中规中矩的实现的 uow ,repository, 其中用到了 Afterthought 项目,有点小巧的感觉,这个项目值的看一下,其中,CacheableRepository 用到了过期策略.这点可以在以后用于项目中,将过期依赖改一下,比如 config文件的更改,然后自动更新static... 阅读全文
posted @ 2013-02-06 01:11 张保维 阅读(157) 评论(0) 推荐(0) 编辑
摘要: from:https://nuget.org/packages/Afterthought/1.0.8 site: https://github.com/vc3/Afterthought Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added... 阅读全文
posted @ 2013-02-06 00:14 张保维 阅读(226) 评论(0) 推荐(0) 编辑
摘要: http://msdn.microsoft.com/en-us/library/ms972319.aspx http://msdn.microsoft.com/en-us/library/ms972370.aspx 阅读全文
posted @ 2013-02-05 09:57 张保维 阅读(160) 评论(0) 推荐(0) 编辑
摘要: From: http://devlicio.us/blogs/jeff_perrin/archive/2006/12/13/the-specification-pattern.aspx Hot on the heels of my devastatingly fantastic post on an implementation of the Snapshot Pattern, I give y... 阅读全文
posted @ 2013-02-05 09:28 张保维 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 下面全部内容来源于MSDN: http://msdn.microsoft.com/en-us/data/jj591621.aspx This walkthrough will provide an overview Code First Migrations in Entity Framework. You can either complete the entire walkthro... 阅读全文
posted @ 2013-02-05 00:07 张保维 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 2012-2-4加入 http://thedatafarm.com/blog/ EF专家,写了几本关于EF方面的书,英文已经可以下载了。 阅读全文
posted @ 2013-02-04 23:58 张保维 阅读(105) 评论(0) 推荐(0) 编辑
摘要: from: http://thedatafarm.com/blog/data-access/digging-in-to-multi-tenant-migrations-with-ef6-alpha/ I wanted to give the new Multi-Tenant migration feature in the EF6 alpha (released Oct 30, 2012) a ... 阅读全文
posted @ 2013-02-04 23:54 张保维 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 一种模式,对多个DBContext的支持。 引自:http://stackoverflow.com/questions/6654355/multiple-dbcontexts-in-n-tier-application Giving your Factory and UnitOfWork a generic type parameter might be a solution: public... 阅读全文
posted @ 2013-02-04 22:39 张保维 阅读(376) 评论(0) 推荐(0) 编辑
摘要: public class Model { } public interface IRepository<TEntity> { /// <summary> /// Gets entity by key. /// </summary> /// <typeparam ... 阅读全文
posted @ 2013-01-30 11:11 张保维 阅读(225) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 31 下一页