Freigeben über


Unity DI container 1.0 shipped!

Microsoft patterns & practices is excited to announce the release of Unity 1.0.

As many of you already know, Unity is a lightweight, extensible dependency injection (DI) container. It facilitates building loosely coupled applications and provides .NET developers with the following advantages:

  • Simplified object creation, especially for hierarchical object structures and dependencies;
  • Abstraction of requirements; this allows developers to specify dependencies at run time or in configuration and simplify management of crosscutting concerns;
  • Increased flexibility by deferring component configuration to the container;
  • Service location capability; this allows clients to store or cache the container.

You can download Unity (binaries, source code, unit tests, documentation, and quickstarts) from:

https://msdn.microsoft.com/unity

The Unity team thanks our Industry Advisory Board and all members of the community who provided meaningful feedback in the past 3 months. We encourage you to continue doing so and engage on https://codeplex.com/unity

Comments

  • Anonymous
    April 07, 2008
    Microsoft patterns & practices 终于发布了 Unity ,可以从 这里 下载,同时可以参见Unity的老大 Grigori Melnik 的 发布说明 ,不过比下载页面也没多什么信息

  • Anonymous
    April 08, 2008
    I am a little late to the party, but Unity shipped last week. Here are a few other posts about it: Grigori:

  • Anonymous
    May 10, 2008
    I have been catching up with old friends from the P&P team over the last couple of days - many of