Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 290 Bytes

File metadata and controls

7 lines (7 loc) · 290 Bytes

Dynamic API Creation

  • No need to create new APIs in code and deploy a new app each time, here you just need to write a new logic put it in a DLL and add your new API in the appSetting, and connect the API to the DLL you exported.
  • Factory Pattern
  • Reflection
  • .NET 8
  • Minimal APIs