﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Mats Helander commented on Building an IoC container in 15 lines of code</title><description>Why do you have a configuration part? Why not just register a Config object and use? Would cut your IoC container down even further! :-)
  
  
/Mats
</description><link>http://ayende.com/2886/building-an-ioc-container-in-15-lines-of-code#comment3</link><guid>http://ayende.com/2886/building-an-ioc-container-in-15-lines-of-code#comment3</guid><pubDate>Tue, 23 Oct 2007 03:42:49 GMT</pubDate></item><item><title>kentaromiura commented on Building an IoC container in 15 lines of code</title><description>mmm I think a basic ioc container must consider 3 things
  
1) configuration
  
2) lifecycle
  
3) registering / istantiating
  
  
so this lacks in the 2nd point, but is a clever way to use delegates
  
</description><link>http://ayende.com/2886/building-an-ioc-container-in-15-lines-of-code#comment2</link><guid>http://ayende.com/2886/building-an-ioc-container-in-15-lines-of-code#comment2</guid><pubDate>Mon, 22 Oct 2007 17:52:56 GMT</pubDate></item><item><title>Sheraz commented on Building an IoC container in 15 lines of code</title><description>Rahien,
  
       just a small type
  
container.Configuration["email.sender.port"] = 1234;
  
should be
  
container.GetConfiguration["email.sender.port"] = 1234;
  
  
</description><link>http://ayende.com/2886/building-an-ioc-container-in-15-lines-of-code#comment1</link><guid>http://ayende.com/2886/building-an-ioc-container-in-15-lines-of-code#comment1</guid><pubDate>Mon, 22 Oct 2007 13:45:27 GMT</pubDate></item></channel></rss>