This tutorial demonstrates the basics of creating, in SnapDevelop, a Web API with ASP.NET Core that will use SqlModelMapper as its data manipulation component.
In this tutorial, you will learn to:
- Create a Web API Project
- Test the API
- Add a Database Context
- Register the Database Context
- Add a SqlModelMapper Model
- Add a Service
- Perform CRUD Operations Using the Web API
- Call the Web API from PowerBuilder
To view the full content of the tutorial, see: https://www.appeon.com/support/documents/appeon_online_help/snapobjects/CRUD_Operations_with_SqlModelMapper/index.html.
Comments (0)