Search result for "dependency injection"
Dependency Injection with Autofac – A Primer
Before Autofac… I’ve written before about IoC and dependency injection, but these are older posts and my perspective and experienceRead the Rest…
Dependency Injected Singletons… What?
Background Previously I wrote a bit about singletons. I’m not afraid to say that I think singletons have a timeRead the Rest…
Stitching – Combining Unity3D And Autofac
Before We Talk About Stitching… In Unity3D, the scripts we write and attach to GameObjects inherit from a base classRead the Rest…
Using Autofac With Unity3D
Why Consider Using Autofac With Unity3D? I think using a dependency injection framework is really valuable when you’re building aRead the Rest…
Part 1 – Exploring Graphs and Trees
Graphs and Trees to Start I was chatting with my colleague about generating maps for a 2D role playing gameRead the Rest…
ProjectXyz: Enforcing Interfaces (Part 2)
Enforcing Interfaces This is my second installment of the series related to my small side project that I started. IRead the Rest…
ProjectXyz: Why I Started a Side Project (Part 1)
ProjectXyz Alright, I’ll admit it… Even for a placeholder name on a side project it’s pretty terrible, right? Well, myRead the Rest…
Autofac Modules and Code Organization
What are Autofac Modules? I’ve been writing a little bit about Autofac and why it’s rad, but today I wantRead the Rest…