# ServiceStack ## Docs Overview - [Why ServiceStack](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/why-servicestack.md) - [Architecture Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/architecture-overview.md) - [Servicify existing Systems](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/servicify.md): Instantly Servicify existing Systems - [Explore ServiceStack](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/explore-servicestack.md) Releases - [Latest Release Notes](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/releases/v8_06.md): ServiceStack v8.6 - [Release Notes History](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/release-notes-history.md) - [Pre-release NuGet Packages](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/pre-release.md): Pre Release NuGet Packages Getting Started - [Create your first WebService](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/create-your-first-webservice.md) - [Your first WebService explained](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/your-first-webservice-explained.md): Your first Web Service Explained - [Service API Design](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/api-design.md): ServiceStack API design - [Service Return Types](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/service-return-types.md) - [Design RESTful Services](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/design-rest-services.md) - [Design Message-based APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/design-message-based-apis.md) - [Modular Startup](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/modular-startup.md) - [dotnet tool - Win/Mac/Linux Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dotnet-tool.md): ServiceStack's .NET Core Utility Belt - [npx get-dtos](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/npx-get-dtos.md): Add ServiceStack Reference using npx get-dtos - [x new - Project Template](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dotnet-new.md): Create Projects with 'x new' - [app tool - .NET Windows Desktop](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/netcore-windows-desktop.md): .NET Core Windows Desktop Apps - [mix tool - Mix n' Match .NET Apps](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/mix-tool.md): Mix features into ASP.NET Core Projects from Gists - [Post Command - Inspect HTTP APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/post-command.md): Post Command - HTTP API Command Line Utils Background Concepts - [What is a Message-based Web Service](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/what-is-a-message-based-web-service.md): What is a Message-based WebService - [Advantages of message-based Services](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/advantages-of-message-based-web-services.md): Advantages of message-based WebServices - [Why Remote Services should use DTOs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/why-remote-services-use-dtos.md) - [Complexity, Services and Role of DTOs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/service-complexity-and-dto-roles.md) - [API First Development](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/api-first-development.md) UIs - [Auto HTML API](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auto-html-api.md): Auto HTML API Page - [API Explorer](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/api-explorer.md) - [Locode](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/.md) - [Admin UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui.md) - [Admin Identity Users UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-identity-users.md): Identity User Admin Feature - [Admin Manage Users UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-users.md): User Admin Feature - [Admin Redis](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-redis.md): Redis Admin - [Admin Database](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-database.md): Database Admin - [Admin DB Validation UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-validation.md): Admin UI Validation - [Admin Logging & Profiling UI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-profiling.md): Logging & Profiling UI - [Admin UI Features](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/admin-ui-features.md) Reference - [AppHost](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/host-configuration.md): AppHost Configuration - [IOC](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ioc.md): ServiceStack's IOC - [ASP.NET Core IOC](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/net-ioc.md) - [Routing](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/routing.md) - [Endpoint Routing](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/endpoint-routing.md) - [Rate Limiting](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/rate-limiting.md) - [Order of Operations](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/order-of-operations.md) - [Customize HTTP Responses](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/customize-http-responses.md) - [Customize JSON Responses](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/customize-json-responses.md) - [Configuration & AppSettings](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/appsettings.md) - [Metadata Pages](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/metadata-page.md) - [ServiceStack.AI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/servicestack-ai.md) - [SVG Support](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/svg.md) - [REST, SOAP & default endpoints](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/endpoints.md) - [SOAP support](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/soap-support.md) Error Handling - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/error-handling.md): Error Handling - [Validation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/validation.md): Validation and Error Handling - [World Validation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/world-validation.md) - [Declarative Validation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/declarative-validation.md) - [Debugging](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/debugging.md) Clients - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/clients-overview.md): Service Clients Overview - [C#/.NET Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/csharp-client.md): C#/.NET Service Clients - [TypeScript Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/typescript-add-servicestack-reference.md) - [JavaScript Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/javascript-client.md): JsonServiceClient - [Java Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/java-add-servicestack-reference.md) - [Swift Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/swift-add-servicestack-reference.md) - [Dart Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dart-add-servicestack-reference.md) - [Service Gateway](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/service-gateway.md) - [MQ Clients](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/messaging.md) Add ServiceStack Reference - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/add-servicestack-reference.md): Add ServiceStack Reference - [C# Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/csharp-add-servicestack-reference.md): C# Add ServiceStack Reference - [TypeScript Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/typescript-add-servicestack-reference.md): TypeScript Add ServiceStack Reference - [JavaScript Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/javascript-add-servicestack-reference.md): ES6 Class Add ServiceStack Reference - [Python Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/python-add-servicestack-reference.md): Python Add ServiceStack Reference - [PHP Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/php-add-servicestack-reference.md): PHP Add ServiceStack Reference - [Swift Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/swift-add-servicestack-reference.md): Swift Add ServiceStack Reference - [Java Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/java-add-servicestack-reference.md): Java Add ServiceStack Reference - [Kotlin Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/kotlin-add-servicestack-reference.md): Kotlin Add ServiceStack Reference - [Dart Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dart-add-servicestack-reference.md): Dart Add ServiceStack Reference - [F# Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/fsharp-add-servicestack-reference.md): F# Add ServiceStack Reference - [VB.NET Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vbnet-add-servicestack-reference.md): VB.NET Add ServiceStack Reference - [ES3 Common.js Add Reference](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/commonjs-add-servicestack-reference.md): ES3 Common.js Add ServiceStack Reference Server Events - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/server-events.md): Server Events - [C# Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/csharp-server-events-client.md): C# Server Events Client - [TypeScript Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/typescript-server-events-client.md): TypeScript Server Events Client - [Java Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/java-server-events-client.md): Java Server Events Client - [JavaScript Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/javascript-server-events-client.md): JavaScript Server Events Client - [gRPC Clients](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/server-events-grpc.md): gRPC Server Events - [Redis Server Events](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis-server-events.md): Redis ServerEvents Background Jobs - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/background-jobs.md): Background Jobs - [Schedule Recurring Tasks](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/recurring-tasks.md) - [Commands](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/commands.md): Commands Feature MQ Messaging - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/messaging.md): Messaging API - [Background MQ](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/background-mq.md): Background MQ Service - [Rabbit MQ](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/rabbit-mq.md) - [Redis MQ](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis-mq.md) - [Amazon SQS MQ](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/amazon-sqs-mq.md) - [Azure Service Bus MQ](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/azure-service-bus-mq.md) Jupyter Notebooks - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/jupyter-notebooks.md): Jupyter Notebooks - [Python Jupyter Notebooks](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/jupyter-notebooks-python.md) - [C# Jupyter Notebooks](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/jupyter-notebooks-csharp.md) - [F# Jupyter Notebooks](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/jupyter-notebooks-fsharp.md) - [Jupyter Reporting](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/jupyter-notebooks-reporting.md): Jupyter Notebooks for Reporting GitHub Action Templates - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/github-action-templates.md): GitHub Action Templates for Faster CI Setup - [GitHub GHR & SSH Docker Compose](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ssh-docker-compose-deploment.md): GitHub Action Docker Compose deployments via SSH - [Kamal with GitHub Actions](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/kamal-deploy.md): Deploying with Kamal - [GitHub GHR & Digital Ocean](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/do-github-action-mix-deployment.md): Deploying to Digital Ocean via GitHub Actions and SSH - [AWS ECR & ECS with NGINX](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/mix-github-actions-aws-ecs.md): GitHub Actions mix template - Deploy to AWS ECS Encrypted Messaging - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/encrypted-messaging.md) Advanced - [Logging](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/logging.md): An implementation-free logging API for .NET - [Request & Response filters](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/request-and-response-filters.md) - [Filter attributes](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/filter-attributes.md): Filter Attributes - [Access HTTP features in services](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/access-http-specific-features-in-services.md): Access HTTP-specific Features in Services - [Serialization & Deserialization](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/serialization-deserialization.md): Serialization and Deserialization - [Auto-Mapping](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auto-mapping.md): Auto Mapping - [Auto Batched Requests](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auto-batched-requests.md) - [Virtual File System](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/virtual-file-system.md) - [Multitenancy](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/multitenancy.md) - [Physical Project Structure](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/physical-project-structure.md) - [Modularizing Services](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/modularizing-services.md) - [Built-in profiling](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/built-in-profiling.md): Built-in Mini Profiler - [Hot Reloading](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/hot-reloading.md) - [HTML, CSS and JS Minifiers](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/html-css-and-javascript-minification.md): HTML, CSS and JavaScript Minification - [Unified Navigation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/navigation.md) - [App Tasks](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/app-tasks.md) - [MVC Integration](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/mvc-integration.md): ASP.NET MVC Integration - [ServiceStack Integration](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/servicestack-integration.md) - [Run side-by-side with another fx](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/servicestack-side-by-side-with-another-web-framework.md): Run side-by-side with another Framework - [Versioning](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/versioning.md) - [Config API](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/config-api.md) - [Concurrency Model](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/concurrency-model.md) - [Form Hijacking Prevention](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/form-hijacking-prevention.md) - [Create a WebService from scratch](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/create-webservice-from-scratch.md): Creating a WebService from scratch Formats - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/formats.md): Content Types - [JSON Format](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/json-format.md) - [System.Text.Json APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/system-text-json.md) - [CSV Format](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/csv-format.md) - [JSV Format](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/jsv-format.md) - [JSON Lines Format](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/jsonl-format.md): JSON Lines Data Format - [MessagePack Format](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/messagepack-format.md): MsgPack Format - [ProtoBuf Format](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/protobuf-format.md) - [HTML5 Report Format](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/html5reportformat.md): HTML5 JSON Report Format .NET Core - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/netcore.md): .NET Core Overview - [.NET Core Redis](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/netcore-redis.md): ServiceStack.Redis on .NET Core - [Configure localhost dev cert](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/netcore-localhost-cert.md): Configure localhost development dev certificate - [Deploy to Amazon Linux 2 AMI](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/deploy-netcore-to-amazon-linux-2-ami.md): Deploying .NET Core Apps to Amazon Linux 2 AMI - [Deploy .NET Core Apps to AWS ECS](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/deploy-netcore-docker-aws-ecs.md): Deploy .NET Core with Docker to EC2 Container Service - [Deploy .NET Core Apps using rsync](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/netcore-deploy-rsync.md): Deploying .NET Core Apps to Ubuntu with rsync Utils - [Text Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/text.md): ServiceStack.Text - [HTTP Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/http-utils.md) - [Dump Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/dump-utils.md) - [Reflection Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/reflection-utils.md) - [JS Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/js-utils.md): JavaScript Utils - [Adhoc Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/adhoc-utils.md) - [Simple IOC](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/simple-ioc.md): Simple Container Caching - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/caching.md): Caching Providers - [HTTP Caching](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/http-caching.md) - [CacheResponse Attribute](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/cacheresponse-attribute.md) - [Cache Aware Clients](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/cache-aware-clients.md): Cache Aware Service Clients - [Compression](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/compression.md) Plugins - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/plugins.md): Plugins - [Open API v3](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/openapi.md) - [Open API v2](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/openapi-v2.md): Open API - [CORS Feature](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/corsfeature.md) - [Proxy Feature](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/proxy-feature.md) - [Request logger](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/request-logger.md): Request Loggers - [SQLite Request Logs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/sqlite-request-logs.md) - [Lisp TCP REPL Server](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/lisp-tcp-repl-server.md) - [Postman](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/postman.md) - [Sitemaps](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/sitemaps.md) - [Cancellable Requests](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/cancellable-requests.md) - [Webhooks](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/webhooks.md): Web Hooks View Engines - [ServiceStack Razor](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/netcore-razor.md): Smart MVC Razor Pages - [Razor UI Controls](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-ui-controls.md) - [Razor Notes](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-notes.md) - [View and Template Selection](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/view-and-template-selection.md): View & Template Selection - [Compiled Razor Views](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/compiled-razor-views.md) - [Razor Views vs Content Pages](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-views-vs-content-pages.md) JavaScript Web Apps - [Vue Components](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue-components.md) - [Embedded UMD @servicestack/client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/servicestack-client-umd.md) - [ss-utils.js JavaScript Client Library](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ss-utils-js.md) Hosts - [IIS](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/iis.md): IIS Hosting - [Self-hosting](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/self-hosting.md): Self-Hosting Tests - [Testing](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/testing.md) - [HowTo write unit & integration tests](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/howto-write-unit-integration-tests.md): How to write Unit & Integration tests Blazor - [Blazor WASM Tailwind](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/blazor-tailwind.md): Blazor Tailwind - [Blazor Server Tailwind](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/blazor-server.md): Blazor Server Tailwind Template - [Blazor WASM Bootstrap](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/blazor-bootstrap.md) - [Blazor Components](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/blazor-components.md): Blazor Tailwind Components - [Blazor Diffusion](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/blazor-diffusion.md) - [File Blazor Demo](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/files-blazor.md): Files Blazor Java - [Java ServiceStack Resources](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/java.md): Java Resources - [Android Studio & IntelliJ](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/java-add-servicestack-reference.md) Other Languages - [Swift](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/swift.md): Swift Resources - [F#](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/fsharp.md): F# Resources - [VB.NET](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vbnet.md): VB.NET Resources Deployment - [Deploy Multiple Sites to single AWS](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/deploy-multiple-sites-to-aws.md): Deploy Multiple Sites to a single AWS EC2 instance - [Simple Deployments with WebDeploy](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/simple-deployments-to-aws.md): Deploy multiple ASP.NET Websites to AWS with WebDeploy - [Deployments with OctopusDeploy](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/advanced-deployment-octopus-deploy.md): Advanced Deployments with Octopus Deploy Amazon Web Services - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/aws.md): ServiceStack.Aws - [PocoDynamo](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/aws-pocodynamo.md) - [Getting Started with AWS](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/aws-getting-started.md): Getting started with AWS + ServiceStack Azure - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/azure.md): Azure Resources Stripe - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/stripe.md): ServiceStack.Stripe Install 3rd Party Products - [Redis on Windows](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/install-redis-windows.md): Install Redis on Windows - [RabbitMQ on Windows](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/install-rabbitmq-windows.md): Install RabbitMQ on Windows and .NET - [Redis SSL on Azure](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ssl-redis-azure.md): Secure SSL Redis connections - [RHEL 9 Cryptography](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/rhel9-cryptography.md): Support for RHEL 9's hardened cryptography policy Performance - [Real world performance](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/real-world-performance.md): Real World Performance Future - [Roadmap](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/roadmap.md) AI Server - [Quick Start](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/quickstart.md) - [Configuration](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/configuration.md): Configuring AI Server - [Ollama](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/ollama.md): Self-hosted AI Providers with Ollama - [ComfyUI Agent](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/comfy-extension.md) - [OpenAI Chat in 11 languages](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/openai-chat-all-languages.md): Typed Open AI Chat & Ollama APIs in 11 Languages Usage - [Chat](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/chat.md): AI Server API Usage - [Text to Image](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/text-to-image.md) - [Image to Text](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/image-to-text.md) - [Image to Image](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/image-to-image.md) - [Image with Mask](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/image-with-mask.md) - [Image Upscale](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/image-upscale.md) - [Speech to Text](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/speech-to-text.md) - [Text to Speech](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/text-to-speech.md) Transform - [Image Transforms](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/transform/image.md): Image Transform Endpoints - [Video Transforms](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ai-server/transform/video.md): Video Transform Endpoints Auth - [Client Authentication](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/client-auth.md): Service Clients Authentication - [Restricting Services](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/restricting-services.md) - [Encrypted Messaging](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/encrypted-messaging.md) ASP.NET Core Identity Auth - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/identity-auth.md): ASP.NET Core Identity Auth - [JWT Identity Auth](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/jwt-identity-auth.md) - [API Keys](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/apikeys.md) - [Simple Admin Auth with API Keys](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/admin-apikeys.md): Simple Auth for .NET 8 Apps - [Migrate to Identity Auth](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/migrate-to-identity-auth.md): Migrate to ASP.NET Core Identity Auth - [Using IdentityServer4 Auth](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/identityserver.md): Using IdentityServer4 Auth in ServiceStack ServiceStack Auth - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/authentication-and-authorization.md): Authentication and Authorization - [Auth Repository](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/auth-repository.md) - [Using ServiceStack Auth in MVC](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/identity-servicestack.md) - [Sessions](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/sessions.md) - [JWT AuthProvider](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/jwt-authprovider.md): JWT Auth Provider - [API Key AuthProvider](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/api-key-authprovider.md): API Key Auth Provider - [Sign in with Apple AuthProvider](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/signin-with-apple.md): Sign in with Apple Auth Provider - [Anti Forgery](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/auth/anti-forgery.md) AutoQuery - [AutoQuery RDBMS](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/rdbms.md) - [AutoQuery Data](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/data.md) - [AutoQuery Data Memory](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/memory.md): AutoQuery Memory Data Source - [AutoQuery Data Service](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/service.md): AutoQuery Service Data Source - [AutoQuery Data DynamoDB](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/dynamodb.md): AutoQuery DynamoDB Data Source - [AutoQuery CRUD](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/crud.md) - [AutoQuery Audit Log](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/audit-log.md): AutoQuery CRUD Executable Audit Log - [AutoGen](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/autogen.md): AutoQuery AutoGen CRUD Services - [AutoQuery CRUD Bookings Demo](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/bookings-crud.md) - [Why Not OData](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/why-not-odata.md): Why not OData? CRUD APIs & UI Generator - [Text to Blazor CRUD App](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/text-to-blazor.md) - [TypeScript Data Models](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/okai-models.md): Generate CRUD APIs + UI - [Generate from Existing DBs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/okai-db.md): Generate CRUD APIs and UIs for existing DBs - [Free LLM Chat Models](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/autoquery/okai-chat.md): Free LLM Chat Prompts ServiceStack gRPC - [SSL Configuration](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/ssl.md): gRPC SSL Configuration - [C#/F#/VB.NET Generic Clients](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/generic.md): Smart Generic C# / F# / VB.NET Service Client - [gRPC Flutter](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/flutter.md): gRPC protoc Flutter Dart Client - [gRPC Android](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/android.md): gRPC protoc Android Java Client - [gRPC C#](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/csharp.md): gRPC protoc C# Client - [gRPC Swift](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/swift.md): gRPC protoc Swift Client - [gRPC Java](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/java.md): gRPC protoc Java Client - [gRPC Dart](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/dart.md): gRPC protoc Dart Client - [gRPC GO](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/go.md): gRPC protoc GO Client - [gRPC Node.js](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/nodejs.md): gRPC protoc Node.js Client - [gRPC Python](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/python.md): gRPC protoc Python Client - [gRPC Ruby](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/ruby.md): gRPC protoc Ruby Client - [gRPC PHP](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/grpc/php.md): gRPC protoc PHP Client Locode - [Database-First](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/database-first.md): Locode - Database-First - [Code-First](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/code-first.md): Locode - Code-First C# Development Model - [Declarative Attributes](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/declarative.md): Declarative Dev Model using Attributes - [Code Customizations](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/programmatic.md): Programmatic Dev Model - [Branding & Appearance](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/branding.md): Appearance & Branding - [Format Functions](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/formatters.md) Custom HTML/JS - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/custom-overview.md): Custom Locode Apps - [Custom AutoQueryGrid](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/custom-autoquerygrid.md) - [Custom Forms](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/custom-forms.md) - [Custom Components](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/custom-components.md): Custom HTML Components File Management - [Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/files-overview.md): Managed Files Uploads - [File Blazor Demo](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/files-blazor.md): Files Blazor - [File System](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/files-upload-filesystem.md): File System Managed File Uploads - [AWS](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/files-upload-aws.md): AWS S3 Managed File Uploads - [Azure](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/files-upload-azure.md): Azure Blob Storage Managed File Uploads Features - [Auditing](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/auditing.md) - [Advanced](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/locode/advanced.md): Advanced Locode Features OrmLite - [Installation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/installation.md): OrmLite Installation - [Getting Started](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/getting-started.md): Getting started with OrmLite - [API Overview](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/ormlite-apis.md): OrmLite API Overview - [Async APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/async-apis.md): OrmLite Async API - [DB Migrations](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/db-migrations.md): Code-First DB Migrations - [Litestream](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/litestream.md) - [Install Postgres, MySql & MSSQL](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/install-postgres-mysql-sqlserver.md): Install PostgreSQL, MySql and SQL Server with Docker - [Multiple App Databases](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/multi-database-app.md) - [Scalable SQLite](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/scalable-sqlite.md) OrmLite APIs - [Select APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/apis/select.md): OrmLite SELECT APIs - [Insert APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/apis/insert.md): OrmLite INSERT APIs - [Update APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/apis/update.md): OrmLite UPDATE APIs - [Delete APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/apis/delete.md): OrmLite DELETE APIs - [Schema APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/apis/schema.md): Schema, Table & Column APIs Advanced Topics - [Bulk Inserts](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/bulk-inserts.md) - [Reference Support](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/reference-support.md): Reference Support, POCO style - [Typed Join Expressions](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/typed-joins.md): Typed SqlExpression support for JOINs - [Dynamic Result Sets](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/dynamic-result-sets.md) - [Database Transactions](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/transactions.md) - [Type Converters](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/type-converters.md): OrmLite Type Converters - [OrmLite Utils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/ormlite-utils.md) - [Ensure APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/ensure-apis.md): OrmLite Ensure APIs - [Logging & Introspection](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/introspection.md): OrmLite Logging and Introspection - [Complex Type Serializers](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/complex-type-serializers.md): Pluggable Complex Type Serializers - [Insert & Update Filters](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/filters.md): OrmLite Filters - [Custom SQL](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/custom-sql.md) - [SQL Customizations](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/customized-sql-features.md): Customized SQL Features - [Dictionary APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/dictionary-apis.md) RDBMS specific features - [SQL Server Features](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/sql-server-features.md) - [PostgreSQL Features](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/postgres-features.md) Background Info - [Optimistic Concurrency](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/optimistic-concurrency.md) - [Untyped APIs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/untyped-apis.md): OrmLite Untyped API and T4 Templates - [AutoGen & T4 templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/autogen-t4.md): AutoGen & T4 Templates - [Stored Procedures](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/stored-procedures.md): OrmLite Stored Procedure Usage - [Multi database connections](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/multi-database-connections.md): Multi-nested database connections example - [OrmLite Shippers example](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/shippers-example.md): OrmLite walk through example - [Customer Orders example](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/customer-orders-example.md): Customer & Order example - [AWS & RDS Support](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/aws-rds-databases.md): OrmLite support for AWS & RDS Managed Databases - [Limitations](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/ormlite/limitations.md) Introduction - [What is Razor Press?](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/what-is-razor-press.md) - [Structure](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/structure.md) - [Static Site Generation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/ssg.md): Static Site Generation (SSG) - [Deployments](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/deployments.md) Markdown - [Markdown Syntax](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/syntax.md) - [Markdown Containers](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/containers.md): Custom Markdown Containers - [Using Vue in Markdown](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/vue-in-markdown.md) Features - [Sidebars](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/sidebars.md) - [Redirects](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/redirects.md) - [Typesense Real-Time Search](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/typesense.md) Redis - [Getting Started](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/getting-started.md): Getting Started with Redis in .NET - [Redis Client Managers](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/client-managers.md): Managing connections - [Redis Client Usage](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/client-usage.md): Getting Started with Redis Client APIs - [Redis Async](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/async.md): Redis Async APIs Redis - Advanced - [Redis Generic Custom Commands](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/custom-commands.md): Redis Custom Commands - [Redis PubSub](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/pubsub.md): Redis Managed Pub/Sub Server - [Redis Sentinel](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/sentinel.md) - [Redis Lua](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/lua.md): RedisClient LUA APIs - [Redis Distributed Locking](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/distributed-locking.md) - [Redis Troubleshooting](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/troubleshooting.md): Troubleshooting issues Redis - Related Docs - [Redis Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/client.md) - [Redis Typed Client](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/typed-client.md) - [Redis Transactions](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/transactions.md) - [Redis Typed Transactions](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/typed-transactions.md) - [Redis Stats](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/stats.md) - [Redis Profiling](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/profiling.md) - [Redis Admin Desktop](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/redis-desktop.md): Redis Admin Desktop App - [Automatic Retries](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/automatic-retries.md) - [Designing a NoSql Database](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/design-nosql.md): Design a Blog with Redis - [Data migrations with Redis](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/redis/schemaless-migration.md) Project Templates - [Blazor Server Tailwind](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/blazor-server.md): Blazor Server Tailwind Template - [Blazor WASM Tailwind](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/blazor-tailwind.md): Blazor Tailwind - [Blazor Components](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/blazor-components.md): Blazor Tailwind Components - [Vite Vue SPA Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/vue.md): Vue SPA Project Template - [Vite React SPA Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/react.md): React SPA Project Template - [Jamstack Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/jamstack.md): C# Jamstack Project Templates - [Empty Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/empty.md): Empty Project Templates - [Website Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/websites.md): Website Project Templates - [MVC Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/mvc.md): MVC Project Templates - [Single Page App Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/single-page-apps.md): Single Page App Project Templates - [Nuxt Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/nuxt.md): Nuxt Project Templates - [Svelte Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/svelte.md): Svelte Project Templates - [Angular Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/angular.md): Angular Project Templates - [AWS Lambda Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/aws.md): AWS Project Templates - [Desktop Templates](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/desktop.md): Desktop Project Templates - [ASP.NET Core on .NET Framework](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/corefx.md): Run ASP.NET Core Apps on the .NET Framework - [Vue, React, Angular Components](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/spa-components.md): Single Page App Components - [Razor Press](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/razor-press/.md) - [Creator Kit](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/creatorkit/.md) - [Tour of Webpack](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/webpack.md) - [Install ServiceStackVS](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/install-servicestackvs.md) - [Cross platform dotnet scripts](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/templates/dotnet-scripts.md) Vue - [Install](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/install.md): Installation Component Gallery - [AutoQueryGrid](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/autoquerygrid.md): AutoQueryGrid Component - [DataGrid](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/datagrid.md): DataGrid Component - [Auto Forms](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/autoform.md): Auto Form Components - [Custom Auto Forms](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/custom-autoforms.md) - [Form Inputs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/form-inputs.md): Form Inputs Components - [FileInput](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/fileinput.md): FileInput Component - [TagInput](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/taginput.md): TagInput Component - [Combobox](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/combobox.md): Combobox Component - [Autocomplete](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/autocomplete.md): Autocomplete Component - [Markdown Editor](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/markdown.md): Markdown Input Component - [Custom Inputs](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/custom-inputs.md): Custom Input Components - [Modals](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/modals.md): Modal Components - [Navigation](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/navigation.md): Navigation Components - [Alerts](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/alerts.md): Alert Components - [Formats](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/formats.md): Format Examples Library - [useMetadata](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/use-metadata.md): App Metadata - [useClient](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/use-client.md): JSON API Client Features - [useAuth](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/use-auth.md): Auth Features - [useFormatters](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/use-formatters.md): Formatting Functions and Methods - [useFiles](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/use-files.md): File Utils - [useConfig](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/use-config.md): Vue Tailwind Global Configuration - [useUtils](https://raw.githubusercontent.com/ServiceStack/docs.servicestack.net/refs/heads/main/MyApp/_pages/vue/use-utils.md): General Utils