July 27, 2022

Building Restful CRUD APIs with HarperDB and .Net Core

Welcome to Community Posts
Click below to read the full article.
Summary of What to Expect
Table of Contents

1. Setting up HarperDB Server
2. The Nuget Package
3. DDL
4. DML
5. List of methods exposed
6. The Dot Net Core Project
7. What are we Building?
8. Adding the Dependencies
9. Configuring the connection to HarperDB
10. Creating the HarperClientAsync Object
11. Utility Classes
12. Creating the Model Classes
13. Setting up AutoMapper
14. The Controllers
15. SchemaController
16. PostController
17. CommentController
18. The Core Part - Service Layer
19. ISchemaService
20. IPostService
21. ICommentService

- SchemaService

- CommentService

- PostService