.NET Technology Show

Backstage pass to all things ServiceStack & .NET

Listen

ServiceStack v8.4 Release

The latest features and improvements in ServiceStack v8.4 covering Background Jobs, SQLite Request Logs, Scalable SQLite Apps and more!


This episode covers the ServiceStack v8.4 release which introduces C# Background Jobs, a feature for queueing and managing background tasks. This feature leverages SQLite as a persistent store, providing robust, scalable, and infrastructure-free job management. All existing .NET 8 Identity Auth templates have also been upgraded to integrate with Background Jobs for sending Identity Auth emails.

The release also includes SQLite Request Logs support for persisting Request Logs into monthly archivable rolling databases enabling a richer monitoring and logging experience.

Finally, this episode highlights the recommended usage of SQLite in high performance scalable applications with a number of OSS Apps built by ServiceStack, demonstrating the advantages of SQLite in web development.

Getting Started

Create any new Identity Auth template which is pre-configured with Background Jobs, e.g:

Blazor Vue

Alternatively create a new project with the x dotnet tool:

x new blazor-vue ProjectName

Videos