
Software Design
文章平均质量分 79
riverlau
这个作者很懒,什么都没留下…
展开
-
Inversion of Control and Dependency Injection with Castle Windsor Container
http://stackoverflow.com/questions/3058/what-is-inversion-of-control The Inversion of Control (IoC) and Dependency Injection (DI) patterns are all about removing dependencies from your code. F转载 2011-11-11 00:08:54 · 827 阅读 · 0 评论 -
How I explained OOD to my wife
http://www.codeproject.com/Articles/93369/How-I-explained-OOD-to-my-wife Introduction My wife Farhana wants to resume her career as a software developer (she started her career as a software d转载 2013-06-20 16:56:11 · 905 阅读 · 0 评论 -
Inversion of Control/Dependency Injection with Repository Pattern, Fluent Nhibernate, and LightCore
http://www.codeproject.com/Articles/223360/Inversion-of-Control-Dependency-Injection-with-Rep Introduction First let me say that the more we reuse existing code in our systems and applications the转载 2012-10-16 23:44:54 · 854 阅读 · 0 评论 -
Custom Global Application Culture & DateTime.Parse
http://www.codeproject.com/Articles/19762/Custom-Global-Application-Culture Introduction Many of the times, developers code their application and forget that different systems can have different转载 2012-09-09 11:42:06 · 473 阅读 · 0 评论 -
C# 用Attribute实现AOP事务
http://www.cnblogs.com/over140/archive/2009/01/07/1371307.html 前言 使用Attribute来实现方法级别事务一直是我的梦想,浅谈Attribute [C# | Attribute | DefaultValueAttribute]有体现我的无奈,Attribute确实是真真切切的非侵入式的东西(其实我是转载 2012-08-02 00:33:08 · 879 阅读 · 0 评论 -
Using Repository and Unit of Work patterns with Entity Framework 4.0
http://blogs.msdn.com/b/adonet/archive/2009/06/16/using-repository-and-unit-of-work-patterns-with-entity-framework-4-0.aspx If you have been watching this blog, you know that I have been discussi转载 2012-07-26 23:12:29 · 748 阅读 · 0 评论 -
Inversion of Control
http://joelabrahamsson.com/entry/inversion-of-control-introduction-with-examples-in-dotnet http://joelabrahamsson.com/entry/inversion-of-control-its-broader-than-just-injecting-components An Examp转载 2012-07-26 10:31:25 · 378 阅读 · 0 评论 -
关于Repository模式
关于Repository模式 http://www.cnblogs.com/dudu/archive/2011/05/25/repository_pattern.html 定义(来自Martin Fowler的《企业应用架构模式》): Mediates between the domain and data mapping layers using a collectio转载 2012-07-23 22:15:25 · 549 阅读 · 0 评论 -
C# Preprocessor Directives - #If & # endif
http://msdn.microsoft.com/en-us/library/4y6tbswk.aspx When the C# compiler encounters an #if directive, followed eventually by an #endif directive, it will compile the code between the directive原创 2011-11-11 00:44:31 · 135 阅读 · 0 评论 -
Implementing Policy Injection in ASP.NET Applications
http://www.codeguru.com/csharp/.net/article.php/c17807 Introduction Policy Injection Block was introduced in Enterprise Library 3.0 and makes use of aspect oriented programming concepts to add转载 2011-11-10 23:05:45 · 516 阅读 · 0 评论 -
AOP - Interception with Unity 2.0
http://www.palmmedia.de/Blog/2010/9/26/aop-interception-with-unity-20 Blog > AOP - Interception with Unity 2.0 AOP - Interception with Unity 2.0 Unity is a well known dependency injection conta转载 2013-09-04 23:27:53 · 1020 阅读 · 0 评论