You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
inversion of control
About this tag
The tag inversion of control on WindowsForum.com covers discussions about IoC containers and their use in Microsoft development frameworks. Topics include the MVVM Light toolkit for Silverlight, WPF, and Windows Phone, which features IoC containers for dependency injection. Also covered is MVC Turbine, a plugin for ASP.NET MVC that bakes in inversion of control to auto-wire controllers, binders, view engines, and HTTP modules. These discussions focus on how IoC simplifies application architecture by decoupling components and reducing boilerplate code, allowing developers to concentrate on core application logic rather than infrastructure.
Laurent Bugnion of IdentityMine appears on the show to discuss his latest additions to the MVVM Light toolkit for both Silverlight, WPF, and Windows Phone. Laurent covers several new features, including IoC (Inversion of Control) containers, new ways to implement INotifyPropertyChanged using...
In this episode, Link Removed, ASP.NET Insider and MVP, joins Link Removed to talk about MVC Turbine. MVC Turbine is a plugin for ASP.NET MVC that has Inversion of Control baked in, along with auto-wires controllers, binders, view engines, http modules, and more, all from within your...