From a40feceda23125d587ebd5a38dbba51aac9544d2 Mon Sep 17 00:00:00 2001 From: Ogoun Date: Wed, 9 Jan 2019 17:18:35 +0300 Subject: [PATCH] First --- README.md | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b34ba75..96aa3e6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,60 @@ -# Zero -Infrastructure layer tools set. +## Tools set parts +### ZeroLevel +Base library, contains common functionality for standart tasks. +Such as: + + - Logging + - Configuration read/write + - IoC container + - DOM + - Specification pattenr + - DDD + - Query pattern + - Object mapping + - Sheduller + +Library includes extensions for: + + - Arrays - Copy, Contains, Equals, IsEmpty + - Collections - Compare + - BitConverter + - Enums (read attributes, descriptions) + - Reflection + +Besides, library includes: + + - Base service class, and service start manager + - Collections (EverythingStorage, FixSizeQueue, KeyListValueTransactCollection, KeySet, KeyValueTransactCollection, RoundRobinCollection, SparseIterator) + - AtomicBoolean - threadsafe flag + - Abstract database mapper + - StackTrace reader + - DSL for DOM, that provides describe templates for generation text view + - Drawing text along the guide curve + - RijndaelEncryptor + - File archive service + - File system utils (path correction, pack folder and etc.) + - FileSystemWatcher without memory leak + - BitMap index + - Dynamic function invokation wrapper + - Duplex network protocol over TCP + - Object pool + - Runtime type builder + - IL opcode reader + - Code block execution with impersonation + - Semantic analize (abstaction, snowball implementation, stopwords) + - Fast binary serialization + - Plain text table render + - Web utilities + +## ZeroLevel.Microservices +Contains basic classes for fast develop microservices. +Include abstract implementation for standart pipeline: +>Source -> Adapter -> Mapping -> Delivery + +## ZeroLevel.SqlServer + +## ZeroLevel.WebAPI + +## ZeroLevel.WPF + +## ZeroLevel.WebApiTransport