Skip to content

w0rd-driven/funq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funq: a fast DI container you can understand

Import notes:

Forked from http://funq.codeplex.com

This was imported improperly by hg-git and my n00bness to force a disconnected head

Codeplex documentation:

Project Description This project provides a high performance DI framework by eliminating all runtime reflection through the use of lambdas and generic functions as factories.

Developed entirely in C# using TDD, it's a container you can crack open and actually understand to the core.

To follow the entire process of creating Funq applying test-driven development, make sure you watch the Funq Screencast Series

Read the Getting Started guide.