AspDotNetAtoms.com provides daily updates on ASP.NET Tutorials, Programming Resources, .NET Articles, Authors and more.

Categories

Recent Posts

Zero Config Dependency Injection : Castle Windsor Trunk Edition :

Tuesday, September 02 2008

This Framework Extension allows most of your registration/configuration in a dependency injection framework to be done 'automagically' when possible through declarative/AOP/Metadata driven rules and 'non-inference' based resolution of cases. For example, there are many instances where this will interrogate the run-time state of your app and make the correct decision on the registration of a component and/or resolution of a request for an implementation of a service. In other words, if you would like a property (say an autoproperty) to get injected with a Presenter (you are using the MVP pattern) you simply add an attribute to the property on the web page. The cool thing is you define your own rules, metadata, etc. (which you will see how to do)....

Read More:
Zero Config Dependency Injection : Castle Windsor Trunk Edition :
Also See:
File Denial : Steve C. Orr
Designing Application Using Test Driven Development Part 2 : Mohammad Azam
Pre-compiling the Site : Marco Bellinaso
Executing async task in asp.net : Andrea Colaci
State Management in ASP.NET : DSV Ramana

Post your comment

Comment