Top 20 NuGet stream Packages

A Simple, Stream-Oriented XML Parser for .NET
Elastic sink for the Com.RFranco.Streams library.
Extensions to use Reactive observable in SignalR streams
Easy way to serialize/deserialize objects to/from an async stream
Core elements to enable Event Sourcing paradigms using the Sql Stream Store framework
A ZstandardStream implementation on top of the native Zstandard libraries. forked from https://github.com/bp74/Zstandard.Net, sync with zstd-1.4.4
The core elements to enable Event Sourcing subscriptions using the Sql Stream Store framework and the MySql data store. Allows automatic subscriptions to be created assisting in the building of eventually consistent read models.
The core elements to enable Event Sourcing subscriptions using the Sql Stream Store framework. Allows automatic subscriptions to be created assisting in the building of eventually consistent read models.
Library to enable your PC app to stream holographic experiences to a Microsoft HoloLens 2 over Wi-Fi.
This package allows projects targeting Windows Phone Silverlight 8 directly or using portable class libraries to use the same ZipArchive, GZipStream and DeflateStream classes that are already available to projects targeting .NET Framework 4.5, Windows 8, and Windows Phone 8.1. For more information ...
IO wrapper around different providers
Sequences is a port of Scala's Stream[+A] to C#. A Sequence<T> is an immutable lazy list whose elements are only evaluated when they are needed. A sequence is composed by a head (the first element) and a lazily-evaluated tail (the remaining elements). The fact that the tail is lazily-evaluated, ma...
Stream & FileStream drop-in replacement with insert-mode as opposed to override-mode and with delete operation. See example @ https://github.com/PawelStroinski/EditableStream
Two extension methods of StreamReader allowing to GetPosition and then to Seek back to that position. Furthermore, position can be fine-tuned by number of characters with help of Position.ShiftByCharacters method, if needed. See example @ https://github.com/PawelStroinski/StreamReaderSeeker
Stream helpers library
A pure C# portable class library (PCL) implementation of high performance LZ4 compression algorithm, with streaming interface (System.IO.Stream derived). It includes a High Compression (HC) codec variant, which is slower than the standard LZ4 codec, but provides a better compression ratio. This li...
C# library for interacting with the CSV file format per RFC 4180
A MemoryStream replacement that avoids using the Large Object Heap
A library for decoding MJPEG streams. Runs on .NET 3.5, Winows Phone 7.1, Windows Phone 8.0, and Silverlight 4.0.
Simple stream wrapper for counting written bytes to the wrapped stream.