This library includes extra Azure based trace listeners not found in core Microsoft.Practices.EnterpriseLibrary.Logging..
If you use Azure Worker or Web Roles, there is already a library (http://msdn.microsoft.com/en-us/library/vstudio/hh323704%28v=vs.100%29.aspx) in the Azure SDK to send...
More information
Allows simple Integration of Microsoft's Unity IoC container with WCF.
This is a signed assembly for maximum compatability when using in signed / unsigned projects or GAC.
Repository pattern for loosely coupled enterprise systems.
Contains generic method signatures for Get (including get using paging) and CRUD operations.
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 Azure table storage, SQL Server databases, file, console and rolling files with...
More information
Designed for speed and efficiency (i.e. no iteration / counting of messages using .NET managed code or WMI calls).
Uses 'Unsafe' PInvoke with native MSMQ API.
Use this component where automated Aweber list management is needed from, for example, back end services such as user registration in web applications.
**ABOUT**
Aweber offers excellent email campaign list management services and is mainly geared for capturing email addresses via its own javascript...
More information
Logging pattern for loosely coupled enterprise systems.
Contains method signatures for logging and logger formatting.
Create logger and associated formatter by implementing ILoggerFactory.
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 Azure table storage.
This re-implementation is because, as of Dec '16, SematicLogging seems to have been...
More information
Pattern for software integration with cloud based email service provider list management processes.
Most list management services offer email based SUBSCRIBE and UNSUBSCRIBE methods to add / remove users to mailing lists.
This library provides a general pattern / interface for integration with such...
More information
Parsing domain names is not easy. For example, how does one extract Top Level Domain (TLD) data from the address 'me.com.br'? Is the TLD br, or is it com.br? The correct answer is com.br, but how can we know? The answer is that it is not possible to write simple rules in code to determine TLDs with...
More information
Extension methods to map naming conventions between WCF endpoints and URI for MSMQ.
This library can perform mappings in both directions (i.e. WCR -> URI or URI -> WCF).
Example usage:
string myUri = ".\private$\MyQueue";
string mappedToWcf = myUri.ToWcf();
Gives...
More information
This library contains various easy to use extension compression / uncompression helper methods.\r\nDeflate and GZip are supported as well as fast or optimal compression modes.
SimpleMapper is built from the ground up with performance and modern testability software practices in mind. It is light-weight tool for mapping between objects across software tiers. Efficient data tier mapping is achieved using LINQ projection whilst in-memory mappings can be defined by...
More information