Posts

Showing posts from November, 2013

Unity Framework

Image
Unity Application Block What is this When to use Where to use How to use 1.       What is Unity Framework? Unity Application Block is a lightweight, extensible, dependency injection container that supports to build constructor injection method call injection and property injection. ·          It provides simplified object creation ·          It allows developers to specify dependencies at runtime ·          It allows client to store or cache the container. This is especially useful in Asp.Net Web Application where developers can persist the container in the Asp.Net session or application 2.       When to use Unity Framework? ·          This addresses the issues faced by developers engaged in...