-
***** UPDATE ***** If you would like to see a video on this topic check out Episode 194 @ Dimecasts.Net ******************* When building out a Silverlight application (or WPF application for that matter) the MVVM pattern is the pattern of choice for most projects I am aware of. When using MVVM...
-
Ok, this is just a cool little feature I found in Ninject today and I am 100% sure I may be the last person on the planet to find this but who cares. today as I was trying to get IoC implemented in our application at work I ran across the need to bind a type to an existing singleton in our application...
-
***** NOTE: This post was created because other posts on the net are outdated and the ninject libraries have changed. ***** When using any type of IoC container one of your goals needs to be to remove as much friction and ceremony as possible. One way to do this with an IoC container is to use...