ServiceStack.OrmLite
by: ServiceStack
- 1.514k total downloads
- Latest version: 5.14.0
Common library for the Light, simple and fast convention-based code-first POCO, OrmLite.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs.
OrmLite is a suite extension methods on ADO.NET's underlying IDbConnection providing DRY, typed access for common data usage patterns that map to clean, simple POCOs. Great support for testing where OrmLite methods can be mocked.
ServiceStack.OrmLite.SqlServer
by: ServiceStack
- 1.737k total downloads
- Latest version: 5.14.0
Light, simple and fast convention-based code-first POCO ORM for Sql Server.
Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLServer.
ServiceStack.Redis
by: ServiceStack
- 2.789k total downloads
- Latest version: 5.14.0
C# Redis Client for the worlds fastest distributed NoSQL datastore.
Byte[], String and POCO Typed clients.
Thread-Safe Basic and Pooled client managers included.
ServiceStack.Server
by: ServiceStack
- 1.647k total downloads
- Latest version: 5.14.0
Integration libraries and adapters with other major ServiceStack server components.
Includes high-level API's that use OrmLite and Redis including:
- AutoQuery
- Redis MQ
- OrmLiteAuthRepository
- OrmLiteCacheClient
- OrmLiteAppSettings
- RedisServerEvents
- RedisRequestLogger
ServiceStack.Signed
by: Service Stack
- 951 total downloads
- Latest version: 4.5.14
Deprecated. Use the strong named ServiceStack package instead.
ServiceStack.Text
by: ServiceStack
- 3.561k total downloads
- Latest version: 5.14.0
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
Contains ServiceStack's high-performance text-processing powers, for more info see:
https://github.com/ServiceStack/ServiceStack.Text
ServiceStack.Text.Core
by: ServiceStack
- 560 total downloads
- Latest version: 1.0.44
.NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient.
Contains ServiceStack's high-performance text-processing powers, for more info see: https://servicestack.net/text
ServiceStack.Text.Signed
by: ServiceStack
- 941 total downloads
- Latest version: 4.5.14
Deprecated. Use the strong named ServiceStack.Text package instead.
SharpCompress
by: Adam Hathcock
- 1.705k total downloads
- Latest version: 0.24.0
SharpCompress is a compression library for NET Standard 1.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.
SharpDX
by: Alexandre Mutel
- 1.845k total downloads
- Latest version: 4.2.0
Core assembly for all SharpDX assemblies.
SharpDX.D3DCompiler
by: Alexandre Mutel
- 1.539k total downloads
- Latest version: 4.2.0
Assembly providing DirectX - D3DCompiler managed API.
SharpDX.Direct2D1
by: Alexandre Mutel
- 2.024k total downloads
- Latest version: 4.2.0
Assembly providing DirectX - Direct2D, DirectWrite and WIC managed API.
SharpDX.Direct3D11
by: Alexandre Mutel
- 1.671k total downloads
- Latest version: 4.2.0
Assembly providing DirectX - Direct3D11, Direct3D11.1 and Effects11 managed API.
SharpDX.Direct3D9
by: Alexandre Mutel
- 1.749k total downloads
- Latest version: 4.2.0
Assembly providing DirectX - Direct3D9 managed API.
SharpDX.DXGI
by: Alexandre Mutel
- 1.633k total downloads
- Latest version: 4.2.0
Assembly providing DirectX - DXGI managed API.
SharpGen.Runtime
by: jkoritzinsky
- 1.409k total downloads
- Latest version: 2.4.2-beta
Support classes for code generated by SharpGen.
SharpGen.Runtime.COM
by: jkoritzinsky
- 974 total downloads
- Latest version: 2.4.2-beta
C# COM Interop classes for use with SharpGenTools generated libraries
SharpPcap
by: Chris Morgan
- 56 total downloads
- Latest version: 4.4.0
SharpPcap is a cross-platform(Windows, Mac, Linux) packet capture framework for the .NET environment. It provides an API for capturing, injecting, analyzing and building packets using any .NET language such as C# and VB.NET.
SharpZipLib
by: ICSharpCode
- 294 total downloads
- Latest version: 1.3.3
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
Should
by: Eric Hexter, Tim Scott
- 54 total downloads
- Latest version: 1.1.20
The Should Assertion Library provides a set of extension methods for test assertions for AAA and BDD style tests. It provides assertions only, and as a result it is test runner agnostic. The assertions are a direct fork of the xUnit test assertions. This project was born because test runners Should be independent of the assertions!