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
Ogoun d31f89f734
Added ZPriorityQueue
8 months ago
Shemes Microservices refactoring 6 years ago
Tests Added ZPriorityQueue 8 months ago
WPFExamples Refactoring 5 years ago
ZeroLevel Added ZPriorityQueue 8 months ago
ZeroLevel.Discovery Partitions storage and serialization big update 1 year ago
ZeroLevel.EventsServer Configuration refactoring 2 years ago
ZeroLevel.HNSW Added ZPriorityQueue 8 months ago
ZeroLevel.Logger Clean&Refactoring&Migrate to .net 6 3 years ago
ZeroLevel.NN Added ZPriorityQueue 8 months ago
ZeroLevel.Qdrant.GrpcClient Added ZPriorityQueue 8 months ago
ZeroLevel.SQL Added ZPriorityQueue 8 months ago
ZeroLevel.SqLite sqlite 1 year ago
ZeroNetworkMonitor Clean&Refactoring&Migrate to .net 6 3 years ago
.gitignore Improve quality 2 years ago
LICENSE.md License 6 years ago
README.md Update README.md 5 years ago
ZeroLevel.sln Refactoring & QdrantClient 1 year ago
zero.png Project icon 6 years ago

README.md

https://www.nuget.org/packages/ZeroLevel

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, Murmur3
  • 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
  • Code block execution with impersonation
  • Semantic analize (abstaction, snowball implementation, stopwords, ngramms)
  • Fast binary serialization
  • Plain text table render
  • Web utilities

Powered by TurnKey Linux.