ServiceStack.Client
by: ServiceStack
- 1.217k total downloads
- Latest version: 10.2.0
JSON, XML, CSV, JSV, SOAP and MQ Generic Service Clients.
ServiceStack.Client.Core
by: ServiceStack
- 1.185k total downloads
- Latest version: 8.10.0
JSON, XML, CSV, JSV, SOAP and MQ Generic Service Clients.
ServiceStack.Common
by: ServiceStack
- 2.024k total downloads
- Latest version: 10.2.0
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Common.Core
by: ServiceStack
- 1.187k total downloads
- Latest version: 8.10.0
#Script, Virtual File System, SimpleContainer and Common library for ServiceStack projects.
ServiceStack.Core
by: ServiceStack
- 1.191k total downloads
- Latest version: 8.10.0
ServiceStack is a simple and fast alternative to WCF, MVC and Web API in one cohesive framework for all your services
and web apps that's intuitive and Easy to use!
To get started see: https://servicestack.net/getting-started
ServiceStack.Extensions
by: ServiceStack
- 902 total downloads
- Latest version: 10.2.0
ServiceStack extensions for .NET Core Apps, including GrpcFeature
ServiceStack.GrpcClient
by: ServiceStack
- 866 total downloads
- Latest version: 10.2.0
ServiceStack's gRPC GrpcServiceClient
ServiceStack.Interfaces
by: ServiceStack
- 1.759k total downloads
- Latest version: 10.2.0
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Interfaces.Core
by: ServiceStack
- 1.202k total downloads
- Latest version: 8.10.0
Lightweight and implementation-free interfaces for DTO's, providers and adapters.
ServiceStack.Jobs
by: ServiceStack
- 260 total downloads
- Latest version: 10.2.0
Background Job Feature and Workers
ServiceStack.Kestrel
by: ServiceStack
- 1.21k total downloads
- Latest version: 10.2.0
Provides AppSelfHostBase implementation for .NET Core's Kestrel Self Host HTTP Server
To get started see: https://servicestack.net/getting-started
ServiceStack.Mvc
by: ServiceStack
- 1.17k total downloads
- Latest version: 10.2.0
MVC Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC.
Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory ControllerBase (configured with access to ServiceStack's ICacheClient, ISession, typed UserSession dependencies).
ServiceStack.OrmLite
by: ServiceStack
- 1.207k total downloads
- Latest version: 10.2.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.Sqlite.Data
by: ServiceStack
- 875 total downloads
- Latest version: 10.2.0
Version of OrmLite Sqlite that uses Microsoft.Data.Sqlite
ServiceStack.OrmLite.SqlServer
by: ServiceStack
- 1.187k total downloads
- Latest version: 10.2.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
- 1.973k total downloads
- Latest version: 10.2.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.327k total downloads
- Latest version: 10.2.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.Text
by: ServiceStack
- 1.98k total downloads
- Latest version: 10.2.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
- 1.241k total downloads
- Latest version: 8.10.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
SharpCompress
by: Adam Hathcock
- 4.606k total downloads
- Latest version: 1.0.0
SharpCompress is a compression library for NET 4.8/NET 8.0/NET 10.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.