Infrastructure layer tools set.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
a.bozhenov 4c9b2ba25e
Long request possibility added
5 years ago
FileTransferClient File transfer fixes 5 years ago
FileTransferServer File transfer fixes 5 years ago
Shemes Microservices refactoring 6 years ago
TestApp refactoring 5 years ago
TestPipeLine refactoring 5 years ago
WebSemanticService Add test apps 5 years ago
ZeroLevel Long request possibility added 5 years ago
ZeroLevel.Discovery discovery refactoring 5 years ago
ZeroLevel.SQL refactoring 5 years ago
ZeroLevel.SqlServer Ext 5 years ago
ZeroLevel.UnitTests refactoring 5 years ago
ZeroNetworkMonitor discovery refactoring 5 years ago
.gitignore Append semantic service 5 years ago
LICENSE.md License 6 years ago
README.md Update README.md 6 years ago
ZeroLevel.sln upd 5 years ago
zero.png Project icon 6 years ago

README.md

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

Powered by TurnKey Linux.