Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/channeladam/channeladam.core

DEPRECATED - A .NET library that provides helpful functionality including base classes for disposables and finalizers, weak events and proxies, and other functionality for reflection, XML validation, serialisation & conversion, string placeholder substitution, retry policies and command patterns.
https://github.com/channeladam/channeladam.core

channeladam commands disposable finalizer proxies reflection retry retry-policy retry-strategies retrying weak-event xml xml-parsing xml-schema xml-serialization

Last synced: 8 days ago
JSON representation

DEPRECATED - A .NET library that provides helpful functionality including base classes for disposables and finalizers, weak events and proxies, and other functionality for reflection, XML validation, serialisation & conversion, string placeholder substitution, retry policies and command patterns.

Awesome Lists containing this project

README

        

# ChannelAdam.Core

## DEPRECATION NOTICE
This full .NET framework library has been deprecated.

The functionality has been refactored out into the following ChannelAdam .NET Standard libraries.

- https://github.com/channeladam/ChannelAdam.Commands
- https://github.com/channeladam/ChannelAdam.DispatchProxies - DispatchProxy is used now instead of Remoting.Proxies.RealProxy
- https://github.com/channeladam/ChannelAdam.Disposing
- https://github.com/channeladam/ChannelAdam.Logging
- https://github.com/channeladam/ChannelAdam.PrimitiveExtensions - StringExtensions
- https://github.com/channeladam/ChannelAdam.Reflection
- https://github.com/channeladam/ChannelAdam.TransientFaultHandling
- https://github.com/channeladam/ChannelAdam.WeakEvents
- https://github.com/channeladam/ChannelAdam.Xml

## Description
A .NET library that provides helpful functionality including base classes for disposables and finalizers, weak events and proxies, and other functionality for reflection, XML validation, serialisation & conversion, string placeholder substitution, retry policies and command patterns.

Download the "ChannelAdam Core Library" NuGet package - https://www.nuget.org/packages/ChannelAdam.Core

Proudly presented to the open source community by Adam Craven (@ChannelAdam).

Please see the reference documentation at https://devzone.channeladam.com/library/channeladam-core/