Skip to content

aspnetboilerplate/eventcloud

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 14, 2019 16:11
October 8, 2015 21:57
June 10, 2019 22:43

Important

Issues of this repository are tracked on https://github.com/aspnetboilerplate/aspnetboilerplate. Please create your issues on https://github.com/aspnetboilerplate/aspnetboilerplate/issues.

Event Cloud

This is a sample Multi-Tenant application built using ASP.NET Boilerplate and module-zero. In this repository there are 2 diffrent source code of even cloud sample. One of them is developed using ASP.NET MVC, Angularjs and EntityFramewok, and the other is developed using ASP.NET Core, Angular and EntityFrameworkCore. Here are the feaures:

  • Anyone can create a tenant using a registration form and becomes admin of the tenant.
  • Anyone can register to a tenant.
  • Users can create events.
  • Users can see events and other registered users.
  • Users can register to events based on some policy.
  • Users can cancel their registration based on some policy.
  • Users can cancel their own events.

Live Demo

http://eventcloud.aspnetboilerplate.com

alt login form

Note: You can register to default tenant or create your own tenant.

Articles

There are 2 Codeproject articles explains this example deeply:

ASP.NET MVC, Angularjs and EntityFramework version:

http://www.codeproject.com/Articles/1043326/A-Multi-Tenant-SaaS-Application-With-ASP-NET-MVC-A

ASP.NET Core, Angular and EntityFrameworkCore version

https://www.codeproject.com/Articles/1231118/A-Multi-Tenant-SaaS-Application-With-ASP-NET-Core