Try the Live Demo

Some quick notes about the demo:

  • The demo data will reset every hour
  • The demo application is running in a low service tier and may take a few seconds to spin up.
  • In a real deployment, subdomains can be used to resolve tenants. In the demo, tenants are switched at login with the tenant selection.
  • To see data isolation in action, try logging in as different tenant users.
  • Only the root tenant can access the tenant management area.
  • Only admin level users can access the user administration area.
  • Every tenant has a default admin: admin@email.com
  • The password for all users: Password123!

Thank you for your interest. You can also send a message to learn more about the boilerplate.

asp nano

Please allow 10-15 seconds for the app to boot from a cold start. Try the live demo with the links below:

Detailed Articles on ASP.NET Core, React, and Web Development

Free coding articles. Complex topics explained simply by a real human, with context and real world examples.
Latest Posts
Multi-tenant ASP.NET with Multiple Databases
  • ASP.NET
Build a Multi-Tenant App With Multiple Databases – Free Guide (Part 2)
In the last article, we learned the basics of building a multi-tenant application with ASP.NET and Entity Framework. In this article, we will build on that same project and refactor the solution […]
  • ASP.NET
  • Back-End Development
  • Entity Framework
  • Multitenancy
  • SaaS
  • Tutorial
  • ASP.NET
Build a Multi-Tenant App With Entity Framework Core & ASP.NET 7 – Free Guide (Part 1)
There is always a point in a software developer’s career where they start to think about building a Software as a Service (SaaS) type platform. A SaaS business model is one where […]
  • ASP.NET
  • Back-End Development
  • Entity Framework
  • Multitenancy
  • SaaS
  • Tutorial
  • ASP.NET
Query Filters in Entity Framework Core & ASP.NET
One of the main reasons I like ASP.NET so much is that it has great tooling for working with data. Entity Framework is the standard ORM in the ASP.NET framework. EF provides […]
  • ASP.NET
  • Back-End Development
  • Entity Framework
  • Tutorial
  • ASP.NET
Dependency Injection ASP.NET Core (.NET 7). Example Project GitHub
If you want to learn about Dependency Injection, you’ve come to the right place. Its one of my favorite topics in all of programming. It is however, useful to understand some context […]
  • ASP.NET
  • Back-End Development
  • Tutorial
Interfaces in ASP.NET
  • ASP.NET
Using Interfaces in ASP.NET Core (.NET 7). Tutorial and Guide
So, what’s the deal with interfaces? To be honest, I never used them when I worked in ASP.NET MVC 5 projects. Anyone who worked on larger enterprise applications probably used them regularly, […]
  • ASP.NET
  • Back-End Development
  • Tutorial
Need an ASP.NET Boilerplate to build your next MVP?
Check out Nano ASP.NET multi-tenant SaaS boilerplate project and save weeks or months of development time.
Learn More