Implemented Multitenancy with EF Core

Building a feature

I recently worked on a part of our platform where we implemented multitenancy using EF Core. EF Core provides a great feature where multitenancy can be implemented using 'Global Query Filters'. With just a few lines of configuration code the app is ready to handle multitenancy. This feature is really good for developer productivity. Details about how to implement it can be found here.