
软件架构/Software Architecture
文章平均质量分 88
missautumn
孜孜不倦的程序员。
展开
-
RDBMS - Difference between Master and Transaction Table
IntroductionThere are two types of tables in a database system, master, and transactions. Identifying these tables during the database development is important to understand, how the system interacts with the database.Master TableDuring database ..转载 2022-05-05 02:19:07 · 239 阅读 · 0 评论 -
Walkthrough: POCO Template for the Entity Framework
原文转自:http://blogs.msdn.com/b/adonet/archive/2010/01/25/walkthrough-poco-template-for-the-entity-framework.aspxIt is now recommended to use the DbContext template described inthis blog post.转载 2013-10-29 21:56:52 · 1822 阅读 · 0 评论 -
DNN 7学习路径图
DNN7出来后对于一些新更新的技术还没有来得及去追。在7的更新中,我认为Services Framework以及DNN的DAL2是重中之重。不过关于学习这两个重大变更的学习资料差点找不到了,好不容易找回一部分。不敢藏私,先跟DNN的Fans一起共享一下同时也勉励自己要快速的跟进技术更新。DNN Web API/Service FrameworkService Framework原创 2014-03-24 00:58:36 · 2883 阅读 · 0 评论 -
Managing DbContext the right way with Entity Framework 6: an in-depth guide
Entity Framework 6 & DbContextScope VS UnitOfWork 的深度分析好文转载 2017-03-08 22:19:00 · 2409 阅读 · 0 评论