Top 20 NuGet Packages depending on Common libraries for ServiceStack projects

Total dependencies: 124

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, ...
Provides a set of services to be discovered by Swagger (http://swagger.io). Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
Client for Momentum PM API
Provides AppSelfHostBase implementation for .NET Core's Kestrel Self Host HTTP Server To get started see: https://servicestack.net/getting-started
Client for Momentum PM Portal-API
Light, simple and fast convention-based code-first POCO ORM for SQLite. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLite.
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
C# Redis Client for the worlds fastest distributed NoSQL datastore. Byte[], String and POCO Typed clients. Thread-Safe Basic and Pooled client managers included.
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 IDbConne...
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.
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 ...
Implements v2.0 of the Open API Specification (https://www.openapis.org). Open API is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
An Memcached cache client implementing ServiceStack's ICacheClient: https://docs.servicestack.net/caching
ServiceStack Razor Documentation: https://razor.netcore.io - Turns ServiceStack into a Complete Web + REST Services Stack. Replaces need for ASP.NET MVC. - Runs In ASP.NET or Self-host, first-class cross-platform support on .NET / .NET Core runtimes. - Add HTML views to existing s...
A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo DB. Implements ServiceStack's built-in AuthProvider Model: https://docs.servicestack.net/authentication-and-authorization inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes out-of-t...
Adds .NET Framework OAuth2 Providers for use in ServiceStack Web and REST Services. Includes built-in support for Google and LinkedIn OAuth2 providers. More Info on Auth Providers: https://docs.servicestack.net/authentication-and-authorization
Rabbit MQ client and server adapters for the ServiceStack web services framework. This library enables consuming and publishing to ServiceStack services when hosted within a Rabbit MQ Server Host.
Add the ProtoBuf binary format and endpoint to a ServiceStack web service host.
Add the Wire binary format and endpoint to a ServiceStack web service host.
Contains ASP.NET and .NET Framework only features used in ServiceStack: - MiniProfiler - SmartThreadPool, AppSelfHostBase