Browse by Tags

All Tags » INVERSION OF CONTROL (RSS)

Creating a dynamic proxy generator with c# – Part 4 – Calling the base method by SeanMcAlinden

Creating a dynamic proxy generator with c# – Part 1 – Creating the Assembly builder, Module builder and caching mechanism Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design Creating a dynamic proxy generator with c# – Part 3 – Creating...

Creating a dynamic proxy generator with c# – Part 3 – Creating the constructors by SeanMcAlinden

Creating a dynamic proxy generator with c# – Part 1 – Creating the Assembly builder, Module builder and caching mechanism Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design Creating a dynamic proxy generator with c# – Part 4 – Calling...

Creating a dynamic proxy generator with c# – Part 2 – Interceptor Design by SeanMcAlinden

Creating a dynamic proxy generator with c# – Part 1 – Creating the Assembly builder, Module builder and caching mechanism Creating a dynamic proxy generator with c# – Part 3 – Creating the constructors Creating a dynamic proxy generator with c# – Part...

Excellent introduction to building a dependency injection container by SeanMcAlinden

I happened to follow one of the ping backs from my recent blog on a small IoC container I’ve started working on called RapidIoc and found an excellent article on how to build a simple container (which was kind enough to reference my project). If anyone...

Custom IoC Container for Dependency Injection with an Asp.Net Mvc website usage example by SeanMcAlinden

I’ve recently been working on some mvc helper controls and wanted to use TDD for both aiding the design and having a test harness for the future. In order to aid the use of tdd and improve the overall design I wanted to utilise dependency injection. There...

Set up Spring.Net IoC with ASP.Net MVC by SeanMcAlinden

There are a number of steps required for setting up Spring.Net IoC with ASP.Net MVC and it can be a little tricky getting it up and running the first time so I thought I’d document a basic working set up. The first step is to make sure you’re including...
More Posts