Info
Version: | 1.4.6-p4 |
Author(s): | Applied Informatics Software Engineering |
Last Update: | Thursday, May 1, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://pocoproject.org/ |
NuGet Url: | https://www.nuget.org/packages/poco.foundation |
Install
Install-Package poco.foundation
dotnet add package poco.foundation
paket add poco.foundation
poco.foundation Download (Unzip the "nupkg" after downloading)
Dependencies
- poco.foundation.redist(1.4.64)
Tags
- Platform abstraction: Eases porting issues of fundamental types, etc.
- Memory management: RAII, auto_ptr, reference counting garbage collection, etc.
- String utilities
- Error handling: Extended exception classes
- streams: Encoding and decoding and filtering support
- threads: Concurrent processing support
- Date and time: Date and time support including formatting and high precision timers
- File system: Abstracted file system support
- Logging: Application and system logging, filtering and logging strategies
- Processes: Interprocess communication and memory sharing
- shared libraries: Dynamic library support
- Notifications: Abstracted notification support
- Events: Abstracted event support and strategies
- Crypt: Random number generation, Digests and encoding/decoding engines
- Text: Unicode encoding support
- Regular expressions: Based on Perl compatible regular expression
- URI: Universal Resource Identifier support
- UUID: Universally Unique Identifiers support and generators
- Cache support: Abstracted strategy support.