Unity IoC - Dependency Injection in ASP.NET MVC Framework Screencast
 |
Unity IoC and ASP.NET MVC Screencast
This screencast shows step-by-step how to add the Unity IoC Container to an ASP.NET MVC Framework Application to create controllers and inject their dependencies. It discusses DefaultControllerFactory, IControllerFactory, ControllerBuilder, and registering and resolving types with IUnityContainer.
The screencast highlights:
- ASP.NET MVC Framework.
- Unity IoC.
- Dependency Injection of Controllers.
- UnityContainer RegisterType and Resolve Methods.
- DefaultControllerFactory and IControllerFactory.
Download ( 15MB, 10min WMV File ) |
Unity IoC - Dependency Injection in ASP.NET MVC Framework Screencast Show Notes
You can find blog posts with code samples for this screencast at the following links:
Tags:
DependencyInjection,
EnterpriseLibrary4,
IoC,
MVC,
Unity