Waher.Runtime.Settings
by: Peter Waher
- 36 total downloads
- Latest version: 1.1.2
Class library that helps applications maintain a set of persistent settings.
Waher.Runtime.Temporary
by: Peter Waher
- 5 total downloads
- Latest version: 1.0.1
Contains classes simplifying working with temporary in-memory and file streams. TemporaryFile encapsulates a temporary file, manages filename and makes sure to delete the file when done. A TemporaryStream maintains content in-memory if below a threshold size limit, and switches to a TemporaryFile when content crosses threshold.
Waher.Runtime.Text
by: Peter Waher
- 16 total downloads
- Latest version: 1.1.4
Class library for working with text and text documents, particularly find differences between texts, or sequences of symbols, or mapping strings to a harmonized set of strings (or tokens).
Waher.Runtime.Threading
by: Peter Waher
- 31 total downloads
- Latest version: 1.2.2
Class library that provides classes for usage in multi-threaded asynchronous environments providing multiple-read/single-write capabilities. Support for async entry into read and/or write states, allowing for complex lock management in asynchronous methods, where different sections of the code are executed by different working threads.
Waher.Runtime.Timing
by: Peter Waher
- 21 total downloads
- Latest version: 1.0.7
Class library that helps with timing of events in runtime environments.
Waher.Script
by: Peter Waher
- 258 total downloads
- Latest version: 2.8.0
Class library that defines a script language and an object abstraction of computable elements. The library helps application parse and execute script. Script is extensible, and it is easy for modules to extend the script engine.
Script can be evaluated using either synchronous or asynchronous processing.
Script Syntax: https://waher.se/Script.md
Waher.Script.Content
by: Peter Waher
- 48 total downloads
- Latest version: 2.1.7
Contains script extensions for loading, fetching or processing content.
Script Syntax: https://waher.se/Script.md#contentRelatedFunctionsWaherScriptContent
Waher.Script.Cryptography
by: Peter Waher
- 21 total downloads
- Latest version: 2.1.3
Class library that adds cryptography functions to the script engine.
Script Syntax:
https://waher.se/Script.md#cryptographyRelatedFunctionsWaherScriptCryptography
Waher.Script.Graphs
by: Peter Waher
- 72 total downloads
- Latest version: 2.2.1
Contains script extensions for graphs.
Script Syntax:
https://waher.se/Script.md#colorFunctionsWaherScriptGraphs
Waher.Script.Persistence
by: Peter Waher
- 114 total downloads
- Latest version: 2.6.0
Contains script extensions for the persistence layer. Allows for searching for, creating, updating and deleting objects in the object database from script. Includes support for SQL queries against the object database persistence layer, and SPARQL queries for semantic-web queries using graph notation, linked data and graph databases.
Script Syntax:
https://waher.se/Script.md#accessToObjectDatabase
https://waher.se/Script.md#persistenceRelatedFunctionsWaherScriptPersistence
Waher.Script.Statistics
by: Peter Waher
- 26 total downloads
- Latest version: 2.1.1
Contains script extensions for statistical computations.
Script Syntax: https://waher.se/Script.md#statisticsRelatedFunctionsWaherScriptStatistics
Waher.Script.Xml
by: Peter Waher
- 111 total downloads
- Latest version: 2.2.2
Contains script extensions for parsing XML.
Script Syntax: https://waher.se/Script.md#xml
https://waher.se/Script.md#xmlRelatedFunctionsWaherScriptXml
Waher.Security
by: Peter Waher
- 67 total downloads
- Latest version: 1.0.10
Basic security architecture for applications or libraries working with users, roles & privileges.
Waher.Security.EllipticCurves
by: Peter Waher
- 33 total downloads
- Latest version: 1.0.9
Class library implementing Elliptic Curve Cryptography algorithms.
Algorithms supported:
Elliptic Curve Diffie-Hellman (ECDH)
Elliptic Curve Digital Signature Algorithm (ECDSA)
Edwards-Curve Digital Signature Algorithm (EdDSA)
Curves supported:
NIST P-192
NIST P-224
NIST P-256
NIST P-384
NIST P-521
Curve25519
Curve448
Edwards25519
Edwards448 (Goldilocks)
Waher.Security.SHA3
by: Peter Waher
- 16 total downloads
- Latest version: 1.0.4
Implements SHA-3, as defined in NIST FIPS 202, including the general KECCAK algorithm and the SHAKE128, SHAKE256, RawSHAKE128 and RawSHAKE256 XOF functions.
Waher.Things
by: Peter Waher
- 243 total downloads
- Latest version: 2.0.3
Class library defining generic properties for things.
WebSocket4Net
by: Kerry Jiang
- 41 total downloads
- Latest version: 0.15.2
WebSocket4Net is a .NET websocket client implemtation. It originates from SuperWebSocket WebSocket Client. For better developing of the websocket client, it was separated from SuperWebSocket and was renamed to WebSocket4Net.
WindowsAzure.Storage
by: Microsoft
- 166 total downloads
- Latest version: 9.3.3
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/.
For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/.
This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt
Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
- 30 total downloads
- Latest version: 1.0.14
System.Net.Http.Formatting project compiled for .NET Standard
WinSCP
by: Martin Prikryl
- 289 total downloads
- Latest version: 6.5.5
The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, FTP, WebDAV, S3 and SCP sessions.
The library is primarily intended for advanced automation tasks on Microsoft Windows that require conditional processing, loops or other control structures for which the basic scripting interface is too limited. The library is not a general purpose file transfer library. It particularly has a limited support for an interactive processing, and as such it is not well suited for use in GUI applications. For the same reason it is also difficult to use the assembly within a restricted environment like a web server, that limits or even restricts execution of external processes.
For documentation and examples of use, see project website.
The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.