Stories recently tagged with 'Dependency'

Tame Your Software Dependencies with DI & Common Service Locator Lib(www.kitchaiyong.net)

submitted by kitchaiyongkitchaiyong(89) 2 years, 3 months ago

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. read more...

add a comment |category: |Views: 12

tags: another

Use dataBinding and DependencyProperty with a non-WPF or extern object(blog.lexique-du-net.com)

submitted by jmix90jmix90(570) 3 years, 1 month ago

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 the Mogre.Camera class and add it the correct things because I got the camera from a factory object (the sceneManager). Then I couldn't use the WPF animation to move my camera... next is how I solve it. read more...

add a comment |category: |Views: 33

tags: another

What is this Managed Extensibility Framework thing all about ?(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 8 months ago

Another IoC Container From Microsoft ? Add-in Framework ? What the heck is it ? Sidar tries to answer. read more...

add a comment |category: |Views: 300

tags: another

Building a Configuration Binder for MEF with POCO Support(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 10 months ago

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. read more...

add a comment |category: |Views: 133

tags: another

Managed Extensibility Framework (MEF) at a Glance(sidarok.com)

submitted by sidaroksidarok(1715) 3 years, 11 months ago

A Hands-On overview to Dependency Injection Managed Extensibility Framework and the first CTP. read more...

add a comment |category: |Views: 409

tags: another

Attributes? We don't need no stinkin' attributes(kohari.org)

submitted by nkoharinkohari(1310) 3 years, 11 months ago

An explanation of how to use Ninject, the .NET dependency injector, to wire up dependencies without the use of the [Inject] attribute. read more...

add a comment |category: |Views: 204

tags: another

New free Lightweight .NET, C# Inversion of Control (IoC, dependency in(winter4.net)

submitted by godzhesasgodzhesas(35) 4 years ago

.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 read more...

add a comment |category: |Views: 94

tags: another

Wire-up MVP and Castle Windsor for Dependency Injection(codebetter.com)

submitted by savagekidsavagekid(70) 4 years, 5 months ago

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 read more...

add a comment |category: |Views: 164

tags: another

Inversion of Control and Dependency Injection with Castle Windsor(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 10 months ago

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. read more...

9 comments |category: |Views: 273

tags: another

Tool : Circular Dependency Checker(dotnetwithme.blogspot.com)

submitted by vikasgoyal77vikasgoyal77(550) 5 years ago

Tool : Circular Dependency Checker read more...

add a comment |category: |Views: 43

tags: another

SequenceViz 0.4 :: Dependency Explorer(weblogs.asp.net)

submitted by nlegharinleghari(205) 5 years, 1 month ago

The popular :) SequenceViz assembly visualizer got a new verson. You can now view module dependencies in an assembly. read more...

add a comment |category: |Views: 4

tags: another