Browse by Tags
All Tags »
Unity Application Block (
RSS)
Index Pages on My Blog Lately, I received an e-mail from a reader of my blog which included an advice to make an index for my post series. I took his advice and made 3 index pages for the following subjects: ADO.NET Data Services ADO.NET Entity Framework Unity Application Block These index pages will be updated frequently whenever a new tutorial post will be added. Also, I’m going to add more index pages in the future for more post series. Thanks Marcellus. Enjoy!
How To Use Unity Container In ASP.NET MVC Framework In the past I wrote the post How To Use Unity Container In ASP.NET . In this post I’m going to explain how we can use Unity IoC container in ASP.NET MVC Framework . Building The Container As in the previous post the first thing to do is to build the container itself. I’ll use the same method I used in the previous post in order to persist the Unity container ’s state during the application execution. The right place to put the Unity...
Dependency Injection From Theory to Practice With Unity Article Today my article, Dependency Injection From Theory to Practice With Unity , was published on the Hebrew MSDN site. The article describe what is dependency injection and then introduce the Unity application block . You can read the article here . You can read more Hebrew MSDN articles here . Enjoy.
Common Service Locator Library introduction Yesterday Glenn Block introduced a Common Service Locator library which is described as “a shared interface that applications and frameworks can reference in order to leverage IoC containers / service location mechanisms without taking hard dependencies”. The idea for the library is based on a post that Jeremy Miller wrote of having a shared interface across several IoC implementation. The benefit of such an interface is obvious - no dependency...
The post show some aspects of Unity application block injection API....
The post explain the use of Unity container hierarchies in to aspects - why and how to use them...
The post shows how to register generic types in the Unity configuration section and how to use them in code....
The post describe how to work with configuration files with the Unity application block...
In the post I show how to integrate Unity in ASP.NET web applications....
The post shows how to get started with the Unity application block by showing the basic Unity operations....
In the post I describe what is the Unity application block, why to use it and when to use it....