1. Unity

    By:

    The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. It facilitates loosely-coupled design.

  2. Unity Interception Extension

    By:

    Unity interception enables you to effectively capture calls to objects and add additional functionality to the target object. Interception is useful when you want to modify the behavior for individual objects but not the entire class, very much as you would do when using the Decorator pattern. It provides a flexible approach for adding new behavior... More information

  3. Enterprise Library - Common Infrastructure

    By:

    The Enterprise Library Common assembly contains elements that are shared among multiple application blocks. By supplying a set of commonly used functions to all the application blocks, the Common assembly reduces the dependency of one application block on another.

  4. Enterprise Library - Logging Application Block

    By:

    The Enterprise Library Logging Application Block simplifies logging to various destinations (file, database, event log, MSMQ etc.) and tracing.

  5. Enterprise Library - Data Access Application Block

    By:

    The Enterprise Library Data Access Application Block simplifies the development of tasks that implement common data access functionality. Applications can use this application block in a variety of situations, such as reading data for display, passing data through application layers, and submitting changed data back to the database system.

  6. Enterprise Library - Exception Handling Application Block

    By:

    The Enterprise Library Exception Handling Application Block helps developers create a consistent strategy for processing exceptions that occur in various architectural layers of an enterprise application.

  7. Enterprise Library 5.0 - Caching Application Block

    By:

    The Enterprise Library Caching Application Block lets developers incorporate a local in-memory or persistent cache in their applications.

  8. Enterprise Library - Validation Application Block

    By:

    The Enterprise Library Validation Application Block provides useful features that allow developers to implement structured and easy-to-maintain validation scenarios in their applications.

  9. Enterprise Library - Exception Handling Application Block Logging Handler

    By:

    This exception handler lets you log formatted exception information in locations specified in the configuration file.

  10. Enterprise Library - Logging Application Block Database Provider

    By:

    This logging provider lets developer use the Data Access Application Block to store log entries.

  11. Globalize

    By:

    New age globalization and localization. Formats and parses strings, dates and numbers in over 350 cultures.

  12. Enterprise Library - Exception Handling Application Block WCF Provider

    By:

    The Enterprise Library Exception Handling Application Block WCF Provider helps to prevent details of the service implementation from escaping the secure service boundary.

  13. Enterprise Library - Policy Injection Application Block

    By:

    The Enterprise Library Policy Injection Application Block can be used to change the behavior of any .NET objects, in order to better manage crosscutting concerns for these objects. The policy injection is implemented through the Unity interception mechanism. The package includes call handlers for Logging, Validation and Exception Handling

  14. Enterprise Library 5.0 - Security Application Block

    By:

    The Enterprise Library Security Application Block provide a common abstraction from specific security providers.

  15. Enterprise Library 5.0 - Cryptography Application Block

    By:

    The Enterprise Library Cryptography Application Block simplifies the ways to incorporate cryptographic functionality in applications.

  16. Enterprise Library - Validation Application Block Integration with WCF

    By:

    This component allows the Enterprise Library Validation Application Block to integrate with WCF.

  17. DevForce 2012 Client

    By:

    DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your applicat... More information

  18. Cocktail 2012

    By:

    Cocktail is a blend of three popular frameworks: Caliburn.Micro + DevForce + Entity Framework. Line of business applications need to query and save database data, model the data as objects with business logic, and present those objects to the end user. Cocktail takes care of these fundamental responsibilities with loosely coupled, open source, and... More information

  19. Enterprise Library 5.0 - Caching Application Block Database Backing Store

    By:

    The Enterprise Library Caching Database Backing Store lets developers store cached data in a database.

  20. Enterprise Library - Validation Application Block Integration with ASP.NET WebForms

    By:

    This component allows the Enterprise Library Validation Application Block to integrate with ASP.NET applications.