Architecting a Multi-Tenant SaaS solution – why is it different?
Software as a Service is a software delivery model in which software and its associated data are hosted centrally (typically in the (Internet) cloud) and are typically accessed by users using a thin client, normally using a web browser over…
Six Considerations in moving your On-Premise Product to SaaS
Moving a product to SaaS can be as simple as a click of a button but at times can also go to the extent of re-architecting your product. There are several factors that could influence the SaaS migration strategy. Let…
Multi-Tenancy Architecture Models
Complete Multi-Tenant - usually considered to be the purest form of multi-tenancy. This is also called “Shared Everything” model. As the name suggests, all the resources right from infrastructure, application and database are all commonly shared among all the tenants. Since…
Increasing Adoption of SaaS Model
Let me begin with a small introduction to SaaS. Software-as-a-service (SaaS) is a form of software consumption, where the application is offered as a service to customers across the internet. You can consider the SaaS as “renting” the software to…
Cello Framework Ver. 4.2 Released
Cello, the Multi Tenant application development framework version 4.2 released this week. The enhancements and features of this release are listed below: Module Description Workflow If Else Router If-Else-Router is a specialized form of Router that has if-else branching construct…
CelloSaaS Multi Tenant Framework Free Evaluation Copy
A free evaluation copy of CelloSaaS Framework ver. 4.1 is now available for free to download at Techcello. Developers and evaluators who want to evaluate the framework can have a look at the product without buying any license. The evaluation…
Building Multi-tenant, configurable, high quality applications on .NET for any cloud – Demystified
TechCello join hands with Microsoft to present a webinar on Building Multi-tenant, configurable, high quality applications on .NET. In this webinar, you will learn about the design and architectural principles to be followed for a multi-tenant application that can be…
Cello Framework’s Hierarchical Tenant support
A tenant hierarchy is a structured tenant group that is created or modified when you create a tenant under a parent tenant. The tenant becomes a subtenant of the parent and higher tenants (if any) in that hierarchy.The service provider…
Cello Code Generator
While developing data oriented web applications you could have faced one repeated issue, which is writing CRUD related code for almost all the entities in your application. Apart from writing your business logic, developers would spend a considerable amount of…