Hi Praveen,
We do not have built-in multi-tenant support inside of the product. The closest you can do is manage a different data context for each database used (using a different connection string). In memory you will have Database instanced for each database, that can be achieved by just using different connection strings (I assume the DB name can be the only thing that can change). I think the connection string usage can be hidden behind a front-end that authenticates the user.
Unfortunately at the moment we do not provide a tutorial or best practices articles on the subject but we can definitely look into adding this in the future.
Kind regards,
Petar
the Telerik team
Follow @OpenAccessORM Twitter channel to be the first one to get the latest updates on new releases, tips and tricks and sneak peeks at our product labs!