A simple Singleton implementation of Log4Net Logger.
Package will add required settings in web.config and add a folder Configuration at root, which will contain config for log4net. It also install Log4Net package.
Once installed, we can use it by...
More information
Pipeline Pattern is helpful in dividing the problem into smaller reusable code components. This is a simple yet powerful structural pattern to organize a complex logic into smaller reusable components, which can be added/removed/modified independently.
A collection of reusable abstractions for .NET application developer: caching, IoC, pagination, repository, application services, unit of work, background processing, exception trace policy, work item, etc.