Last Updated February 2, 2010
Echo Service is a very simple application built with C# that illustrates how to use database access in SaaSGrid. it is important to notice how all database access is done using the common abstract persistence classes instead of any provider specific classes such as SQLServer or Oracle. This is of upmost importance since SaaSGrid replaces the database provider at runtime to ensure multi-tenancy in your persistence layer.
This download includes source code and an archive that can be tested in a live environment. Note that the pre-compiled archive included in this distribution operates on saasgridpreview.com. SaaSGrid licensees may be running a different SaaSGrid version and may need to re-package the archive prior to uploading it.
Visual Studio Solution and Project files are in the Visual Studio 2008 format.
If you are interested in learning more about database access in SaaSGrid please read this article.