mirror of https://github.com/ogoun/Zero.git
				
				
				
			
			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.
		
		
		
		
		
			| 
				
					
						
							 | 
			6 years ago | |
|---|---|---|
| ConfigurationTests | 6 years ago | |
| DependencyInjectionTests | 6 years ago | |
| FileTransferClient | 6 years ago | |
| FileTransferServer | 6 years ago | |
| Lemmatization | 6 years ago | |
| Shemes | 7 years ago | |
| TFIDFbee | 6 years ago | |
| TestApp | 6 years ago | |
| TestPipeLine | 6 years ago | |
| WebSemanticService | 6 years ago | |
| ZeroLevel | 6 years ago | |
| ZeroLevel.Discovery | 6 years ago | |
| ZeroLevel.EventServer | 6 years ago | |
| ZeroLevel.Logger | 6 years ago | |
| ZeroLevel.SQL | 6 years ago | |
| ZeroLevel.SqLite | 6 years ago | |
| ZeroLevel.SqlServer | 6 years ago | |
| ZeroLevel.UnitTests | 6 years ago | |
| ZeroLevel.WPF | 6 years ago | |
| ZeroNetworkMonitor | 6 years ago | |
| .gitignore | 7 years ago | |
| LICENSE.md | 7 years ago | |
| README.md | 6 years ago | |
| ZeroLevel.sln | 6 years ago | |
| zero.png | 7 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