This is a sample Multi-Tenant application built using ASP.NET Boilerplate and module-zero.
- Anyone can create a tenant using a registration form and becomes admin of the tenant.
- Anyone can register to a tenant.
- Tenant admin can create and cancel events.
- Tenant users can see events and other registered users.
- Tenant users can register to events based on some policy.
- Tenant users can cancel their registration based on some policy.
LIVE DEMO: http://eventcloud.aspnetboilerplate.com
Note: You can register to default tenant or create your own tenant.
ARTICLE: http://www.codeproject.com/Articles/1043326/A-Multi-Tenant-SaaS-Application-With-ASP-NET-MVC-A