By tag: Dependency
0
kicks
Tame Your Software Dependencies with DI & Common Service Locator Lib
Tame your software dependencies with the Microsoft Unity Application Block and Common Service Library Locator in your application code. Source codes provided including the unit tests.
0
kicks
Use dataBinding and DependencyProperty with a non-WPF or extern object
Sometimes you need to use the databinding with an object that you have not created and you can't use inheritance.
For example I wanted to use a Mogre Camera and build some WPF animation with it and I couldn't because :
WPF animation needed a DependencyProperty to manipulate,
I couldn't derive t...
0
kicks
What is this Managed Extensibility Framework thing all about ?
Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer.
0
kicks
Building a Configuration Binder for MEF with POCO Support
MEF doesn't support POCO injection and XML Configuration off the shelf. Sidar implements an XML congiguration binding mechanism on top of MEF, and the article gives an insight about what to expect from MEF Extensibility models in detail.
0
kicks
Managed Extensibility Framework (MEF) at a Glance
A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP.
0
kicks
Attributes? We don't need no stinkin' attributes
An explanation of how to use Ninject, the .NET dependency injector, to wire up dependencies without the use of the [Inject] attribute.
0
kicks
New free Lightweight .NET, C# Inversion of Control (IoC, dependency in
.NET and C# inversion of control container Winter4net - Lightweight C#, .NET dependency injection container, spring framework compliant, ultrafast, compact and scalable, infrastructure for MDD/MDA. Easy integration; MSDN-like documentation; 24/7 support; Free Community edition binary license
0
kicks
Wire-up MVP and Castle Windsor for Dependency Injection
Article which shows automatic injection of presenter in to the view class with ASP.NET as the view. It also shows how the CreateNew attribute used in Composite Web UI Application Block actually works
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor
First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC.
0
kicks
SequenceViz 0.4 :: Dependency Explorer
The popular :) SequenceViz assembly visualizer got a new verson. You can now view module dependencies in an assembly.