/WebAPIDapper-NetCore

Series of projects exploring the use of Dapper with .NET Core WebAPI

Primary LanguageC#

WebAPIDapper

Series of dotNet Core WEB API projects exploring the use of Dapper

  1. Less is more
  2. Failure
  3. Asynchronicity
  4. Pagination
  5. Lookup
  6. History
  7. Web caching
  8. Retries
  9. Image download
  10. Image upload
  11. Memory caching
  12. Queries returning multiple recordsets
  13. Shaping recordsets
  14. Error handling revisited
    1. Offloading readonly query workloads
    2. Readonly query workloads with Geo Replication
    3. Readonly query workloads with Data Sync
  15. ADO.Net Retries
  16. Asynchronicity Revisited
  17. Parameters
  18. Swagger
  19. Authentication
  20. Authorisation Permissions
  21. Dapper Context Dependency Injection
  22. HTTP Patch
  23. MiniProfiler
  24. LazyCache
  25. DistributedCache
  26. Mini profiler revisited