Helper libraries for CSLA Version 6 to create REST APIs. Provides extensions to create data access layer and business objects. For working examples see the Csla6ModelTemplates project.
| Library | Description |
|---|---|
| Csla6RestApi.Dal | Extensions to build the data access layer |
| Csla6RestApi.Models | CSLA Extensions to create business objects |
The corresponding namespaces in the Csla6ModelTemplates project:
| REST API | Model Templates |
|---|---|
| Csla6RestApi.Dal | ⇒ Csla6ModelTemplates.Dal |
| Csla6RestApi.Models | ⇒ Csla6ModelTemplates.CslaExtensions |