Videos tagged with Ninject


DimeCasts.Net #99: Creating SOLID Code: Refactoring the SOLID episode on DI to use StructureMap

DimeCasts.Net #99: Creating SOLID Code: Refactoring the SOLID episode on DI to use StructureMap

Posted in Frameworks, Companies, Development

In this episode we are going to take another look at Episode 96 (Dependency Inversion Principle) and add in the usage of StructureMap.In the original episode Stephan kept the code simple and on point by showing how to do DI by hand. In this episode I am going to show you how to take that up a notch and use an IoC container to make life a little simpler

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, Ninject, Derik Whittaker, Codebetter.com, SOLID Principle, Broadcasting, Screencasts, Development, ...




DimeCasts.Net #30: Diving Deeper into Ninject - Contextual Binding

DimeCasts.Net #30: Diving Deeper into Ninject - Contextual Binding

Posted in Frameworks, Companies, Development

In this episode we will walk you through how to use the Ninject IoC (Inversion of Control) Container for contextual binding. Contextual binding is the ability to register more than one binding (object or interface) for a given type. You can then at runtime determine which type you would like by asking for that type.

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, Ninject, IoC


DimeCasts.Net #27: Introduction to the Ninject IoC Container

DimeCasts.Net #27: Introduction to the Ninject IoC Container

Posted in Frameworks, Companies, Development

In this episode we will walk you through how to use the Ninject IoC (Inversion of Control) Container. This episode will also review the basics of the Strategy Pattern as it is critical to IoC. By the end of this episode you should have a basic understanding of how to use Ninject in your application

Tags: Frameworks, Microsoft, .NET Framework, DimeCasts.Net, Dependency Injection, Ninject, IoC