46
Packages
1,100,928
Downloads of gmelnik's packages
gmelnik's Profile
Packages
-
Enterprise Library - Exception Handling Application Block Logging Handler
This exception handler lets you log formatted exception information in locations specified in the configuration file.
-
Enterprise Library - Validation Application Block Integration with WCF
This component allows the Enterprise Library Validation Application Block to integrate with WCF.
-
Enterprise Library - Exception Handling Application Block WCF Provider
The Enterprise Library Exception Handling Application Block WCF Provider helps to prevent details of the service implementation from escaping the secure service boundary.
-
Enterprise Library - Validation Application Block Integration with WinForms
This component allows the Enterprise Library Validation Application Block to integrate with WinForms.
-
Enterprise Library - Logging Application Block
The Enterprise Library Logging Application Block simplifies logging to various destinations (file, database, event log, MSMQ etc.) and tracing.
-
Enterprise Library - Validation Application Block Integration with WPF
This component allows the Enterprise Library Validation Application Block to integrate with WPF.
-
Enterprise Library - Logging Application Block Database Provider
This logging provider lets developer use the Data Access Application Block to store log entries.
-
Enterprise Library - Common Infrastructure
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.
-
Enterprise Library - Policy Injection Application Block
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
-
Enterprise Library - Data Access Application Block
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.
-
Enterprise Library - Data Access Application Block SQL CE Data Provider
The Enterprise Library Data Access Application Block SQL CE Data Provider let developers use SQL CE databases in conjunction with the Data Access Application Block.
-
Enterprise Library - Validation Application Block
The Enterprise Library Validation Application Block provides useful features that allow developers to implement structured and easy-to-maintain validation scenarios in their applications.
-
Enterprise Library - Exception Handling Application Block
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.
-
Enterprise Library - Validation Application Block Integration with ASP.NET WebForms
This component allows the Enterprise Library Validation Application Block to integrate with ASP.NET applications.
-
Enterprise Library - Transient Fault Handling Application Block
The Transient Fault Handling Application Block for Windows Azure ("Topaz") provides a set of reusable and testable components for adding retry logic into your Windows Azure applications leveraging Windows Azure SQL Database, Windows Azure storage, Service Bus and Caching Service. This makes your Windows Azure application more reliable and resilient... More information
-
Enterprise Library - Transient Fault Handling Application Block - Caching integration
Transient error detection strategies to use with Windows Azure Caching or Windows Server AppFabric Caching, for the Transient Fault Handling Application Block ("Topaz").
-
Enterprise Library - Transient Fault Handling Application Block - Declarative configuration support
This package enables configuring the Transient Fault Handling Application Block ("Topaz") using declarative configuration such as the app.config file. Configuring the block is also supported by the Enterprise Library Configuration Tool available in the Visual Studio Extensions Gallery.
-
Enterprise Library - Transient Fault Handling Application Block - Windows Azure SQL Database integration
Transient error detection strategies to use with Windows Azure SQL Database, for the Transient Fault Handling Application Block ("Topaz").
-
Enterprise Library - Transient Fault Handling Application Block - Service Bus integration
Transient error detection strategies to use with Windows Azure Service Bus or the Service Bus for Windows Server, for the Transient Fault Handling Application Block ("Topaz").
-
Enterprise Library - Transient Fault Handling Application Block - Windows Azure Storage integration
Transient error detection strategies to use with Windows Azure Storage, for the Transient Fault Handling Application Block ("Topaz").
-
Enterprise Library 5.0 - Integration Pack for Windows Azure - Source
This NuGet package contains a zip file with the source code for the Enterprise Library Integration Pack for Windows Azure. The Microsoft Enterprise Library is a set of reusable application blocks that help developers meet common enterprise software development challenges. The Microsoft Enterprise Library Integration Pack for Windows Azure is an ext... More information
-
Enterprise Library 5.0 - Transient Fault Handling Application Block
The Transient Fault Handling Application Block for Windows Azure ("Topaz") provides a set of reusable and testable components for adding retry logic into your Windows Azure applications leveraging Windows Azure SQL Database, Windows Azure storage, Service Bus and Caching Service. This makes your Windows Azure application more reliable and resilient... More information
-
Transient Fault Handling Core
The Transient Fault Handling Core provides the retry mechanisms to make your application more resilient to transient faults in both synchronous and asynchronous scenarios.
-
Enterprise Library 5.0 - Security Application Block Caching Store
This caching store provides an ISecurityCacheProvider implementation that caches authenticated session information and performs token handling.
-
Enterprise Library 5.0 - Caching Application Block
The Enterprise Library Caching Application Block lets developers incorporate a local in-memory or persistent cache in their applications.
-
Enterprise Library 5.0 - Cryptography Application Block
The Enterprise Library Cryptography Application Block simplifies the ways to incorporate cryptographic functionality in applications.
-
Enterprise Library 5.0 - Caching Application Block Cryptography Provider
The Enterprise Library Caching Cryptography Provider lets developers encrypt the data to be cached.
-
Enterprise Library 5.0 - Source Code
This is a source package for Microsoft Enterprise Library for you to customize, reuse and learn from. Install and unzip from the source subfolder of the corresponding package folder.
-
Enterprise Library 5.0 - Caching Application Block Database Backing Store
The Enterprise Library Caching Database Backing Store lets developers store cached data in a database.
-
Enterprise Library 5.0 - Silverlight Integration Pack Source Code
This is a source package for Microsoft Enterprise Library Silverlight Integration Pack for you to customize, reuse and learn from. Install and unzip from the source subfolder of the corresponding package folder
-
Enterprise Library 5.0 - Remote Logging Service
A WCF logging service implementation that uses the Logging Application Block to handle log messages on the server. Also useful in conjunction with the Remote Service trace listener of the Silverlight Integration Pack.
-
Enterprise Library 5.0 - Security Application Block
The Enterprise Library Security Application Block provide a common abstraction from specific security providers.
-
Enterprise Library 5.0 - Security Application Block AzMan Authorization Provider
The AzMan authorization provider allows the use of Windows Authorization Manager (AzMan) in conjunction with the Security Application Block.
-
Enterprise Library 5.0 - Autoscaling Application Block
The Microsoft Enterprise Library Autoscaling Application Block for Windows Azure provides reusable and testable components to add or manage autoscaling capabilities for Windows Azure hosted services and applications. The block is a part of the Enterprise Library Integration Pack for Windows Azure.
-
Enterprise Library 5.0 - Windows Azure Configuration Extensions
The Windows Azure Configuration Extensions enhance the Enterprise Library configuration subsystem by providing additional configuration sources. The Blob Configuration Source is included. These extensions are a part of the Enterprise Library Integration Pack for Windows Azure.
-
Enterprise Library 5.0 - Windows Azure Autoscaling Application Block - Beta (Deprecated)
This package has been deprecated. Install package with ID 'EnterpriseLibrary.WindowsAzure.Autoscaling' instead.
-
Enterprise Library 4 Data Access Application Block
The necessary signed files for running the Data Access Application Block (DAAB) from the Enterprise Library 4.1
-
Enterprise Library 3 Data Access Application Block
The necessary signed files for running the Data Access Application Block (DAAB) from the Enterprise Library 3.1
-
Unity
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.
-
Unity Interception Extension
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
-
Unity bootstrapper for ASP.NET Web API
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.
-
Unity bootstrapper for ASP.NET MVC
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.
-
Enterprise Library - Semantic Logging Application Block
The Semantic Logging Application Block provides a set of destinations (sinks) to persist application events published using a subclass of the EventSource class from the System.Diagnostics.Tracing namespace. Sinks include Windows Azure table storage, SQL Server databases, and rolling files with several formats and you can extend the block by creatin... More information
-
Enterprise Library - Semantic Logging Application Block - SQL Server sink
The Semantic Logging Application Block provides a set of destinations to persist events published by a subclass of EventSource, This add-on packages adds support to persisting log entries in SQL Server and Windows Azure SQL Database.
-
Enterprise Library - Semantic Logging Application Block - Windows Azure sink
The Semantic Logging Application Block provides a set of destinations to persist events published by a subclass of EventSource, This add-on packages adds support to persisting log entries in Windows Azure table storage.
-
CommonServiceLocator
The Common Service Locator library contains a shared interface for service location which application and framework developers can reference. The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references. The hope is that... More information