1. .NET's fastest JSON Serializer by ServiceStack

    By:

    .NET's fastest JSON, JSV and CSV Text Serializers. Fast, Light, Resilient. Benchmarks at: http://servicestack.net/benchmarks/ Includes the String and Stream functionality for all the ServiceStack projects including: - T.Dump() generic extension method for easy dbugging and introspection of types - WebRequest, Li... More information

  2. Service Clients and Common libs for ServiceStack projects

    By:

    Common library dependency for other ServiceStack projects. Includes JSON, XML, JSV and SOAP Generic Service Clients. Contains: - ServiceStack.Interfaces - ServiceStack.Common Dependencies: - ServiceStack.Text

  3. C# Redis client for the Redis NoSQL DB

    By:

    C# Redis Client for the worlds fastest distributed NoSQL datastore. Byte[], String and POCO Typed clients. Thread-Safe Basic and Pooled client managers included.

  4. ServiceStack webservice framework: Faster, Cleaner, Modern WCF alternative

    By:

    Binaries for the ServiceStack web framework. Visit http://www.servicestack.net/ServiceStack.Hello/ and https://github.com/ServiceStack/ServiceStack/wiki/Create-your-first-webservice for walk throughs and docs on creating your first web service.

  5. OrmLite.SqlServer - Fast, code-first, config-free Poco ORM

    By:

    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.

  6. MVC Adapters for integrating with ServiceStack webservices

    By:

    Full details in Mvc PowerPack: http://servicestack.net/mvc-powerpack/ Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC3. Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory ControllerBase (configured with access to ServiceS... More information

  7. Starter ASP.NET MVC Website Template - ServiceStack at /api

    By:

    Host ServiceStack side-by-side with an existing ASP.NET MVC application at the path '/api'. ServiceStack is a modern, high-performance, code-first web service framework promoting code and web services best practices. Simple, Fast, Elegant. Website: http://www.servicestack.net

  8. Starter ASP.NET Website Template - ServiceStack at /

    By:

    Host ServiceStack in an existing ASP.NET web application at the root path '/'. ServiceStack is a modern, high-performance, code-first web service framework promoting code and web services best practices. Simple, Fast, Elegant. Website: http://www.servicestack.net

  9. ServiceStack.Razor - ServiceStack's HTML story including MVC Razor

    By:

    ServiceStack Razor Documentation: http://razor.servicestack.net - 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 / Mono runtimes. - Add HTML views to existing services. - Change Views and Layout templates... More information

  10. OrmLite.Sqlite.32bit - Fast, code-first, config-free Poco ORM

    By:

    Light, simple and fast convention-based code-first POCO ORM. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Sqlite.

  11. ServiceStack.Logging.NLog

    By:

    Provides NLog logging integration for other ServiceStack projects Includes: - ServiceStack.Logging.NLog.dll Dependencies: - ServiceStack.Interfaces.dll

  12. Bundler: Compile & Minify js, coffeescript, css, less, sass. Integrate in VS.NET/MVC

    By:

    A native node.js-powered Bundler with integration with VS.NET extension + ASP.NET MVC. No added compile or runtime performance costs. Extremely fast and simple pure node.js/javascript solution to statically complie, minify and combine your websites .css, .less, .coffee and .js files into user-defined bundles. Supports configurable bundle setting... More information

  13. ServiceStack.Logging.Log4Net

    By:

    Provides log4net logging integration for other ServiceStack projects Includes: - ServiceStack.Logging.Log4Net.dll Dependencies: - ServiceStack.Interfaces.dll

  14. OrmLite.Sqlite.64bit - Fast, code-first, config-free Poco ORM

    By:

    Light, simple and fast convention-based code-first POCO ORM. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Sqlite.

  15. OrmLite.MySQL - Fast, code-first, config-free Poco ORM

    By:

    Light, simple and fast convention-based code-first POCO ORM for MySQL. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in MySQL.

  16. ServiceStack additional API for integration with Swagger

    By:

    Provides a set of services to be discovered by Swagger (http://swagger.wordnik.com/) Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.

  17. OrmLite.PostgreSQL - Fast, code-first, config-free Poco ORM

    By:

    Light, simple and fast convention-based code-first POCO ORM for PostgreSQL. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Postgres.

  18. ServiceStack.Logging.Elmah

    By:

    Provides Elmah logging integration for other ServiceStack projects Includes: - ServiceStack.Logging.Elmah.dll Dependencies: - ServiceStack.Interfaces.dll

  19. OrmLite.Sqlite - Compatible with Mono. inc. win x86/64 sqlite.dll

    By:

    Light, simple and fast convention-based code-first POCO ORM. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in Sqlite.

  20. Protocol Buffers support for ServiceStack. Includes typed ProtoBuf Client

    By:

    Add the ProtoBuf binary format and endpoint to a ServiceStack web service host.