Tuesday, May 18, 2010

Separation of Concerns with Policy Injection Application Block

http://blogs.msdn.com/sunilkum/archive/2008/07/15/separation-of-concerns-with-policy-injections.aspx

(...)
Introduction
Cross-Cutting Concerns: In computer science vocabulary, cross-cutting concerns are aspects of a program which affect (crosscut) other concerns. These concerns often cannot be cleanly decomposed from the rest of the system in both the design and implementation, and result in either scattering or tangling of the program, or both.
(...)

Tripping over logs: A story of Unity - Part 1

http://www.sadev.co.za/content/tripping-over-logs-story-unity-part-1

AOP in .NET with Unity Interception Model

http://mint.litemedia.se/2009/10/30/aop-in-net-with-unity-interception-model/

Registering Policy Injection Components

http://msdn.microsoft.com/en-us/library/ff660881(PandP.20).aspx

Unity Interception Extension and RemotingPolicyInjector Screencast - Unity Tutorials

http://www.pnpguidance.net/screencast/UnityInterceptionExtensionRemotingPolicyInjectorScreencastUnityTutorials.aspx

Monday, May 17, 2010

Débuter avec Unity

http://wilfriedwoivre.wordpress.com/2010/03/05/dbuter-avec-unity/
(...)
Unity est un concept de développement, disponible dans les Enterprise Library de Microsoft, en version 4.1 lors de l’écriture de cet article. Unity sert à effectuer de l’IoC (Inversion de contrôle) sur les composants que l’on souhaite.
(...)