By tag: Castle
0
kicks
Dependency Injection in WCF Services
Javi explains the problems you may run into when applying Dependency Injection in your distributed service layer and some of the available solutions to get them around, mainly focusing WCF services.
0
kicks
Dependency Injection in WCF Services Part 2
In this second post of this series, Javi explains with an example how to apply Dependency Injection pattern in a WCF service using Castle and its WCF facility.
0
kicks
IoC Container Benchmark
Performance benchmark of Unity, Windsor, StructureMap and Spring.NET. Interesting.
0
kicks
So, how expensive is it to let Castle Windsor / Spring.NET make my obj
I was getting increasingly curious about the overhead of using a Dependency Injection-container to provide me with instances of my objects. With overhead I mean if and how much longer it takes for the DI container to provide me with the desired instance.
0
kicks
IoC and the Unity Application Block Once Again
Interesting post about IoC containers, comparing Castle Windsor Container, StructureMap and Unity.
0
kicks
Explicit Strongly Typed Selective Proxies (CORRECTED)
“How could I dynamically create a proxy around an object (interface based proxies are not a problem) and then selectively apply interceptors at a method by method level if necessary?”.
0
kicks
CodeMash Open Space Podcast: Open Source on .net
From the recent CodeMash conference: an Open Spaces talk discussing Open Source software on the .net platform - and WebDevRadio just happened to be there and got it all on tape... err, digitally recorded.
0
kicks
Foundations of Programming - Part 7 - Active Record by Karl Seguin
The author gives a short summary about what ActiveRecord is and explains the difference between Subsonic/Castle and a O/R mapper (nHibernate).
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor IV
Last article of the series. It tackles Lifestyles, facilities, lifecycles and release policy.
0
kicks
Essential MonoRail
Describes the bare minimum, essential code only, to get Caslte's MonoRail to render content. Visual Studio not needed.
0
kicks
Validation in Monorail
A simple how-to describing all that needs to be in place to enable both client and server side validation using Castle Monorail
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor III
Third article of a 4 parts series about IoC and DI with Castle Windsor Container. This article tackles configuration properties, includes, type converters, decorators and configuration conditional statements. Any feedback, questions, ratings are welcome and will be answered as soon as possible.
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor II
Second article of a 4 parts series about IoC and DI with Castle Windsor Container. This article continues the discussion initiated in the previous one and tackles compulsory and optional dependencies, component injection and collections.
Any feedback, questions, ratings are welcome and will be answ...
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor
First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC.
0
kicks
Castle ActiveRecord "Hello World"
...the simplest "Hello World" program for using Castle ActiveRecord...