Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mhdbouk/multitenantdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultiTenant DEMO

Description

This is the source code for the YouTube video Is Your .NET App Multi-Tenant Yet? Learn How!. In this video, we will learn how to implement multi-tenancy in a .NET application. We will start with a simple Todo application and then add multi-tenancy to it. We will also learn how to use the HttpContext to get the current tenant in the application.

Check the YouTube video here

Is Your .NET App Multi-Tenant Yet? Learn How!

Is Your .NET App Multi-Tenant Yet? Learn How!

Project Structure

The main solution file is MultiTenancy.sln, and the source code is located in the MultiTenancy directory. Here are some key files:

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository.
  2. Run dotnet run to start the application.

Please ensure you have .NET 8 installed on your machine before you proceed.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Source code for the YouTube video `Is Your .NET App Multi-Tenant Yet? Learn How!`

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages