Live Demos of .NET Core Apps. More ServiceStack Demos available at ServiceStackApps and Sharp Apps.
Simple Auth App configured with AppleAuthProvider
inc. Flutter iOS/Android & Swift UI Integration Examples.
Leverage AutoQuery CRUD, ServiceStack Studio with User Admin module to create a Bookings System from scratch in minutes!
YouTube: youtu.be/XpHAaCTV7jE
Showcase of using AutoQuery AutoGen to instantly generate ServiceStack gRPC compatible Services.
YouTube: youtu.be/5NNCaWMviXU
A Todo App exploring the wide world around how easy it is to consume ServiceStack Services in different languages!
Auth and Validation Examples using Server HTML Forms, jQuery, TypeScript, Vuetify, Razor and Sharp Pages
Live Demo: validation.web-app.io
- Sharp Pages using Server Controls - demo
- Server HTML enhanced with TypeScript - demo
- Server HTML enhanced with jQuery - demo
- ServiceStack.Razor using Razor Helpers - demo
- Vue App using Vuetify’s Material Design Controls using ServiceClient Requests - demo
- TypeScript UI using Ajax Forms and ServiceClient Requests - demo
- JavaScript UI using jQuery Ajax Requests - demo
- Client jQuery Ajax Requests rendered by Razor pages - demo
For more info see the World Validation docs.
Empty App only configured with northwind.sqlite
and AutoQuery to showcase AutoGen to instantly servicify existing systems!
TechStacks makes it easy to find, discuss and share information on your favorite technologies with others sharing similar interests:
Live Demo: https://techstacks.io
- Recommended .NET SPA Stack
- Netlify CDN static hosting
- Reddit, HN, Discourse and StackOverflow Community Enhanced features
- Simple rsync Deployments
- Client / Server Validation with Vuetify
- Extensible AutoQuery Services
- Background MQ Email Service
Redis GEO is a simple example showing how to make use of Redis 3.2.0 new GEO capabilities:
Live Demo: https://redis.netcore.io
Feature rich Single Page Chat App, showcasing Server Events support in 170 lines of JavaScript!
Live Demo: https://chat.netcore.io
- Server Events
- Channels
- Client Bindings - ss-utils.js
- Remote Control
- Direct Messaging
- Server Event Services
Simple demo showcasing integration and authentication with ServiceStack from ASP.NET MVC
Live Demo: https://simpleauth-mvc.netcore.io
- ServiceStack Integration with MVC
- Authentication and Authorization
- GitHub
- VK
- Yandex
- JS Utils and Forms AutoBinding
AngularJS Single Page App leveraging AutoQuery in <50 lines of JavaScript + 1 AutoQuery DTO
Live Demo: https://stackapis.netcore.io
Imgur-like App to resize uploaded images in all iOS Resolutions in <30 lines of JavaScript + 1 ServiceStack ImageService
Live Demo: https://imgur.netcore.io
Backbone.js Todo App powered by a C# Redis Client back-end
Live Demo: https://todos.netcore.io
Showcase of ServiceStack's unified HTTP Stack with Razor support, embedded Markdown Razor Views, Controller-less Razor Pages, Cascading Layout templates, Smart View Pages, Flexible Layouts
Live Demo: https://razor.netcore.io
- OrmLite Sqlite
- Runs Everywhere
- One simple and unified HTTP stack
- No Ceremony Option
- Smart View Pages
- Built-in Markdown
- Optimized for developer productivity
GitHub-like browser with complete remote file management over REST APIs in 1 page of jQuery and 1 FileService.cs
Live Demo: https://restfiles.netcore.io
Northwind database viewer, showing how to easily expose read and cached view services of an internal dataset with ServiceStack + OrmLite
Live Demo: https://northwind.netcore.io
- AutoQuery
- OrmLite Sqlite
- Multiple automatic built-in Content-Types
- Custom Media Types - Adding vcard format
- 1 CachedService
Mini StackOverflow Single Page App built using just ServiceStack + Redis