inbarbarkai's Stars
thangchung/awesome-dotnet-core
:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software
thangchung/clean-code-dotnet
:bathtub: Clean Code concepts and tools adapted for .NET
StephenCleary/AsyncEx
A helper library for async/await.
richardszalay/mockhttp
Testing layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
HavenDV/H.Pipes
A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.
hymkor/expect
Expect-lua for Windows ( A text-terminal automation tool similar to expect(1) using Lua )
hey-red/Mime
.NET wrapper for libmagic
mlhpdx/seekable-s3-stream
Code library that uses S3's API to provide an efficient random-access (seekable) Stream implementation for use in code where efficient network I/O is paramount.
mlhpdx/s3-upload-stream
Code library that provides a Stream implementation that makes working with uploads to S3 easier where the size of the content isn't known a priori. It holds only partial content in memory (works with large objects), and is compatible with code libraries that work with output streams.