Skip to content
mikeedwards83 edited this page Nov 24, 2012 · 1 revision

The solution is divided into multiple projects to allow it to be extended into other CMS's.

The main project is the Glass.Mapper project, this contains all the common code required to load and create classes in any CMS solution.

Layered on top of this are then the CMS specific assemblies:

  • Glass.Mapper.Sc - the Sitecore specific assembly
  • Glass.Mapper.Umb - the Umbraco specific assembly

You may notice that we have chosen to use shortened name spaces for the CMS's, e.g. Sc and Umb, this is to avoid any namespace clashes with the CMS itself (this was a problem in the original Glass.Sitecore.Mapper project).

Do you love Glass.Mapper.Sc and want to help make it the best Sitecore ORM?

Then head over to our Patreon page today and signup to support the project.

Your help will to support the continued development of the project.

We also provide Training Courses to get you up to speed quickly with the Glass.Mapper.Sc framework. The course will teach you everything you need to know to get started.

Clone this wiki locally