Sean McAlinden's Blog
Sign in
|
Join
Home
About
RSS
Atom
Search
Tags
.NET
.NET 4
.NET MVC HELPERS
64 BIT
AJAX
AJAX PROGRESS BAR
AOP
ASP.NET
ASP.NET MVC
ASP.NET MVC HELPERS
ASPECT ORIENTATED PROGRAMMING
ASYNCHRONOUS PROGRAMMING
Atom
AUTOCOMPLETE
C#
Custom ActionResult
CUSTOM ATTRIBUTES
Database
DEPENDENCY INJECTION
Design by contract
DI
Document Database
DYNAMIC PROXY
EMBEDDED RESOURCE
Expression Trees
FLUENT INTERFACE
General Software Development
IIS 7.5
INVERSION OF CONTROL
IoC
Isolated Storage
JQUERY
lambda expression
Mobile
Mobile Development
MODEL METADATA
MVC 2
MVC HELPER CONTROLS
MVC HELPERS
RSS
Silverlight
Silverlight Development
Silverlight for Windows Phone
Silverlight Isolated Storage
SPRING.NET
STRONGLY TYPED MVC HELPERS
Syndication
SyndicationFeed
TDD
Unit Testing
Visual Studio
Windows 7 Phone
windows 7 phone database
Windows 7 Phone Development
Windows Phone 7
Windows Phone 7 Database
Windows Phone 7 Development
Sponsors
advertise here
Navigation
Home
Blogs
Archives
December 2010 (10)
November 2010 (6)
October 2010 (6)
August 2010 (1)
June 2010 (2)
March 2010 (4)
February 2010 (1)
January 2010 (2)
December 2009 (2)
November 2009 (3)
October 2009 (3)
January 2010 - Posts
1
Comments
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...
Filed under:
C#
,
.NET
,
DI
,
INVERSION OF CONTROL
,
IoC
,
SPRING.NET
,
DEPENDENCY INJECTION
,
TDD
7
Comments
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...
Filed under:
General Software Development
,
ASP.NET
,
C#
,
.NET
,
DI
,
INVERSION OF CONTROL
,
ASP.NET MVC
,
IoC
,
SPRING.NET
,
DEPENDENCY INJECTION
,
Unit Testing
,
TDD
,
FLUENT INTERFACE
More Posts