-
Notifications
You must be signed in to change notification settings - Fork 4
Comparison
Ilya Bystrov edited this page Jan 22, 2017
·
3 revisions
Shmapper vs other Sharepoint mappers:
- Shmapper uses CSOM. Unlike SSOM you can use it any PC, not where Sharepoint installed.
- Shmapper uses Camlex.Net to build CAML queries. Best CAML builder, hands down.
- Shmapper supports LINQ to mapped entities.
- Shmapper uses attribute-based simple mapping.
Here is list with similar projects:
- Shmapper - Alive, 2017 / CSOM / LINQ-to-CAML
- Sharepoint Common - Alive, 2016 / SSOM / LINQ-to-Sharepoint
- Sennit Sharepoint Automapper - Alive, 2014 / CSOM / Custom LINQ-to-CAML impl
- SpMapper - Abandoned, 2012 / CSOM / No LINQ
- Object-SharePoint Mapper - Abandoned, 2010 / SSOM / Custom LINQ-to-Sharepoint
- Sapphire - Abandoned, 2009 / SSOM / No LINQ (?)
- SPORM - Abandoned, 2009 / SSOM / LINQ-to-Sharepoint
- Extreme.SPFramework - Abandoned, 2011 / SSOM / LINQ-to-Sharepoint
- Super Simple Sharepoint ORM - Just example :) / CSOM / No LINQ
- [SharePoint Mapper by seifollahi](SharePoint Mapper) - Abandoned, 2014 / SSOM / LINQ-to-Sharepoint