Stories recently tagged with 'DependencyInjection'

Castle Windsor 2.1, Dynamic Proxy 2.2 and more released!(kozmic.pl)

submitted by powerrushpowerrush(3873) 2 years, 4 months ago

New Castle Project releases read more...

add a comment |category: |Views: 10

tags: another

Dependency Injection in Asp.net MVC using MVC Contrib - on code(suhair.in)

submitted by ironkittenironkitten(55) 2 years, 4 months ago

A simple introduction to dependency injection in asp.net MVC read more...

add a comment |category: |Views: 13

tags: another

Using StructureMap with the ASP.NET MVC framework(bengtbe.com)

submitted by bengtbebengtbe(470) 3 years, 2 months ago

This is my first blog post ever :) In it I will try to show you how to use StructureMap with the new ASP.NET MVC framework. You will need to have some basic knowledge about the ASP.NET MVC framework and Dependency Injection (DI)/Inversion of Control (IoC). The method described is not limited to StructureMap; if you prefer, you can of course use another DI/IoC tool. I hope someone on this site finds it useful. read more...

add a comment |category: |Views: 267

tags: another

Structuremap 2.5.3 released.(codebetter.com)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

A refresh to popular DI framework. read more...

add a comment |category: |Views: 25

tags: another

Comparing .NET DI (IoC) Frameworks, Part 2(blog.ashmind.com)

submitted by ashmindashmind(775) 3 years, 8 months ago

A second part of popular IoC frameworks comparison. read more...

add a comment |category: |Views: 514

tags: another

Unity - Dependency Injection and Inversion of Control Container(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 8 months ago

Dependency injection is a programming technique to reduce component coupling. Dependency injection is also commonly known as “inversion of control” or IoC or sometimes as The Hollywood Principle - "Don’t call us, we’ll call you”. The goal of dependency injection is to separate the concerns of how a dependency is obtained from the core concerns of a boundary. This improves reusability by enabling components to be supplied with dependencies which may vary depending on context. read more...

add a comment |category: |Views: 368

tags: another

Comparing .NET DI (IoC) Frameworks, Part 1(blog.ashmind.com)

submitted by ashmindashmind(775) 3 years, 9 months ago

A first part of feature comparison between the most popular DI (IoC) Frameworks: Castle, Unity, Autofac, Ninject, StructureMap and Spring.Net. read more...

add a comment |category: |Views: 84

tags: another

Dependency Injection: Factory vs Container - Unity(dotnethitman.spaces.live.com)

submitted by misbaharefinmisbaharefin(845) 3 years, 10 months ago

As application size and complexity increase it becomes more and more difficult to reuse existing components and integrating these components to form an interconnected architecture because of the dependencies of the components. One way to reduce dependencies is by using Dependency Injection, which allows you to inject objects into a class, rather than relying on the class to create the object itself. read more...

add a comment |category: |Views: 223

tags: another

Dependency Injection, Duck Typing, & More Coming to .Net (Natively)(blogs.msdn.com)

submitted by TroyMGTroyMG(2670) 4 years ago

Krzysztof Cwalina reveals details on .Net's upcoming Managed Extensibility Framework. "MEF is a set of features referred in the academic community and in the industry as a Naming and Activation Service (returns an object given a “name”), Dependency Injection (DI) framework, and a Structural Type System (duck typing)." read more...

add a comment |category: |Views: 70

tags: another

Real Ultimate Power: Dependency Injection With Ninject(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 2 months ago

Using Ninject for Dependency Injection / IoC read more...

add a comment |category: |Views: 62

tags: another

Quick And Simple DependencyInjection With StructureMap(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 3 months ago

A very quick guide to IoC using StructureMap. read more...

2 comments |category: |Views: 740

tags: another

Understanding IoC Container (weblogs.asp.net)

submitted by JozefSevcikJozefSevcik(1880) 4 years, 3 months ago

Very nice explanation of base principles of IoC container with sample implementation. read more...

add a comment |category: |Views: 134

tags: another

Test Supported Development (TSD) is not Test Driven Development (TDD) (blog.troyd.net)

submitted by powerrushpowerrush(3873) 4 years, 3 months ago

"Test Supported Development" (TSD) intends to characterize the creation of tests during ANY/ALL stages of development, that is, tests are not necessarily created before their respective System Under Test (SUT), but not necessarily created as an afterthought, either... read more...

2 comments |category: |Views: 28

tags: another

Dependency Injection Objection(scruffylookingcatherder.com)

submitted by powerrushpowerrush(3873) 4 years, 5 months ago

"The amount of heat I anticipate receiving is so disproportional to the probable light gained that it makes me hesitate." read more...

add a comment |category: |Views: 7

tags: another

Circumventing statics and singletons(hammett.castleproject.org)

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

A useful dependency injection pattern to make singletons and static members somewhat testable and decouple implementations. read more...

add a comment |category: |Views: 5

tags: another

Inversion of Control and Dependency Injection: Working with Windsor(msdn2.microsoft.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

MSDN article on how to use Inversion of Control and Dependency Injection, generic specialization, the decorator pattern, chains of responsibilities, and extensible software to build robust, extensible software read more...

1 comment |category: |Views: 38

tags: another