Creating .NET Apps with Nano Boilerplate CLI: Multi-Tenant SaaS Template

Опубликовано: 26 Март 2026
на канале: Nano ASP Boilerplate
1,787
29

The Nano Boilerplate is an adaptable .NET template which allows you to build modern web applications, with multi-tenant features, in record time.

Part 2 of this video:
   • Building CRUD Features in .NET: Generate S...  

Check out the installation instructions here: https://aspnano.com/guide/dotnet-setup/

Using the CLI tool
https://aspnano.com/guide/using-the-c...

Building CRUD endpoints:
https://aspnano.com/build-crud-api-en...

Learn more about the project at https://www.aspnano.com

00:00 - Introduction
00:16 - Installing the NuGet package
00:38 - Creating a new project
01:43 - Test creating a new tenant
02:04 - Front-end SPA projects
02:30 - Creating a Razor Pages app (from command line)
03:31 - Next guide