Stories recently tagged with 'Unity'

Working with Configuration Files in Unity(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 10 months ago

The post describes how to work with config files with the Unity application block read more...

add a comment |category: |Views: 34

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: 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

Unity Application Block Basics(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 10 months ago

The post helps to get started with the Unity application block. read more...

add a comment |category: |Views: 53

tags: another

Unity Application Block Introduction(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 3 years, 11 months ago

Unity application block introduction. What is Unity? When to use it? and why to use it at all? read more...

add a comment |category: |Views: 75

tags: another

IoC and the Unity Application Block Once Again(weblogs.asp.net)

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

Interesting post about IoC containers, comparing Castle Windsor Container, StructureMap and Unity. read more...

1 comment |category: |Views: 112

tags: another