I have read this http://stackoverflow.com/questions/386535/code-your-own-ioc-container and searched the internet on creating an own ioc container. I don't understand any of the "simple" examples because it's flooded with jargons (why use "resolve" instead of just create method ?) and none shows an example without ioc and refactor it to iOC.
So can someone does something like that in less than 50 lines of code if possible ?