Getting Started

Different ways for getting started with ServiceStack
Project templates, Walkthroughs, Docs and Videos
Choose what's best for you

Get the .NET SDK

If you haven't already got the .NET SDK installed, we recommended starting with the latest .NET SDK.

Getting Started

Customize & Download a new C# Project

ServiceStack has a number of different integrated project templates to help you get started quickly

Add Features

Features

RDBMS

Data Stores

Messaging (MQ)

reset
see mix for adding more features after project is created

Alternatively create & restore this new custom Web App with the x dotnet tool:

x new web MyApp && cd MyApp && x mix -f autoquery ef-sqlite